-
-
Notifications
You must be signed in to change notification settings - Fork 119
feat: defineStyleX, close #821 #823
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
Conversation
|
🦋 Changeset detectedLatest commit: 3828a08 The changes in this PR will be included in the next version bump. This PR includes changesets to release 33 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@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
@vue-macros/define-prop
unplugin-vue-define-options
@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-props
@vue-macros/export-expose
@vue-macros/export-render
@vue-macros/hoist-static
@vue-macros/jsx-directive
unplugin-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-emits
@vue-macros/short-bind
@vue-macros/short-vmodel
@vue-macros/test-utils
@vue-macros/volar
commit: |
71ed0e3
to
82693d6
Compare
b45ac55
to
394c7ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nodeTransforms
is not compatible with Vue 2. Consider supporting Vue 3 only
045f102
to
ecb4cf1
Compare
TODO:
|
278c7c6
to
62a64d6
Compare
Co-authored-by: Kevin Deng 三咲智子 <sxzz@sxzz.moe>
Co-authored-by: Rizumu Ayaka <rizumu@ayaka.moe>
569c137
to
f5c74fe
Compare
Description
This Pull Request introduce
defineStyleX
macro andv-style
directive to improve developing experience of<script setup>
and StyleX.Linked Issues
#821
Additional context
Volar support is not completed so far, as we have no intelliSense toDonev-stylex
. I've tried to implement this, but I failed.Zh-Hans document will be commited after discussing.Done