Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork77
feat(lang-ts): support lang="ts" in <style> and <custom> blocks#208
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Here is a little snippet of current status: CleanShot.2023-09-13.at.17.46.44.mp4 |
The CI failing seem to be caused by this:
That seem to be due to the fact this repository does not use a |
Thank you! |
Uh oh!
There was an error while loading.Please reload this page.
Resolvs#207 ;
This PR is stillwork in progress.
It currently:
ast-utils
to castlang="ts"
blocks as <script> elementsgetScriptSetupModuleCodeBlocks
,parseScriptSetupElements
andparseAsSFC
implementation to supportscriptElements
instead ofscriptElement
Any idea or suggestion for next steps is welcome :)