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.10.11

Diff

Changelog

Source

0.10.11 - 2020-07-05

  • Fix bug that would fail to copy files to staging without explicitly specifying stagingFolderpath. #129
twitchbronbron
published 0.10.10 •

Changelog

Source

0.10.10 - 2020-06-12

Fixed

  • include the missing bslib.brs file in the npm package which was causing errors during transpile.
twitchbronbron
published 0.10.9 •

Changelog

Source

0.10.9 2020-06-12

Added

  • bslib.brs gets copied to pkg:/source and added as an import to every component on transpile.
  • several timing logs under the "info" log level.

Changed

  • pipe the language server output to the extension's log window

Fixed

  • bug with global val function signature that did not support the second parameter (#110)
  • bug with global 'StrI' function signature that did not support the second parameter.
twitchbronbron
published 0.10.8 •

Changelog

Source

0.10.8 - 2020-06-09

Fixed

  • Allow leading spcaes for bs:disable-line and bs:disable-next-line comments (#108)
twitchbronbron
published 0.10.7 •

Changelog

Source

0.10.7 - 2020-06-08

Fixed

  • bug in cli that was always returning a nonzero error code
twitchbronbron
published 0.10.6 •

Changelog

Source

0.10.6 - 2020-06-05

Fixed

  • incorrect definition for global Left() function. (#100)
  • missing definition for global Tab() and Pos() functions (#101)
twitchbronbron
published 0.10.5 •

Changelog

Source

0.10.5 - 2020-06-04

Changed

  • added better logging for certain critical language server crashes
twitchbronbron
published 0.10.4 •

Changelog

Source

0.10.4 - 2020-05-28

Fixed

  • bug where assigning a namespaced function to a variable wasn't properly transpiling the dots to underscores (fixes #91)
  • flag parameter with same name as namespace
  • flag variable with same name as namespace
  • CreateObject("roRegex") with third parameter caused compile error (#95)
twitchbronbron
published 0.10.3 •

Changelog

Source

0.10.3 - 2020-05-27

Changed

  • tokenizing a string with no closing quote will now include all of the text until the end of the line.
  • language server TranspileFile command now waits until the program is finished building before trying to transpile.
twitchbronbron
published 0.10.2 •

Changelog

Source

0.10.2 - 2020-05-23

Added

  • language server command TranspileFile which will return the transpiled contents of the requested file.

Fixed

  • quotemarks in string literals were not being properly escaped during transpile (#89)
  • Bug that was only validating calls at top level. Now calls found anywhere in a function are validated
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