feat: defineStyleX, close #821#823
Merged
sxzz merged 22 commits intovue-macros:mainfrom Oct 14, 2024
Merged
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
sxzz
reviewed
Sep 26, 2024
sxzz
reviewed
Oct 4, 2024
Member
sxzz
left a comment
There was a problem hiding this comment.
nodeTransforms is not compatible with Vue 2. Consider supporting Vue 3 only
Contributor
Author
sxzz
reviewed
Oct 4, 2024
045f102 to
ecb4cf1
Compare
Contributor
Author
|
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
sxzz
approved these changes
Oct 14, 2024
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This Pull Request introduce
defineStyleXmacro andv-styledirective 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