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

Diff

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

Changelog

Source

0.10.1 - 2020-05-22

Fixed

  • transpile bug for compound assignment statements (such as +=, -=) (#87)
  • transpile bug that was inserting function parameter types before default values (#88)
  • export BsConfig interface from index.ts to make it easier for NodeJS importing.
twitchbronbron
published 0.10.0 •

Changelog

Source

0.10.0 - 2020-05-19

Added

  • new callfunc operator.
twitchbronbron
published 0.9.8 •

Changelog

Source

0.9.8 - 2020-05-16

Changed

  • the inner event system handling file changes. This should fix several race conditions causing false negatives during CLI runs.

Fixed

  • some bugs related to import statements not being properly traced.
twitchbronbron
published 0.9.7 •

Changelog

Source

0.9.7 - 2020-05-14

Changed

  • TypeScript target to "ES2017" which provides a significant performance boost in lexer (~30%) and parser (~175%)

Fixed

  • the binary name got accidentally renamed to bsc2 in release 0.9.6. This release fixes that issue.
  • removed some debug logs that were showing up when not using logLevel=debug
  • false negative diagnostic when using the new keyword as a local variable #79
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