Skip to content

0.8.42

Choose a tag to compare

@rokucommunity-bot rokucommunity-bot released this 01 May 15:59
b682710

Changed

  • upgrade to brighterscript@0.72.0. Notable changes since 0.70.4:
    • Support minFirmwareVersion in bsconfig.json (#1678)
    • perf: Share per-file namespace data via lazy ScopeNamespaceLookup view (#1684)
    • perf: Lazy-allocate NamespaceContainer's optional fields (#1683)
    • perf: Share BscSymbol references in SymbolTable.mergeSymbolTable (#1682)
    • 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)
    • bugfix/small perf improvements (#1663)
    • Add computed property names (compile-time support only) (#1658)