-
-
Notifications
You must be signed in to change notification settings - Fork 413
Pull requests: vuejs/language-tools
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix(language-core): handle named default import of components correctly
#5066
opened Dec 18, 2024 by
KazariEX
Loading…
feat(language-core): navigation support for
$attrs
, $slots
, $refs
and $el
in the template
#5056
opened Dec 16, 2024 by
KazariEX
Loading…
refactor(language-service): process references data at runtime to reduce bundle size
#5054
opened Dec 15, 2024 by
KazariEX
Loading…
refactor(language-service): consistent style of source and virtual code operation
#5053
opened Dec 15, 2024 by
KazariEX
Loading…
fix(language-service): don't provide modifier completion for
@
and :
#5052
opened Dec 14, 2024 by
KazariEX
Loading…
fix(language-core): prevent visiting functional components for parseScriptSetupRanges
#5049
opened Dec 13, 2024 by
zhiyuanzmj
Loading…
feat(vscode): add timeout logic for insiders fetching
#5048
opened Dec 13, 2024 by
KazariEX
Loading…
feat(language-service): map sfc compiler errors outside the template inner content
#5045
opened Dec 12, 2024 by
KazariEX
Loading…
fix(language-core): always use destructure syntax to pass props type
#5043
opened Dec 11, 2024 by
KazariEX
Loading…
fix(language-core): disable navigation feature on non-binding prop values
#5040
opened Dec 11, 2024 by
KazariEX
Loading…
fix(language-core): update sfc when add / delete the
</template>
in the template block
#5038
opened Dec 10, 2024 by
KazariEX
Loading…
feat(build): integrate tree-shaker for improved bundle optimization
#4994
opened Nov 7, 2024 by
johnsoncodehk
•
Draft
feat(language-service): support global directives completion
#4989
opened Nov 6, 2024 by
KazariEX
Loading…
feat(language-core): support the use of sfc root comment to configure
vueCompilerOptions
#4987
opened Nov 5, 2024 by
KazariEX
Loading…
fix(language-core): loose props check on generic components without
strictTemplates
#4983
opened Nov 4, 2024 by
KazariEX
Loading…
fix(language-core): intersect type of object key on
v-for
with string
#4981
opened Nov 4, 2024 by
KazariEX
Loading…
fix(language-core): consistent interpolation behavior of shorthand binding
#4975
opened Nov 2, 2024 by
KazariEX
Loading…
fix(language-core): correct type and completion support of
vue:
event
#4969
opened Oct 31, 2024 by
KazariEX
Loading…
feat(language-core): enhance single root nodes collection
#4819
opened Sep 5, 2024 by
KazariEX
Loading…
fix(language-core): correct type inference on empty emits with strictTemplates
#4700
opened Aug 16, 2024 by
KazariEX
Loading…
fix(language-service): typescript-semantic renaming first
#4685
opened Aug 13, 2024 by
KazariEX
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.