vue3-core/packages/compiler-sfc/src
Evan You a60ad9180d refactor: swap to new template parser
- get rid of SourceLocation.source for memory efficiency
- move source location generation logic transform phase into the parser
  itself so that SourceLocation.source is no longer needed
  - move v-for expression parsing into the parser itself
  - added nameLoc on AttributeNode for use in transformElement

Tests are not passing yet.
2023-11-25 16:18:29 +08:00
..
script feat!: remove reactivity transform (#9321) 2023-11-21 18:06:42 +08:00
style fix(compiler-sfc): support `:is` and `:where` selector in scoped css rewrite (#8929) 2023-11-10 16:44:53 +08:00
template fix(compiler-sfc): support asset paths containing spaces (#8752) 2023-10-20 15:49:58 +08:00
cache.ts chore(deps): update lru-cache to v10 2023-10-20 10:38:41 +08:00
compileScript.ts feat!: remove reactivity transform (#9321) 2023-11-21 18:06:42 +08:00
compileStyle.ts perf(compiler): use source-map-js 2023-04-09 16:50:20 +08:00
compileTemplate.ts chore(deps): update lint (#9627) 2023-11-18 10:33:24 +08:00
index.ts feat!: remove reactivity transform (#9321) 2023-11-21 18:06:42 +08:00
parse.ts refactor: swap to new template parser 2023-11-25 16:18:29 +08:00
rewriteDefault.ts chore(deps): update compiler (#9157) 2023-09-20 11:16:58 -05:00
shims.d.ts feat: (wip) setup compiler-sfc 2019-11-06 21:58:15 -05:00
warn.ts chore: warnings for ref transform 2021-08-24 10:26:38 -04:00