vue3-core/packages/compiler-ssr/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
..
transforms refactor: swap to new template parser 2023-11-25 16:18:29 +08:00
errors.ts feat(deprecation): deprecate v-is directive 2023-04-21 15:30:26 +08:00
index.ts chore: typo and grammar (#8568) [ci skip] 2023-11-10 13:42:26 +08:00
runtimeHelpers.ts fix(ssr): fix hydration error for slot outlet inside transition 2022-05-12 15:06:32 +08:00
ssrCodegenTransform.ts refactor(compiler-core): make ast.helpers a Set (#6774) 2022-11-13 20:44:02 -05:00