-
Notifications
You must be signed in to change notification settings - Fork 1
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
New Transpiler (Limited AST) #123
Conversation
TreeShake does not work at Webpack Child Compiler for NodeTarget, cause unknown. |
I frustration to Single file support.... |
d3e907e
to
1f625b2
Compare
I will try to take a look this weekend 👍 Great work so far! |
As for the Limited AST, it is almost complete. I would like to support multiple UI libraries, but single file syles are very dependent on the behavior of the UI library. |
87e3565
to
b6cb0d7
Compare
This PR does not seem to be able to support single file styles. |
Note
This PR does not support single file styles.
TODO
Change
Limited AST for Pre Extraction
This feature makes it easy to create a CSS in JS library using kaze style.
Abolition of __pre***
Merge __pre*** into style & globalStyle
before
after
#121