Changelog
0.3.0 (2025-04-14)
This change adds many more diagnostics to better match the capabilities of pkl-intellij.
Fixes
-
Fixes a runtime crash that happens when interpolation start tokens are used within an invalid syntactic block (#67).
-
Fixes stack overflow exceptions when analyzing recursive methods (#68).
-
Fixes parsing of modifier nodes (#74).
-
Fixes an issue where some nodes are constructed twice, causing analysis to fail (#74).
-
Fixes an issue where stdlib modules can possibly be initialized multiple times, causing analysis to fail (#74).
-
Improve cache-ing of expensive operations (#74).
-
Fixes an issue that causes the language server to hang indefinitely (#78).
-
Fixes a false positive warning on nullable spreads (#79).
0.1.0 (2024-10-08)
Initial release.