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

brighterscript

Package Overview
Dependencies
Maintainers
0
Versions
296
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.9.2

Diff

Changelog

Source

0.9.2 - 2020-05-02

Changed

  • intellisense anywhere other than next to a dot now includes keywords (#67)

Fixed

  • bug in the lexer that was not treating constructor as an identifier (#66)
  • bug when printing diagnostics that would sometimes fail to find the line in question (#68)
  • bug in scopes that were setting isValidated=false at the end of the validate() call instead of true
twitchbronbron
published 0.9.1 •

Changelog

Source

0.9.1 - 2020-05-01

Fixed

  • bug with upper-case two-word conditional compile tokens (#ELSE IF and #END IF) (#63)
twitchbronbron
published 0.9.0 •

Changelog

Source

0.9.0 - 2020-05-01

Added

  • new compile flag autoImportComponentScript which will automatically import a script for a component with the same name if it exists.
twitchbronbron
published 0.8.2 •

Changelog

Source

0.8.2 - 2020-04-29

Fixed

  • bugs in namespace transpilation
  • bugs in class transpilation
  • transpiled examples for namespace and class docs
  • bugs in class property initialization
twitchbronbron
published 0.8.1 •

Changelog

Source

0.8.1 - 2020-04-27

Fixed

  • Bug where class property initializers would cause parse error
  • better parse recovery for incomplete class members
twitchbronbron
published 0.8.0 •

Changelog

Source

0.8.0 - 2020-04-26

Added

  • new import syntax for BrighterScript projects.
  • experimental transpile support for xml files (converts .bs extensions to .brs, auto-appends the import statments to each xml component)

Changed

  • upgraded to vscode-languageserver@6.1.1
twitchbronbron
published 0.7.2 •

Changelog

Source

0.7.2 - 2020-04-24

Fixed

  • runtime bug in the language server when validating incomplete class statements
twitchbronbron
published 0.7.1 •

Changelog

Source

0.7.1 - 2020-04-23

Fixed

  • dependency issue: glob is required but was not listed as a dependency
twitchbronbron
published 0.7.0 •

Changelog

Source

0.7.0 - 2020-04-23

Added

  • basic support for namespaces
  • experimental parser support for import statements (no transpile yet)

Changed

  • parser produces TokenKind.Library now instead of an identifier token for library.
twitchbronbron
published 0.6.0 •

Changelog

Source

0.6.0 2020-04-15

Added

  • ability to filter out diagnostics by using the diagnosticFilters option in bsconfig

Changed

  • deprecated the ignoreErrorCodes in favor of diagnosticFilters

Fixed

  • Bug in the language server that wasn't reloading the project when changing the bsconfig.json
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