Changed
- Bump picomatch from 2.3.1 to 2.3.2 (#134)
- upgrade to brighterscript@0.72.1. Notable changes since 0.70.4:
- Recover from mismatched loop terminators with quick fixes (#1696)
- Add diagnosticReporter config option (#1701)
- Diagnose reserved BrightScript builtins used as values (#1697)
- Add bs:disable / bs:enable block directives and diagnostic suppression quick fixes (#1699)
- feat: add
validatebsconfig flag to skip validation phase (#1687) - feat: allow line continuation in .brs files when minFirmwareVersion >= 15.3 (#1693)
- Reload projects when manifest file changes (#1700)
- Set up Copilot coding agent instructions (#1695)
- Bump diff from 4.0.2 to 4.0.4 in /benchmarks (#1610)
- Add
relativeSourceMapsoption for portable sourcemaps (#1624) - Auto-update imports when files are renamed (#1688)
- Support minFirmwareVersion in bsconfig.json (#1678)
- added source fix all code action support (#1659)
- Limit project activation concurrency (#1627)
- Share per-file namespace data via lazy ScopeNamespaceLookup view (#1684)
- Lazy-allocate NamespaceContainer's optional fields (#1683)
- Share BscSymbol references in SymbolTable.mergeSymbolTable (#1682)
- Chain prebuild sourcemaps through BrighterScript transpile (#1676)
- added selection range provider support to lsp capabilities (#1657)
- Report const cycle diagnostic per node to match class convention (#1681)
- Support line continuation (#1667)
- Fix cross-file const inlining and flag const cycles (#1680)
- Bump postcss from 8.4.31 to 8.5.10 (#1679)
- Bump lodash from 4.17.23 to 4.18.1 (#1673)
- Bump follow-redirects from 1.15.6 to 1.16.0 (#1672)
- Bump lodash from 4.17.23 to 4.18.1 in /benchmarks (#1670)
- Bump brace-expansion in /benchmarks (#1666)
- Feature/more quick fixes (#1662)
- bugfix/small perf improvements (#1663)
- Bump picomatch from 2.3.1 to 2.3.2 (#1661)
- Bump picomatch from 2.3.1 to 2.3.2 in /benchmarks (#1660)
- Add computed property names (compile-time support only) (#1658)
- upgrade to roku-deploy@3.17.2. Notable changes since 3.16.3:
- Expanded the default files array to include the locale folder (#237)
- Fix crash when loading roku-deploy on node < 18 (#256)
- chore: drop undici, use native fetch (#254)
- feat: add RokuDeploy.validateDeveloperPassword (#252)
- fix: correct DeviceInfoRaw serial-number property name (#251)
- Bump lodash from 4.17.23 to 4.18.1 (#247)
- Resolve files array staging option (#249)
- Fix
zipFolderbug that wasn't properly handling absolute stagingDir path (#245) - Bump picomatch from 2.3.1 to 2.3.2 (#242)