Socket
Socket
Sign inDemoInstall

@vue/language-core

Package Overview
Dependencies
9
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
8Next

1.8.18

Diff

Changelog

Source

1.8.18 (2023/10/9)

johnsoncodehk
published 1.8.17 •

Changelog

Source

1.8.17 (2023/10/9)

  • fix: extension cannot run on vscode versions lower than 1.82.0 (#3631) (#3635)
  • fix: make defineProps work when reading a property from defineProps() (#3633) - thanks @so1ve
  • fix: avoid reading props from __VLS_ctx (#3636) - thanks @so1ve
  • fix: regression with defineExpose (#3639) - thanks @so1ve
johnsoncodehk
published 1.8.16 •

Changelog

Source

1.8.16 (2023/10/7)

  • fix: merge default export's properties properly (#3600) - thanks @so1ve
  • fix: accurate exposed type with refs in generic component (#3604) - thanks @so1ve
  • fix: make emits type correct when user assigns emit function a custom name (#3624) - thanks @so1ve
johnsoncodehk
published 1.8.15 •

Changelog

Source

1.8.15 (2023/9/26)

  • fix: props type missing in JS component context (#3592)
  • fix: ignore $emit return type for Vue 2 (#3596)
johnsoncodehk
published 1.8.14 •

Changelog

Source

1.8.14 (2023/9/26)

  • feat: defineEmit now able to infer event types with more than 4 overloads (#3379) (#1855)
  • feat: more accurately distinguish component internal context and external context types (#3591) (#3517) - thanks @so1ve
  • fix: don't import alias macros (#3576) - thanks @sxzz
  • fix: make generic components' emit type compactible with Vue core types (#3569) (#3257) - thanks @so1ve
  • fix: use universal __VLS_ConstructorOverloads when emits type is not inlined (#3585) - thanks @so1ve
  • fix: inherit emits props and supports generic component emit type for JSX (#3533) (#3289) (#3476) - thanks @so1ve
  • perf: generate less TS virtual code for TS performance (#3581)
johnsoncodehk
published 1.8.13 •

Changelog

Source

1.8.13 (2023/9/20)

  • fix: generate valid syntax when noPropertyAccessFromIndexSignature is not enabled (#3575) - thanks @so1ve
johnsoncodehk
published 1.8.12 •

Changelog

Source

1.8.12 (2023/9/20)

  • feat: support vitepress's code snippet import (#3559) - thanks @so1ve
  • fix(component-meta): fix modules interoperability with vue-component-type-helper
  • fix: avoid losing generic types with strictTemplates: false (#3565) - thanks @so1ve
  • fix: format slots with typeannotation correctly (#3573) - thanks @so1ve
johnsoncodehk
published 1.8.11 •

Changelog

Source

1.8.11 (2023/9/13)

  • feat: slot references codeLens counting fragment default slot (#932)
  • fix: correct message for @vue-expect-error (#3541) - thanks @so1ve
  • fix: avoid global macros conflicts with local variables (#3550) - thanks @so1ve
  • fix: script setup comments at top breaks global macros (#3549) - thanks @so1ve
  • fix(vue-tsc): prevent rebuild in incremental mode throwing error (#3556) - thanks @blake-newman
johnsoncodehk
published 1.8.10 •

Changelog

Source

1.8.10 (2023/9/6)

  • feat: added Portuguese integration documentation (#3535)
  • feat: exposed configFileName for createParsedCommandLineByJson() function (#3456) - thanks @qmhc
  • feat: support nested plugins (#3530) - thanks @so1ve
  • feat(vscode): add vue.server.runtime setting and support for Bun runtime
  • feat(vscode): add vue.server.path setting for customize server module path
  • fix: correctly hyphen-case props (#3424) - thanks @so1ve
  • fix: generic components should respect strictTemplates (#3487) - thanks @so1ve
  • fix(vue-component-type-helpers): correctly handle generic components when using ComponentExposed (#3536) - thanks @so1ve
johnsoncodehk
published 1.8.8 •

Changelog

Source

1.8.8 (2023/7/27)

  • fix: language server crashed due to importing unexist library (#3453) (#3454)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc