From e586d7ef438a582c71cc639eab3c0da27dc71567 Mon Sep 17 00:00:00 2001 From: Johnson Chu Date: Tue, 2 Dec 2025 21:45:24 +0800 Subject: [PATCH] fix(language-core): ensure ` + + + + diff --git a/test-workspace/tsc/passedFixtures/vue3/script-setup-scope/export-order.vue b/test-workspace/tsc/passedFixtures/vue3/script-setup-scope/export-order.vue index d6789514d7..fccfe6dcbc 100644 --- a/test-workspace/tsc/passedFixtures/vue3/script-setup-scope/export-order.vue +++ b/test-workspace/tsc/passedFixtures/vue3/script-setup-scope/export-order.vue @@ -10,6 +10,5 @@ export const useTwo = async () => ({ two: 'two' })