vue3-core/packages/compiler-sfc/__tests__/compileScript
三咲智子 Kevin Deng 79b8a0905b
feat!: remove reactivity transform (#9321)
BREAKING CHANGE: Reactivity Transform was marked deprecated in 3.3 and is now removed in 3.4. This change does not require a major due to the feature being experimental. Users who wish to continue using the feature can do so via the external plugin at https://vue-macros.dev/features/reactivity-transform.html
2023-11-21 18:06:42 +08:00
..
__snapshots__ feat!: remove reactivity transform (#9321) 2023-11-21 18:06:42 +08:00
defineEmits.spec.ts fix(compiler-sfc): support resolve extends interface for defineEmits (#8470) 2023-11-10 16:00:04 +08:00
defineExpose.spec.ts test: split compileScript macro tests 2023-04-12 16:46:26 +08:00
defineModel.spec.ts fix(compiler-sfc): model name conflict (#8798) 2023-10-20 17:36:36 +08:00
defineOptions.spec.ts chore: fix typos in defineOptions (#8277) 2023-05-11 19:34:27 +08:00
defineProps.spec.ts fix(compiler-sfc): consistently escape type-only prop names (#8654) 2023-11-10 16:23:47 +08:00
definePropsDestructure.spec.ts fix(compiler-sfc): don't hoist props and emit (#8535) 2023-07-12 11:03:14 +08:00
defineSlots.spec.ts test: split compileScript macro tests 2023-04-12 16:46:26 +08:00
hoistStatic.spec.ts fix(compiler-sfc): don't hoist regexp literial (#8300) 2023-05-18 11:09:40 +08:00
resolveType.spec.ts fix(compiler-sfc): malformed filename on windows using path.posix.join() (#9478) 2023-11-13 15:48:25 +08:00