sysml-v2-lsp 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.22.0]
6
+
7
+ ### Fixed
8
+
9
+ - Browser build no longer attempts to spawn a `worker_threads` parse worker (unavailable in the Web Worker runtime); parsing now runs inline, guarded by a new `__SYSML_BROWSER_SERVER__` compile-time flag injected via esbuild's `define`, avoiding a misleading worker-failure log
10
+ - Go-to-Definition into bundled `sysml-stdlib:` documents now resolves regardless of URI spelling: library content is additionally keyed by a canonical form so triple-slash/single-slash authority variants and differing percent-encoding (`vscode.Uri` vs `encodeURIComponent`) all map to the same file
11
+
5
12
  ## [0.21.0]
6
13
 
7
14
  ## [0.20.0]