Commit History

Author SHA1 Message Date
  Barthélémy Ledoux 62b9d02f6f feat(compiler-core): add `comments` parser option (#1858) 5 years ago
  Evan You 825ec1500f fix(compiler-core): support static slot names containing dots for 2.x compat 6 years ago
  Evan You 0d26413433 fix(compiler-core): fix parsing for directive with dynamic argument containing dots 6 years ago
  Evan You e58beecc97 refactor(compiler/types): convert compiler options documentation to jsdoc 6 years ago
  扩散性百万甜面包 70c8c58be2 test(compiler-core): expect onError to be called (#976) 6 years ago
  Evan You 1f6e72b110 fix(compiler): support full range of entity decoding in browser builds 6 years ago
  Evan You b8ffbffaf7 feat(compiler-core): support v-is 6 years ago
  Evan You 34e61197c7 refactor(compiler-core): improve template type handling 6 years ago
  Evan You 730d329f79 fix(compiler-core): relax error on unknown entities 6 years ago
  Evan You 90ddb7c260 refactor: expose parse in compiler-dom, improve sfc parse error handling 6 years ago
  Evan You 94d692b0cf test: fix tests after missing end tag error location fix 6 years ago
  Evan You 75113c8d3e test: fix tests 6 years ago
  Evan You 5cd1495767 refactor(compiler-core): centralize compiler options 6 years ago
  Evan You 1c0a2c6d41 refactor(compiler): use shorter helpers for text and comment nodes 6 years ago
  Evan You eb20730a67 feat(compiler): preserve whitespace in pre tag, add tests 6 years ago
  Evan You 9298f46f92 feat(compiler-core): whitespace handling 6 years ago
  大江东去 bb9dca2047 test(compiler-core): add test for custom delimiter (#315) 6 years ago
  月迷津渡 f71bf2f1d3 feat: add isCustomElement option (#299) 6 years ago
  HcySunYang 68a3879b88 feat(compiler-core): more hoisting optimizations (#276) 6 years ago
  月迷津渡 78f60347dc feat(compiler): add isNativeTag option for determining element type (#139) 6 years ago
  Evan You 5dfb271551 feat(compiler): implement support for v-pre 6 years ago
  Evan You 798a9cbe9b test: improve coverage 6 years ago
  Evan You 1c410205de test(compiler): test v-slot transform 6 years ago
  Evan You d900c13efb refactor(compiler): separate Interpolation, SimpleExpression & CompoundExpression types 6 years ago
  Evan You 63b6902bdb feat(compiler): correct source map generation 6 years ago
  Evan You 6c8f226a79 fix: fix source map by fixing advancePositionWithMutation 6 years ago
  Evan You b3b67b8c7d feat(compiler): ensure interpolation expressions are wrapped with toString() 6 years ago
  Evan You 914087edea feat(compiler): basic v-bind & v-on transforms 6 years ago
  Evan You 3f05315d17 test: fix tests 6 years ago
  Evan You 5f49018601 test(compiler): tests for ast transform 6 years ago