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

Diff

Changelog

Source

0.13.1 - 2020-08-14

Changed

  • upgraded to roku-deploy@3.2.3
  • throw exception when copying to staging folder and rootDir does not exist in the file system
  • throw exception when zipping package and ${stagingFolder}/manifest does not exist in the file system
twitchbronbron
published 0.13.0 •

Changelog

Source

0.13.0 - 2020-08-10

Added

  • ability to mark the extends and project options in bsconfig.json, API and CLI as optional.
twitchbronbron
published 0.12.4 •

Changelog

Source

0.12.4 - 2020-08-06

Fixed

  • bug in cli that wouldn't properly read bsconfig values. #167
  • bug in cli that doesn't use retain-staging-folder argument properly. #168
twitchbronbron
published 0.12.3 •

Changelog

Source

0.12.3 - 2020-08-03

Fixed

  • bug in the language server that would provide stale completions due to the file throttling introduced in v0.11.2. Now the language server will wait for the throttled parsing to complete before serving completion results.
twitchbronbron
published 0.12.2 •

Changelog

Source

0.12.2 - 2020-07-16

Added

  • Expose ProgramBuilder.transpile() method to make it easier for tools to transpile programmatically. #154

Fixed

  • bug on Windows when transpiling BrighterScript import statements into xml script tags that would use the wrong path separator sometimes.
twitchbronbron
published 0.12.1 •

Changelog

Source

0.12.1 - 2020-07-15

Changed

Fixed

  • bug in roku-deploy when when loading stagingFolderPath from rokudeploy.json or bsconfig.json that would crash the language server
twitchbronbron
published 0.12.0 •

Changelog

Source

0.12.0 - 2020-07-09

Added

  • diagnosticLevel option to limit/control the noise in the console diagnostics

Changed

  • Move away from command-line-args in favor of yargs for CLI support

Fixed

  • Throttle LanguageServer validation to prevent running too many validations in a row.
  • Bug in CLI preventing ability to provide false values to certain flags
  • Do not print info and hint diagnostics from the CLI by default.
twitchbronbron
published 0.11.2 •

Changelog

Source

0.11.2 - 2020-07-09

Changed

  • add 350ms debounce in LanguageServer onDidChangeWatchedFiles to increase performance by reducing the number of times a file is parsed and validated.

Fixed

  • bug in the log output that wasn't casting string log levels into their numeric enum versions, causing messages to be lost at certain log levels.
  • load manifest file exactly one time per program rather than every time a file gets parsed.
  • bug in info logging that wasn't showing the proper parse times for files on first run.
twitchbronbron
published 0.11.1 •

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