🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

brighterscript-formatter

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brighterscript-formatter - npm Package Versions

1
35
8

1.6.25

Diff
twitchbronbron
published 1.6.25 •

Changelog

Source

1.6.25 - 2023-04-14

Changed

twitchbronbron
published 1.6.24 •

Changelog

Source

1.6.24 - 2023-03-17

Changed

Fixed

  • indent format issue related to optional chaining array access (#71)
twitchbronbron
published 1.6.23 •

Changelog

Source

1.6.23 - 2023-01-12

Changed

twitchbronbron
published 1.6.22 •

Changelog

Source

1.6.22 - 2022-12-15

Changed

  • Bump qs from 6.5.2 to 6.5.3 (#64)
twitchbronbron
published 1.6.21 •

Changelog

Source

1.6.21 - 2022-12-15

Changed

Fixed

  • indentation related to continue for and continue while (#65)
twitchbronbron
published 1.6.20 •

Changelog

Source

1.6.20 - 2022-12-08

Changed

twitchbronbron
published 1.6.19 •

Changelog

Source

1.6.19 - 2022-10-28

Changed

twitchbronbron
published 1.6.18 •

Changelog

Source

1.6.18 - 2022-10-20

Changed

twitchbronbron
published 1.6.17 •

Changelog

Source

1.6.17 - 2022-10-03

Changed

twitchbronbron
published 1.6.16 •

Changelog

Source

1.6.16 - 2022-09-02

Changed

  • Split formatter into separate processors (#57)
  • Break process into smaller functions (#59)
  • Rename all Formatter process methods to format (#60)

Fixed

  • mod keywordCase formatting (#62)
  • Parse all code as brighterscript to improve formatting context (#61)
  • upgrade to brighterscript@0.57.0. Notable changes since 0.56.0:
    • Allow mod as an aa prop, aa member identifier kinds forced to Identifier (brighterscript#684)