vue3-core/packages/compiler-sfc/__tests__/compileScript
Evan You 4e028b9669 feat(compiler-sfc): support specifying global types for sfc macros
ref: https://github.com/vuejs/core/pull/8083#issuecomment-1508468713
2023-04-16 15:49:41 +08:00
..
__snapshots__ feat(compiler-sfc): mark props destructure as experimental and require explicit opt-in 2023-04-15 22:09:08 +08:00
defineEmits.spec.ts feat(compiler-sfc): support intersection and union types in macros 2023-04-12 21:34:13 +08:00
defineExpose.spec.ts test: split compileScript macro tests 2023-04-12 16:46:26 +08:00
defineModel.spec.ts test: split compileScript macro tests 2023-04-12 16:46:26 +08:00
defineOptions.spec.ts test: split compileScript macro tests 2023-04-12 16:46:26 +08:00
defineProps.spec.ts test: split compileScript macro tests 2023-04-12 16:46:26 +08:00
definePropsDestructure.spec.ts feat(compiler-sfc): mark props destructure as experimental and require explicit opt-in 2023-04-15 22:09:08 +08:00
defineSlots.spec.ts test: split compileScript macro tests 2023-04-12 16:46:26 +08:00
hoistStatic.spec.ts test: split compileScript macro tests 2023-04-12 16:46:26 +08:00
reactivityTransform.spec.ts test: split compileScript macro tests 2023-04-12 16:46:26 +08:00
resolveType.spec.ts feat(compiler-sfc): support specifying global types for sfc macros 2023-04-16 15:49:41 +08:00