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 |
Evan You
|
a137d73e91
|
release: v3.2.5
|
4 years ago |
Evan You
|
586ec51c49
|
chore: warnings for ref transform
|
4 years ago |
klwf
|
98263821f8
|
fix(compiler-sfc): fix `<script>` and `<script setup>` co-usage ordering edge case (#4419)
Fix: #4395
Fix: #4376
|
4 years ago |
lidlanca
|
4792ebd687
|
fix(compiler-sfc): fix 'export default' rewrite with extra whitespaces (#4375)
|
4 years ago |
Evan You
|
06051c4bf2
|
feat(experimental): support ref transform for sfc normal `<script>`
|
4 years ago |
Evan You
|
40994e967c
|
chore: fix sfc playground ci build
|
4 years ago |
Evan You
|
0805abe573
|
refactor(compiler-sfc): refSugar -> refTransform, export shouldTransformRef
|
4 years ago |
Evan You
|
e565831c98
|
feat(experimental): shouldTransform for ref-transform
|
4 years ago |
Evan You
|
0c2ea1c134
|
refactor(compiler-sfc): remove parseOnly mode
|
4 years ago |
Evan You
|
db8dc753c0
|
feat(experimental): standalone ref transform
|
4 years ago |
Evan You
|
84b24a71f0
|
chore: bump deps
|
4 years ago |
Evan You
|
73f8cae465
|
refactor(compiler): further extract babel ast utilities
|
4 years ago |
Evan You
|
62f752552a
|
refactor(compiler): extract shared ast transform utils
Also improve referenced identifier check using isReferenced from @babel/types
|
4 years ago |
Evan You
|
872b3f7ec5
|
fix(compiler-sfc): should also expose regular script block bindings when `<script setup>` is used
close #4369
|
4 years ago |
Evan You
|
ceace3a8cc
|
release: v3.2.4
|
4 years ago |
似水微寒
|
c51fb74599
|
refactor(compiler-sfc): remove duplicate judgment conditions (#4368)
|
4 years ago |
Evan You
|
57f10812cc
|
fix(compiler-sfc): fix import usage check for lowercase imported components
fix #4358
|
4 years ago |
Evan You
|
03abc2573c
|
release: v3.2.3
|
4 years ago |
Evan You
|
f855ccb2c1
|
fix(compiler-sfc): fix import usage check in template strings in expressions
fix #4340
|
4 years ago |
webfansplz
|
ad66295cb3
|
fix(defineProps): defineProps generates unnecessary array of same types (#4353)
fix #4352
|
4 years ago |
Evan You
|
aae3725e57
|
fix(compiler-sfc): bail on import usage check when template has custom lang
fix #4312
|
4 years ago |
Evan You
|
7ffa225aa3
|
release: v3.2.2
|
4 years ago |
Evan You
|
00b76d3dc1
|
feat(sfc): support $shallowRef ref sugar
|
4 years ago |
Evan You
|
e42d7794cb
|
chore(compiler-sfc): emit compiler error against incorrect ref sugar usage
|
4 years ago |
Evan You
|
2749c15170
|
release: v3.2.1
|
4 years ago |
Evan You
|
1e1682f060
|
fix(compiler-sfc): fix import usage check for last expression
|
4 years ago |
Evan You
|
5a7a43cc3d
|
release: v3.2.0
|
4 years ago |
Evan You
|
88a4504e82
|
fix(compiler-sfc): fix import usage detection for names containing $
fix #4274
|
4 years ago |
Evan You
|
4781965cc2
|
release: v3.2.0-beta.8
|
4 years ago |
Evan You
|
1994f1200d
|
test: improve test case for 865b84bf
|
4 years ago |
Eugene Kopich
|
fdc9a4d301
|
chore: update link in comments for new ref sugar (#4265) [ci skip]
|
4 years ago |