Skip to content

Commit 56ac8b9

Browse files
committed
test: move #3688 into vue3 folder
1 parent 47946f1 commit 56ac8b9

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Diff for: test-workspace/tsc/passedFixtures/#3688/tsconfig.json

-7
This file was deleted.

Diff for: test-workspace/tsc/passedFixtures/#3688/main.vue renamed to test-workspace/tsc/passedFixtures/vue3/#3688/main.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
<!-- @experimentalResolveStyleCssClasses "always" -->
2+
13
<template>
24
{{ () => {
35
exactType({} as __VLS_StyleScopedClasses, {} as { 'foo'?: boolean });
46
} }}
57
</template>
68

79
<script setup lang="ts">
8-
import { exactType } from '../shared';
10+
import { exactType } from '../../shared';
911
</script>
1012

1113
<style>

Diff for: test-workspace/tsc/tsconfig.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
{ "path": "./passedFixtures/#3373" },
1313
{ "path": "./passedFixtures/#3574" },
1414
{ "path": "./passedFixtures/#3592" },
15-
{ "path": "./passedFixtures/#3688" },
1615
{ "path": "./passedFixtures/#3819" },
1716
{ "path": "./passedFixtures/#4503" },
1817
{ "path": "./passedFixtures/core#9923" },

0 commit comments

Comments
 (0)