vue3-core/packages/compiler-sfc/__tests__/compileScript
Evan You 0f77a2b1d1 fix(compiler): fix expression codegen for literal const bindings in non-inline mode 2023-04-18 11:39:53 +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 fix(compiler): fix expression codegen for literal const bindings in non-inline mode 2023-04-18 11:39:53 +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