New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

brighterscript

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brighterscript - npm Package Versions

1
30

0.27.0

Diff

Changelog

Source

0.27.0 - 2021-01-15

Changed

  • plugin system changed to require a factory function instead of a singleton object (#272)
twitchbronbron
published 0.26.0 •

Changelog

Source

0.26.0 - 2021-01-14

Added

  • proper XML AST support
  • component interface validation
  • basic support for string-based diagnostic codes (from plugins)
twitchbronbron
published 0.25.0 •

Changelog

Source

0.25.0 - 2021-01-12

Added

  • support for passing custom types as function parameters and return types (#262)
twitchbronbron
published 0.24.1 •

Changelog

Source

0.24.1 - 2021-01-09

Changed

twitchbronbron
published 0.24.0 •

Changelog

Source

0.24.0 - 2021-01-08

Added

  • sourceMap option to enable/disable generating sourcemaps

Changed

  • sourcemaps are disabled by default (previously they were enabled by default)
twitchbronbron
published 0.23.2 •

Changelog

Source

0.23.2 - 2020-01-06

Fixed

  • isLiteralInvalid was causing infinite recursion.
  • lock vscode-languageserver-protocol package version to prevent issues with vscode not following semantic versioning.
twitchbronbron
published 0.23.1 •

Changelog

Source

0.23.1 - 2020-12-22

Changed

  • renamed Scope.getFiles() to Scope.getAllFiles() and added a new function called Scope.getOwnFiles()

Fixed

  • bug preventing d.bs loaded in parent files from showing up in child files. (#252)
twitchbronbron
published 0.23.0 •

Changelog

Source

0.23.0 - 2020-12-18

Changed

  • AST parser refactoring (#244)
    • Make ElseIf into an ElseIfStatement
    • Removed ElseIf token in favor of separate else and if tokens
    • Refactored statement separators processing and cleaned error messages
    • Improved try-catch parsing
    • Improved label error handling

Fixed

  • bug causing invalid diagnostics to be thrown on files with multiple dots in their names (#257)
  • syntax error for integer type declaration character (#254)
  • syntax error for floats with more than 5 decimal places that also have a trailing exponent (#255)
twitchbronbron
published 0.22.1 •

Changelog

Source

0.22.1 - 2020-12-14

Fixed

  • small bug introduced by vscode-languageserver causing crashes anytime negative range values are provided.
twitchbronbron
published 0.22.0 •

Changelog

Source

0.22.0 - 2020-11-23

Added

  • try/catch and throw syntax support #218
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc