Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lunox-core): export console related modules to @lunoxjs/core/console #43

Merged
merged 1 commit into from
May 4, 2023

Conversation

axmad386
Copy link
Contributor

@axmad386 axmad386 commented May 4, 2023

All module related to console application now exported to @lunoxjs/core/console.
example:

// before
import { Command, ConsoleKernel } from "@lunoxjs/core"

// after 
import { Command, Kernel } from "@lunoxjs/core/console"

@axmad386 axmad386 merged commit 026929b into next May 4, 2023
@axmad386 axmad386 deleted the lunox-console branch May 4, 2023 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant