-
-
Notifications
You must be signed in to change notification settings - Fork 119
fix(define-stylex): fix unwanted code hoist #987
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
fix(define-stylex): fix unwanted code hoist #987
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@vue-macros/api
@vue-macros/astro
@vue-macros/better-define
@vue-macros/boolean-prop
@vue-macros/chain-call
@vue-macros/common
@vue-macros/config
@vue-macros/define-emit
@vue-macros/define-models
unplugin-vue-define-options
@vue-macros/define-prop
@vue-macros/define-props
@vue-macros/define-props-refs
@vue-macros/define-render
@vue-macros/define-slots
@vue-macros/define-stylex
@vue-macros/devtools
@vue-macros/eslint-config
@vue-macros/export-expose
@vue-macros/export-props
@vue-macros/export-render
@vue-macros/hoist-static
@vue-macros/jsx-directive
vue-macros
@vue-macros/named-template
@vue-macros/nuxt
@vue-macros/reactivity-transform
@vue-macros/script-lang
@vue-macros/setup-block
@vue-macros/setup-component
@vue-macros/setup-sfc
@vue-macros/short-bind
@vue-macros/short-emits
@vue-macros/short-vmodel
@vue-macros/test-utils
@vue-macros/volar
commit: |
01a6ed0
to
12cc780
Compare
12cc780
to
e375e9b
Compare
e375e9b
to
c8aaba2
Compare
BTW, looks like https://github.com/HorusGoul/vite-plugin-stylex is not active maintained now. Is there any replacement? |
38fc606
to
0da6031
Compare
f1c5bdc
to
5a84f8d
Compare
Related Documentation No published documentation to review for changes on this repository. |
5a84f8d
to
5591257
Compare
There're 3 libraries for vite listed in stylex's official doc:
Currently, I'm using stylex-extend, which is the successor of vite-plugin-stylex-dev. |
Description
Described in #986.
Linked Issues
#986