Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

brighterscript

Package Overview
Dependencies
Maintainers
2
Versions
294
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.0

Diff

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
twitchbronbron
published 0.5.4 •

Changelog

Source

0.5.4 2020-04-13

Fixed

  • Syntax bug that wasn't allowing period before indexed get expression (example: prop.["key"]) (#58)
  • Syntax bug preventing comments from being used in various locations within a class
twitchbronbron
published 0.5.3 •

Changelog

Source

0.5.3 - 2020-04-12

Added

  • syntax support for the xml attribute operator (node@someAttr) (#34)
  • syntax support for bitshift operators (<< and >>) (#50)
  • several extra validation checks for class statements

Fixed

  • syntax bug that was showing parse errors for known global method names (such as string()) (#49)
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