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
Tahul commentedSep 13, 2023
Here is a little snippet of current status: CleanShot.2023-09-13.at.17.46.44.mp4 |
Tahul commentedSep 14, 2023
The CI failing seem to be caused by this:
That seem to be due to the fact this repository does not use a |
ota-meshi commentedSep 14, 2023
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-utilsto castlang="ts"blocks as <script> elementsgetScriptSetupModuleCodeBlocks,parseScriptSetupElementsandparseAsSFCimplementation to supportscriptElementsinstead ofscriptElementAny idea or suggestion for next steps is welcome :)