Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@volar/language-core

Package Overview
Dependencies
Maintainers
1
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/language-core - npm Package Versions

1
24

2.2.0-alpha.1

Diff

johnsoncodehk
published 2.1.6 •

Changelog

Source

2.1.6 (2024-03-28)

Bug Fixes

johnsoncodehk
published 2.2.0-alpha.0 •

johnsoncodehk
published 2.1.5 •

Changelog

Source

2.1.5 (2024-03-23)

Bug Fixes

  • language-server: GetVirtualCodeRequest incorrectly responses empty vritual code if no mappings
  • typescript: mark the parent directory as exists when created a file
johnsoncodehk
published 2.1.4 •

Changelog

Source

2.1.4 (2024-03-22)

Features

  • test-utils: add 3 APIs: updateTextDocument, updateConfiguration, didChangeWatchedFiles

Bug Fixes

  • typescript: sys cache is not updated correctly in case sensitive file system #153
  • typescript: create a new file did not update sys cache (https://github.com/withastro/language-tools/issues/685)
johnsoncodehk
published 2.1.3 •

Changelog

Source

2.1.3 (2024-03-20)

Bug Fixes

  • typescript: fix emit signature to enable incremental work to function properly #150 - thanks @skywalker512
  • language-server: also consider deletions for getRootFiles #152 - thanks @Princesseuh

Other Changes

  • language-service: add name for SemanticToken tuple members
  • vscode: migrate from StatusBarItem to LanguageStatusItem
johnsoncodehk
published 2.1.2 •

Changelog

Source

2.1.2 (2024-03-07)

Bug Fixes

johnsoncodehk
published 2.1.1 •

Changelog

Source

2.1.1 (2024-03-05)

Bug Fixes

  • test-utils: allow unknown initialization options and expose locale option #142
  • typescript: virtual file update condition should be based generated snapshot rather than source script version
  • monaco: correct package name resolve on ATA #149
  • language-service: provideCodeActions's range param is not accurately mapped
  • language-service: provideInlayHints's range param is not accurately mapped

Refactors

  • Webpack compatibility #144
  • language-service: add provide generic to ServicePlugin type #143
johnsoncodehk
published 2.1.0 •

Changelog

Source

2.1.0 (2024-02-26)

Features

  • language-service: more reliable embedded code formatting #138
    • Embedded code indentation is no longer handled by @volar/language-service, but instead calculated and passed as initialIndentLevel, which is then reliably handled by ServicePlugin for additional indentation in specific languages.
    • The provideDocumentFormattingEdits and provideOnTypeFormattingEdits APIs now accept the EmbeddedCodeFormattingOptions parameter, which includes initialIndentLevel.
    • Formatting ranges are now correctly mapped to embedded code formatting ranges.
    • Removed the no longer needed ServicePlugin.provideFormattingIndentSensitiveLines API.
    • No longer relies on the conventional volar.format.initialIndent editor setting.
    • Added ServicePlugin.resolveEmbeddedCodeFormattingOptions API, allowing downstream tools to modify the initialIndentLevel passed to ServicePlugin based on custom settings (replacing volar.format.initialIndent).

Refactors

  • test-utils: server tester support ClientCapabilities param for initialize() API
  • test-utils: server tester expose sendDocumentRangeFormattingRequestRequest() and shutdown() API
  • language-core: make embeddedCodes optional in VirtualCode #137
  • language-server: SemanticTokens requests are no longer delayed by 200ms
  • language-server: APIs updates #140
    • createSimpleProjectProvider has been renamed to createSimpleProjectProviderFactory and needs to be invoked with no arguments.
    • createTypeScriptProjectProvider has been renamed to createTypeScriptProjectProviderFactory and needs to be invoked with a TS module as an argument.
    • Deprecate typescript#tsdk, typescript#tsdkUrl, ignoreTriggerCharacters initialization options.
    • Deprecate fullCompletionList initialization option. #139
    • Remove experimental provideDiagnosticMarkupContent API.

Bug Fixes

  • language-server: language features not working for untitled documents #135
  • language-server: pushDiagnostics should not be notified when closing a file if server push diagnostics are not enabled
  • language-service provideSelectionRanges API multiple result merging method is inconsistent with VSCode
  • language-service provideDocumentSemanticTokens API's range param is not mapped to virtual code
  • language-service provideDocumentFormattingEdits API's range param is not accurately mapped to virtual code #136
  • language-service fix caching of semantic diagnostics #141
  • test-utils: invalidate cache when calling openInMemoryDocument()
  • monaco: insertText and range properties of completion item not converted correctly
  • typescript: ts plugin incorrectly resolve module name
johnsoncodehk
published 2.0.4 •

Changelog

Source

2.0.4 (2024-02-13)

Features

  • ci: integrate with https://github.com/volarjs/ecosystem-ci

Bug Fixes

  • language-service: transform markdown links in completion items #133
  • typescript: typescript plugin module resolve behavior inconsistent with language server
  • typescript: typescript plugin breaks semantic highlighting for .ts files (https://github.com/withastro/language-tools/issues/788)
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc