vue3-core/packages/compiler-dom
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__ fix(v-model): unnecessary value binding error should apply to dynamic instead of static binding 2023-11-15 08:51:50 +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 feat(compiler): scaffold compiler-dom 2019-09-16 15:06:45 -04:00
index.js feat(compiler): scaffold compiler-dom 2019-09-16 15:06:45 -04:00
package.json chore: Merge branch 'main' into minor 2023-11-21 09:48:26 +08:00

README.md

@vue/compiler-dom