Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into lsp-refactor
  • Loading branch information
TwitchBronBron committed Jul 9, 2024
2 parents db46e59 + 1755665 commit 0774d28
Show file tree
Hide file tree
Showing 8 changed files with 439 additions and 85 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [0.67.3](https://github.com/rokucommunity/brighterscript/compare/v0.67.2...v0.67.3) - 2024-06-14
### Changed
- Flag using devDependency in production code ([#1222](https://github.com/rokucommunity/brighterscript/pull/1222))
### Fixed
- Fix crash with missing scope ([#1234](https://github.com/rokucommunity/brighterscript/pull/1234))
- fix: conform bsconfig.schema.json to strict types ([#1205](https://github.com/rokucommunity/brighterscript/pull/1205))



## [0.67.2](https://github.com/rokucommunity/brighterscript/compare/v0.67.1...v0.67.2) - 2024-06-03
### Changed
- Fix crash with optional chaining in signature help ([#1207](https://github.com/rokucommunity/brighterscript/pull/1207))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ BrighterScript adds several new features to the BrightScript language such as na
<a href="https://www.miraclechannel.ca/corcoplus">
<img height="38" src="https://user-images.githubusercontent.com/2544493/192593254-f2a32cd4-0482-40de-830d-c1d09690c46b.png">
</a>&nbsp;&nbsp;&nbsp;
<a href="https://channelstore.roku.com/details/222212/phototv">
<img height="38" src="https://user-images.githubusercontent.com/2544493/169118062-81d94da5-2323-4e31-b19d-7db3f9c88dff.png">
<a href="https://digitalpictureframe.tv">
<img height="38" src="https://s3.us-east-1.wasabisys.com/tv.digitalpictureframe.assets/logo-wide.png">
</a>&nbsp;&nbsp;&nbsp;
<a href="https://www.haystack.tv/">
<img height="38" src="https://user-images.githubusercontent.com/2544493/192610056-d1b5a382-edf4-47b9-a6a5-d2d3ee9094cb.png">
Expand Down
28 changes: 14 additions & 14 deletions benchmarks/package-lock.json

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

4 changes: 3 additions & 1 deletion bsconfig.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"components/**/*.*",
"images/**/*.*"
],
"type": "array",
"items": {
"anyOf": [
{
Expand Down Expand Up @@ -138,6 +139,7 @@
"stagingFolderPath": {
"type": "string",
"deprecated": true,
"deprecationMessage": "Deprecated. Use `stagingDir` instead.",
"description": "The path to the staging folder (where all files are copied before creating the zip package)"
},
"ignoreErrorCodes": {
Expand Down Expand Up @@ -283,4 +285,4 @@
"default": false
}
}
}
}
Loading

0 comments on commit 0774d28

Please sign in to comment.