vue3-core/packages/compiler-core
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
..
__tests__ refactor: swap to new template parser 2023-11-25 16:18:29 +08:00
src refactor: swap to new template parser 2023-11-25 16:18:29 +08:00
LICENSE chore: license 2019-10-28 11:15:17 -04:00
README.md refactor: rename packages 2018-10-26 15:44:50 -04:00
index.js refactor: rename packages 2018-10-26 15:44:50 -04:00
package.json wip: setup 2023-11-25 16:18:29 +08:00

README.md

@vue/compiler-core