Evan You
|
3c500e422f
|
release: v3.2.20
|
4 years ago |
Evan You
|
d4c04e9799
|
fix(compiler-sfc): fix props codegen w/ leading import
fix #4764
|
4 years ago |
btea
|
c9613ebe09
|
chore: prettier format (#4715) [ci skip]
|
4 years ago |
HanochMa
|
7a1e6620bf
|
chore: grammar in comments [ci skip]
Co-authored-by: maheng <maheng01@longfor.com>
|
4 years ago |
edison
|
f66d456b7a
|
fix(compiler-sfc): support runtime Enum in normal script (#4698)
|
4 years ago |
Evan You
|
646e694f0a
|
chore: remove babelParserDefaultPlugins
The version of @babel/parser we are using now has these plugins enabled by default.
|
4 years ago |
Evan You
|
467e113b95
|
feat(compiler-sfc): `<script setup>` defineProps destructure transform (#4690)
|
4 years ago |
Evan You
|
c5c53846ed
|
release: v3.2.19
|
4 years ago |
Evan You
|
13bfa2edfe
|
release: v3.2.18
|
4 years ago |
Evan You
|
f5076eb4b7
|
release: v3.2.17
|
4 years ago |
Evan You
|
114b856fd1
|
release: v3.2.16
|
4 years ago |
Evan You
|
8e05b7f9fc
|
fix(ssr): fix ssr runtime helper import in module mode
|
4 years ago |
Evan You
|
74a84ff546
|
release: v3.2.15
|
4 years ago |
Evan You
|
acd869f4d6
|
chore(compiler-sfc): avoid relying on estree type in generated dts
|
4 years ago |
Evan You
|
df4fcd94d8
|
release: v3.2.14
|
4 years ago |
Evan You
|
686d0149b6
|
fix(compiler-core): generate TS-cast safe assignment code for v-model
fix #4655
|
4 years ago |
Evan You
|
6d6cc90912
|
fix(compiler-sfc): fix local var access check for bindings in normal script
fix #4644
|
4 years ago |
Evan You
|
64aa8e26ae
|
docs: add note on compiler-sfc/server-renderer usage update [ci skip]
|
4 years ago |
Evan You
|
b9deb6e50e
|
release: v3.2.13
|
4 years ago |
Evan You
|
7c3c28eb03
|
test: bump @vue/consolidate to fix dts tests
|
4 years ago |
Evan You
|
471f66a1f6
|
build: expose compiler-sfc and server-renderer under main vue package + optimize package size
|
4 years ago |
Evan You
|
a42a14d3bc
|
types(compiler-sfc): type annotation tweaks + move @babel/types to devDeps
|
4 years ago |
Evan You
|
585615beb1
|
feat(compiler-sfc): allow disabling sourcemap when not needed
|
4 years ago |
Evan You
|
ebe00f66dd
|
release: v3.2.12
|
4 years ago |
edison
|
8055445b68
|
fix(compiler-sfc): register exported bindings in normal script when using script setup (#4601)
fix #4600
|
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
fix #4596
|
4 years ago |
edison
|
ae942cdcd9
|
fix(compiler-sfc): support nested await statements (#4458)
fix #4448
|
4 years ago |
Thorsten Lünborg
|
bdb1a7958b
|
fix(compiler-sfc): handle empty strings during template usage analysis of setup bindings (#4608)
fix #4599
|
4 years ago |
ygj6
|
fcd5422b4a
|
fix(compile-sfc): add symbol judge in prop type checks. (#4594)
fix #4592
|
4 years ago |
Evan You
|
06c5bf53ab
|
fix(compiler-sfc): properly reuse hoisted asset imports
fix #4581
|
4 years ago |
Evan You
|
a6e5f82d8e
|
fix(compiler-sfc): properly analyze destructured bindings with dynamic keys
fix #4540
|
4 years ago |
Evan You
|
781d2d4d58
|
release: v3.2.11
|
4 years ago |
Evan You
|
96b531bfa3
|
release: v3.2.10
|
4 years ago |
Evan You
|
642710eded
|
release: v3.2.9
|
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)
fix #4423
|
4 years ago |
edison
|
5594643d7b
|
fix(compiler-sfc): fix script setup ref assignment codegen edge case (#4520)
fix #4514
|
4 years ago |
webfansplz
|
e6fe751b20
|
fix(compile-sfc): generate setup prop type format error (#4506)
fix #4505
|
4 years ago |
Evan You
|
12acf5102c
|
build: avoid require call to consolidate in esm-browser build
|
4 years ago |
Evan You
|
fa5b583ba5
|
build: module alias for compiler-sfc browser esm build
|
4 years ago |
Evan You
|
3ad9dc4880
|
release: v3.2.8
|
4 years ago |
Evan You
|
bacb2012ac
|
fix(compiler-sfc): ensure script setup generates type-valid ts output
fix #4455
|
4 years ago |
webfansplz
|
85807967dc
|
fix(compiler-sfc): generate matching prop types when withDefaults is used (#4466)
fix #4455
|
4 years ago |
dependabot[bot]
|
305883a12f
|
build(deps-dev): bump typescript from 4.3.5 to 4.4.2 (#4482)
* build(deps-dev): bump typescript from 4.3.5 to 4.4.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.4.2)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* build(deps-dev): bump typescript from 4.3.5 to 4.4.2
* test: fix nodeOps types
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodrigues <carlos@hypermob.co.uk>
Co-authored-by: Evan You <yyx990803@gmail.com>
|
4 years ago |
Evan You
|
b079996040
|
release: v3.2.7
|
4 years ago |
Evan You
|
168a17ad8a
|
chore: update snapshot
|
4 years ago |
edison
|
33cf6c8866
|
fix(ref-transform): should transform $ref when used with generic arguments (#4446)
fix #4442
|
4 years ago |
Evan You
|
b89ff9291e
|
fix(compiler-sfc): ensure script setup lang=ts output is tree-shakable
|
4 years ago |
Evan You
|
72d2b26e96
|
release: v3.2.6
|
4 years ago |