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

perf: export modules in core #3

Merged
merged 2 commits into from
Dec 18, 2022
Merged

perf: export modules in core #3

merged 2 commits into from
Dec 18, 2022

Conversation

wibus-wee
Copy link
Member

@wibus-wee wibus-wee commented Dec 18, 2022

What's Changed

I export the runtime from core to reduce the number of dependencies that need to be installed on the client side

And i change the package name of core: @jwcjs/core --> jwc --> jwcjs

Before

import { JwcComponent, Component } from "@jwcjs/core";
import { h } from "@jwcjs/runtime";

Now

import { JwcComponent, Component, h } from "jwcjs";

@wibus-wee wibus-wee self-assigned this Dec 18, 2022
@wibus-wee
Copy link
Member Author

jwc has been existing package takes up: https://www.npmjs.com/package/jwc

@wibus-wee wibus-wee merged commit 9672b8f into main Dec 18, 2022
@wibus-wee wibus-wee deleted the perf/export-modules branch December 18, 2022 07:26
@wibus-wee
Copy link
Member Author

@all-contributors please add @AkaraChen for code
@all-contributors please add @wibus-wee for code

@wibus-wee
Copy link
Member Author

@all-contributors please add @wibus-wee for code

@allcontributors
Copy link

@wibus-wee

@wibus-wee already contributed before to code

@allcontributors
Copy link

@wibus-wee

I've put up a pull request to add @AkaraChen! 🎉

I've put up a pull request to add @wibus-wee! 🎉

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.

2 participants