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

Diff

Changelog

Source

0.11.1 - 2020-07-07

Added

  • diagnostic for unknown file reference in import statements (#139)

Changed

  • upgraded to roku-deploy@3.2.1
  • upgraded to jsonc-parser@2.3.0
  • add begin and end template string literal tokens so we can better format and understand the code downstream. (#138)

Fixed

  • roku-deploy bug that would fail to load bsconfig.json files with comments in them.
  • bug in parser that would fail to find function calls in certain situations, killing the rest of the parse.
twitchbronbron
published 0.11.0 •

Changelog

Source

0.11.0 - 2020-07-06

Added

  • Source literals feature which adds new literals such as SOURCE_FILE_PATH, SOURCE_LINE_NUM, FUNCTION_NAME, and more. (#13)
  • sourceRoot config option to fix sourcemap paths for projects that use a temporary staging folder before calling the BrighterScript compiler. (#134)
  • Template string feature which brings template string support to BrighterScript. (#98)

Fixed

  • Do not show BS1010 diagnostic hints for the same script imported for parent and child. (#113)
twitchbronbron
published 0.10.11 •

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)
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