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
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brighterscript - npm Package Versions

1
46
31

0.65.22

Diff
twitchbronbron
published 0.65.22 •

Changelog

Source

0.65.22 - 2024-02-09

Added

  • support for provideReferences in plugins (#1066)
  • allow v1 syntax: built-in types for class member types and type declarations on lhs (#1059)

Changed

  • fix sourcemap comment and add file prop to map (#1064)
  • move coveralls-next to a devDependency since it's not needed at runtime (#1051)
twitchbronbron
published 1.0.0-alpha.26 •
twitchbronbron
published 0.65.21 •

Changelog

Source

0.65.21 - 2024-01-31

Fixed

  • parsing issues with multi-index IndexedSet and IndexedGet (#1050)
twitchbronbron
published 0.65.20 •

Changelog

Source

0.65.20 - 2024-01-30

Added

  • plugin hooks for getDefinition (#1045)
twitchbronbron
published 0.65.19 •

Changelog

Source

0.65.19 - 2024-01-30

Changed

  • Backport v1 syntax changes (#1034)
twitchbronbron
published 1.0.0-alpha.25 •
twitchbronbron
published 0.65.18 •

Changelog

Source

0.65.18 - 2024-01-25

Changed

  • Refactor bsconfig documentation (#1024)
  • Prevent overwriting Program._manifest if already set on startup (#1027)
  • Improving null safety: Add FinalizedBsConfig and tweak plugin events (#1000)
twitchbronbron
published 0.65.17 •

Changelog

Source

0.65.17 - 2024-01-16

Changed

  • add documentation on pruneEmptyCodeFiles to the README (#1012)
  • assign .program to the builder BEFORE calling afterProgram (#1011)

Fixed

  • properly handle libpkg:/ prefix for script imports (#1017)
twitchbronbron
published 0.65.16 •

Changelog

Source

0.65.16 - 2024-01-08

Added

  • Add pruneEmptyCodeFiles option to prevent publishing of empty files and exclude unnecessary script imports (#997)

Changed

  • chore: improve null safety (#996)
twitchbronbron
published 0.65.15 •

Changelog

Source

0.65.15 - 2023-12-26

Fixed

  • Prevent errors when using enums in a file that's not included in any scopes (#995)