Skip to content

Commit

Permalink
Merge branch 'rokucommunity:master' into issue-77-formatter-with-keyw…
Browse files Browse the repository at this point in the history
…ords-in-function-name
  • Loading branch information
philanderson888 authored Jan 3, 2025
2 parents 4a5704c + 23738f0 commit 44ca5ba
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 39 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.7.7](https://github.com/rokucommunity/brighterscript-formatter/compare/v1.7.6...v1.7.7) - 2024-12-20
### Changed
- upgrade to [brighterscript@0.68.2](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0682---2024-12-06). Notable changes since 0.67.8:
- Add more convenience exports from vscode-languageserver ([brighterscript#1359](https://github.com/rokucommunity/brighterscript/pull/1359))
- Add Namespace Source Literals ([brighterscript#1353](https://github.com/rokucommunity/brighterscript/pull/1353))
- Enhance lexer to support long numeric literals with type designators ([brighterscript#1351](https://github.com/rokucommunity/brighterscript/pull/1351))
- Fix issues with the ast `walkArray` function ([brighterscript#1347](https://github.com/rokucommunity/brighterscript/pull/1347))



## [1.7.6](https://github.com/rokucommunity/brighterscript-formatter/compare/v1.7.5...v1.7.6) - 2024-10-18
### Changed
- upgrade to [brighterscript@0.67.8](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0678---2024-10-18). Notable changes since 0.67.7:
Expand Down
174 changes: 137 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brighterscript-formatter",
"version": "1.7.6",
"version": "1.7.7",
"description": "A formatter for BrighterScript, a superset of Roku's BrightScript language, written in JavaScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"brighterscript-formatter": "dist/cli.js"
},
"dependencies": {
"brighterscript": "^0.67.8",
"brighterscript": "^0.68.2",
"glob-all": "^3.3.0",
"jsonc-parser": "^3.0.0",
"source-map": "^0.7.3",
Expand Down

0 comments on commit 44ca5ba

Please sign in to comment.