0.1.3
Changed
- Add
brighterscriptas dependency (#14) - upgrade to brighterscript@0.69.7. Notable changes since 0.65.16:
- Significantly improve the performance of standardizePath (brighterscript#1425)
- Prevent running the lsp project in a worker thread (brighterscript#1423)
- Fix issues with the ast walkArray function (brighterscript#1347)
- Fix crash with missing scope (brighterscript#1234)
- Fix crash when diagnostic is missing range (brighterscript#1174)
- Support when tokens have null ranges (brighterscript#1072)
- Add plugin hooks for getDefinition (brighterscript#1045)
- Assign .program to the builder BEFORE calling afterProgram (brighterscript#1011)