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

Diff

Changelog

Source

0.18.0 - 2020-10-30

Added

  • support for consuming and producing type definitions. (188)
twitchbronbron
published 0.17.0 •

Changelog

Source

0.17.0 - 2020-10-27

Added

  • Annotation syntax and AST support (#234)
twitchbronbron
published 0.16.12 •

Changelog

Source

0.16.12 - 2020-10-21

Fixed

  • parser bug when there was a trailing colon after for or while loop statements (#230)
twitchbronbron
published 0.16.11 •

Changelog

Source

[0.16.11](https://github.com/rokucommunity/brighterscript/compare/v0.16.10...v0.16.11 - 2020-10-20

Fixed

  • bug when using single quotes in an xml script tag

Changed

  • removed bs1106 (.bs file script tags must use the type="brighterscript") diagnostic because it's unnecessary.
twitchbronbron
published 0.16.10 •

Changelog

Source

0.16.10 - 2020-10-20

Fixed

  • prevent crash when a callable has the same name as a javascript reserved name (#226)
  • prevent crash when import statement is malformed (#224)
twitchbronbron
published 0.16.9 •

Changelog

Source

0.16.9 - 2020-10-18

Fixed

  • reduce language server throttle for validation and parsing now that those have improved performance.
  • massively improve validation performance by refactoring getFileByPkgPath
  • micro-optimization of hot parser functions
  • change codebase to use import type many places, which reduces the number of files imported at runtime
twitchbronbron
published 0.16.8 •

Changelog

Source

0.16.8 - 2020-10-15

Fixed

  • bug when printing diagnostics that would crash if the contents were missing (like for in-memory-only files injected by plugins) (#217)
  • Drop expensive AST walking for collecting property names and instead collect them as part of parsing
twitchbronbron
published 0.16.7 •

Changelog

Source

0.16.7 - 2020-10-13

Fixed

  • bug when finding bsconfig.json that would use the wrong cwd in multi-workspace language server situations.
  • bug when transpiling in-memory-only files. (#212)
twitchbronbron
published 0.16.6 •

Changelog

Source

0.16.6 - 2020-10-13

Fixed

  • quirk in the GitHub actions workflow that didn't publish the correct code.
twitchbronbron
published 0.16.5 •

Changelog

Source

0.16.5 - 2020-10-13

Fixed

  • performance issue during the parse phase. We now defer certain collections until needed. (#210)
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