vue3-yuanma/packages/compiler-core/__tests__
Evan You 67d1aac6ae feat(sfc): allow sfcs to recursively self-reference in template via name inferred from filename
e.g. A file named `FooBar.vue` can refer to itself as `<FooBar/>`. This gets rid of the need for the `name` option.
2020-11-30 12:30:51 -05:00
..
__snapshots__ refactor(compiler): better constant hoist/stringify checks 2020-11-20 19:26:07 -05:00
transforms feat(sfc): allow sfcs to recursively self-reference in template via name inferred from filename 2020-11-30 12:30:51 -05:00
codegen.spec.ts refactor(compiler): better constant hoist/stringify checks 2020-11-20 19:26:07 -05:00
compile.spec.ts refactor(compiler): downgrade to source-map v6 for sync API 2019-12-13 12:56:31 -05:00
parse.spec.ts refactor(compiler): better constant hoist/stringify checks 2020-11-20 19:26:07 -05:00
scopeId.spec.ts wip: more consistent compiler-sfc usage + inline mode for ssr 2020-11-20 14:23:09 -05:00
testUtils.ts perf(compiler-core): treat v-for with constant exp as a stable fragment (#1394) 2020-06-17 16:13:14 -04:00
transform.spec.ts fix(attr-fallthrough): ensure consistent attr fallthrough for root fragments with comments 2020-11-27 18:04:26 -05:00
utils.spec.ts chore: remove unused util function 2019-10-24 15:39:31 -04:00