9 let a = 1
10 const b = 2
11▶ function c() {}
12 class d {}
13 </script>
· · ·
17 let aa = 1
18 const bb = 2
19▶ function cc() {}
20 class dd {}
21 </script>
· · ·
463 import { Foo, Baz, Qux, Fred } from './x'
464 const a = 1
465▶ function b() {}
466 </script>
467 <template>
· · ·
540
541 // test('avoid unref() when necessary', () => {
542▶ // // function, const, component import
543 // const { content } = compile(
544 // `<script setup>
· · ·
551 // const maybe = foo()
552 // let lett = 1
553▶ // function fn() {}
554 // </script>
555 // <template>
+ 12 more matches in this file