Commit History

Author SHA1 Message Date
  Evan You ae4b0783d7 chore: update repo references 4 years ago
  Evan You fef191fb07 chore: remove stale references of ref-transform 4 years ago
  Evan You 7e4f0a8694 fix(compiler-sfc): generate valid TS in script and script setup co-usage with TS 4 years ago
  Evan You 198ca14f19 feat(reactivity-transform): $$() escape for destructured prop bindings 4 years ago
  Cédric Exbrayat c17cbdc28f refactor: use refTransform instead of deprecated refSugar (#4957) 4 years ago
  Evan You d4c04e9799 fix(compiler-sfc): fix props codegen w/ leading import 4 years ago
  edison f66d456b7a fix(compiler-sfc): support runtime Enum in normal script (#4698) 4 years ago
  Evan You 686d0149b6 fix(compiler-core): generate TS-cast safe assignment code for v-model 4 years ago
  Evan You 6d6cc90912 fix(compiler-sfc): fix local var access check for bindings in normal script 4 years ago
  edison 8055445b68 fix(compiler-sfc): register exported bindings in normal script when using script setup (#4601) 4 years ago
  Evan You cab9541ffd refactor(compiler-sfc): improve TLA codegen 4 years ago
  Evan You 39cebf5f7a fix(compiler-sfc): fix TLA codegen semicolon insertion 4 years ago
  edison ae942cdcd9 fix(compiler-sfc): support nested await statements (#4458) 4 years ago
  Thorsten Lünborg bdb1a7958b fix(compiler-sfc): handle empty strings during template usage analysis of setup bindings (#4608) 4 years ago
  ygj6 fcd5422b4a fix(compile-sfc): add symbol judge in prop type checks. (#4594) 4 years ago
  Evan You a6e5f82d8e fix(compiler-sfc): properly analyze destructured bindings with dynamic keys 4 years ago
  webfansplz fac9a2926d fix(compile-sfc): support `Date` prop type with defineProps (#4519) 4 years ago
  edison 14d65181f1 fix(compiler-sfc): support using declared interface in normal script with defineProps() (#4522) 4 years ago
  edison 5594643d7b fix(compiler-sfc): fix script setup ref assignment codegen edge case (#4520) 4 years ago
  webfansplz e6fe751b20 fix(compile-sfc): generate setup prop type format error (#4506) 4 years ago
  Evan You bacb2012ac fix(compiler-sfc): ensure script setup generates type-valid ts output 4 years ago
  webfansplz 85807967dc fix(compiler-sfc): generate matching prop types when withDefaults is used (#4466) 4 years ago
  Evan You b89ff9291e fix(compiler-sfc): ensure script setup lang=ts output is tree-shakable 4 years ago
  klwf 98263821f8 fix(compiler-sfc): fix `<script>` and `<script setup>` co-usage ordering edge case (#4419) 4 years ago
  lidlanca 4792ebd687 fix(compiler-sfc): fix 'export default' rewrite with extra whitespaces (#4375) 4 years ago
  Evan You 872b3f7ec5 fix(compiler-sfc): should also expose regular script block bindings when `<script setup>` is used 4 years ago
  Evan You 57f10812cc fix(compiler-sfc): fix import usage check for lowercase imported components 4 years ago
  Evan You f855ccb2c1 fix(compiler-sfc): fix import usage check in template strings in expressions 4 years ago
  webfansplz ad66295cb3 fix(defineProps): defineProps generates unnecessary array of same types (#4353) 4 years ago
  Evan You 1e1682f060 fix(compiler-sfc): fix import usage check for last expression 4 years ago