Skip to content

fix(language-core): ensure <script> content generates before <script setup>#5795

Merged
johnsoncodehk merged 1 commit intomasterfrom
fix-5776
Dec 2, 2025
Merged

fix(language-core): ensure <script> content generates before <script setup>#5795
johnsoncodehk merged 1 commit intomasterfrom
fix-5776

Conversation

@johnsoncodehk
Copy link
Member

Fix #5776

@johnsoncodehk johnsoncodehk merged commit 15c3005 into master Dec 2, 2025
13 checks passed
@johnsoncodehk johnsoncodehk deleted the fix-5776 branch December 2, 2025 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When the second script tag uses 'export default', it will result in a ts(2448) error

1 participant