Kevin Deng 三咲智子
|
928af5fe2f
|
refactor(types): enable `isolatedDeclarations` (#11178)
|
2024-08-08 23:05:21 +08:00 |
Evan You
|
67bb820904
|
fix(compiler-core): properly handle for loop variable declarations in expression transforms
ref https://github.com/vuejs/core/pull/11467#issuecomment-2263069794
|
2024-08-05 14:07:44 +08:00 |
Evan You
|
077a1aeb3c
|
fix(compiler-core): fix expression transform for try...catch block params
close #11465
close #11467
|
2024-08-05 13:46:51 +08:00 |
Tycho
|
746352a14d
|
fix(compiler-core): handle inline comments with undefined bindings (#11217)
close #11216
|
2024-06-28 09:48:23 +08:00 |
Kevin Deng 三咲智子
|
cdb1d1795d
|
chore: disallow optional chaining (#10919)
|
2024-05-29 15:03:20 +08:00 |
Evan You
|
09b4df809e
|
fix(compiler-core): remove unnecessary constant bail check
member expressions and call expressions can only happen when there are identifiers
close #10807
|
2024-04-29 12:21:38 +08:00 |
Evan You
|
c60479146a
|
dx(defineModel): warn against reference of setup scope variables in defineModel options
close #10093
|
2024-01-12 22:07:16 +08:00 |
Evan You
|
ae60a91cc2
|
fix(compiler-sfc): fix sfc template unref rewrite for class instantiation
close #6483
close #6491
|
2024-01-04 15:58:13 +08:00 |
三咲智子 Kevin Deng
|
bfe6b459d3
|
style: update format & lint config (#9162)
Co-authored-by: 丶远方 <yangpanteng@gmail.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Guo Xingjun <99574369+Plumbiu@users.noreply.github.com>
|
2023-12-26 19:39:47 +08:00 |
edison
|
eb51b23d85
|
fix(compile-sfc): fix identifier prefixing edge case caused by reused AST (#9867)
close #9853
close #9863
|
2023-12-19 18:04:36 +08:00 |
三咲智子 Kevin Deng
|
cf77435338
|
refactor(compiler-core): reuse unwrapTS utility function (#9795)
|
2023-12-11 10:46:28 +08:00 |
Evan You
|
e8bbc946cb
|
feat(compiler-sfc): analyze import usage in template via AST (#9729)
close #8897
close nuxt/nuxt#22416
|
2023-12-01 11:14:48 +08:00 |
edison
|
a2d810eb40
|
fix(compiler-core): avoid rewriting scope variables in inline for loops (#7245)
close #7238
|
2023-11-09 17:20:54 +08:00 |
Evan You
|
ae7453f0f1
|
chore: use moduleResolution: bundler + shim estree-walker
|
2023-06-23 08:54:25 +08:00 |
Evan You
|
8aa4ea81d6
|
feat(compiler-sfc): support relative imported types in macros
|
2023-04-15 22:08:39 +08:00 |
Evan You
|
d0ac57872c
|
refactor(compiler-sfc): extract more defineProps logic
|
2023-04-11 16:05:00 +08:00 |
Evan You
|
ba9c2ae247
|
feat(compiler-sfc): enable reactive props destructure by default and deprecate withDefaults() (#7986)
|
2023-03-30 11:58:16 +08:00 |
三咲智子 Kevin Deng
|
0002567728
|
feat(compiler-sfc): support module string names syntax (#7428)
https://github.com/tc39/ecma262/pull/2154
|
2023-03-28 16:28:06 +08:00 |
三咲智子 Kevin Deng
|
1b69d5f2f4
|
fix(compiler-sfc): unwrap TS node for defineProps (#7340)
|
2023-03-28 15:22:01 +08:00 |
Yugang Cao
|
e603fd258c
|
chore: fix typo (#5261) [ci skip]
|
2022-01-21 01:18:34 -05:00 |
Evan You
|
1045590d4b
|
fix(compiler-core): avoid runtime dependency on @babel/types
fix #4531
|
2021-09-07 09:54:49 -04:00 |
Evan You
|
4c468eb30a
|
fix(build): avoid imports to @babel/types in client build of compiler-core
|
2021-08-24 12:39:38 -04:00 |
Evan You
|
f1fa30adc3
|
refactor(ref-transform): improve algorithm into one pass
|
2021-08-23 18:22:21 -04:00 |
Evan You
|
06051c4bf2
|
feat(experimental): support ref transform for sfc normal `<script>`
|
2021-08-23 16:00:46 -04:00 |
Evan You
|
986681568f
|
chore: export extractIdentifiers
|
2021-08-23 12:18:43 -04:00 |
Evan You
|
e565831c98
|
feat(experimental): shouldTransform for ref-transform
|
2021-08-23 10:45:58 -04:00 |
Evan You
|
db8dc753c0
|
feat(experimental): standalone ref transform
|
2021-08-22 22:21:42 -04:00 |
Evan You
|
84b24a71f0
|
chore: bump deps
|
2021-08-22 15:33:21 -04:00 |
Evan You
|
73f8cae465
|
refactor(compiler): further extract babel ast utilities
|
2021-08-22 14:51:16 -04:00 |