Evan You
|
a476692ed2
fix(compiler-sfc): fix parsing of mts, d.mts, and mtsx files
|
1 year ago |
三咲智子 Kevin Deng
|
bfe6b459d3
style: update format & lint config (#9162)
|
2 years ago |
Evan You
|
982a145d38
chore: Merge branch 'main' into minor
|
2 years ago |
三咲智子 Kevin Deng
|
5b2bd1df78
feat(compiler-sfc): support import attributes and `using` syntax (#8786)
|
2 years ago |
白雾三语
|
d74d364d62
fix(custom-element): correctly handle number type props in prod (#8989)
|
2 years ago |
丶远方
|
9d0eba916f
fix(compiler-core): fix `resolveParserPlugins` decorators check (#9566)
|
2 years ago |
三咲智子 Kevin Deng
|
df81da8be9
fix(compiler-sfc): model name conflict (#8798)
|
2 years ago |
三咲智子 Kevin Deng
|
24db9516d8
fix(compiler-sfc): don't hoist props and emit (#8535)
|
2 years ago |
Evan You
|
fab9c72780
fix(compiler-sfc): fix type import from path aliased vue file
|
2 years ago |
Evan You
|
aa1e77d532
fix(compiler-sfc): properly parse d.ts files when resolving types
|
3 years ago |
Evan You
|
4e028b9669
feat(compiler-sfc): support specifying global types for sfc macros
|
3 years ago |
Evan You
|
f22e32e365
feat(compiler-sfc): expose type resolve APIs
|
3 years ago |
Evan You
|
8d8ddd686c
feat(compiler-sfc): expose type import deps on compiled script block
|
3 years ago |
Evan You
|
075498c959
refactor: avoid hard error when inferring runtime type
|
3 years ago |
Evan You
|
8451b92a7a
wip: cache fileToScope + improve vue file offset
|
3 years ago |
Evan You
|
c93c11710e
refactor: improve type resolve error output
|
3 years ago |
Evan You
|
8aa4ea81d6
feat(compiler-sfc): support relative imported types in macros
|
3 years ago |
Evan You
|
b2cdb2645f
refactor(compiler-sfc): rework macro type resolution
|
3 years ago |
Evan You
|
3da1bb36b1
refactor(compiler-sfc): split all macros
|
3 years ago |
Evan You
|
5a529bbf23
refactor(compiler-sfc): extract defineEmits logic
|
3 years ago |
Evan You
|
9f2ca5155e
refactor(compiler-sfc): extract processDefineModel, move main magic string instance to context
|
3 years ago |
Evan You
|
9f5692e052
refactor(compiler-sfc): collapse genRuntimeProps logic
|
3 years ago |
Evan You
|
d0ac57872c
refactor(compiler-sfc): extract more defineProps logic
|
3 years ago |
Evan You
|
acd7eb22cf
refactor(compiler-sfc): (wip) split compileScript logic, use context, move defineProps
|
3 years ago |