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