Skip to content

0.73.2

Latest

Choose a tag to compare

@rokucommunity-bot rokucommunity-bot released this 08 Sep 20:19
e3f37b9

Added

  • Add isTerminal and previousInChain getters to AstNode (#1788)
  • Add generic go-to-definition for file path strings in BRS/BS/XML files (#1648)
  • Transpile continue down for firmware below 11.5 (#489)

Changed

  • Better error message for wrong-cased XML tags (#1793)
  • Infer node type from findAncestor type-guard matchers (#1787)
  • Enable @typescript-eslint/no-unsafe-argument (#1785)
  • Reduce per-Token lexer allocation to cut GC pressure while editing (#1712)

Fixed

  • Avoid emitting a duplicate sourceMappingURL comment (#1786)
  • Recognize regex literals after ${ and , (#1789)
  • Fix duplicate and crashing "find all references" results (#1791)
  • Fix nested curly braces in template strings (#1539)