-
Notifications
You must be signed in to change notification settings - Fork 53
v1 #1484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
TwitchBronBron
wants to merge
493
commits into
master
Choose a base branch
from
v1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
v1 #1484
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Bronley Plumb <bronley@gmail.com>
* Link scope before serializing each file * Link scope during `prepareFile` events too. Add scope to events * Perf boost for getting sorted scope keys * Fastest so far * Simple scope linking because complex didn't help at all * Remove unnecessary test
…1272) * Makes all inline functions have m as AA in symbol table * Added hover test
* Transpile comments above annotations for common statement types. * Fix some missing transpiled comments for namespaced calls * Fix lint issue
…coped file (#1286) * Handles diagnostic with invalid location, and semantic tokens for unscoped file * One more location check
Co-authored-by: Bronley Plumb <bronley@gmail.com>
* Merges exitFor and exitWhile statements * Properly use original text for exitwhile (one word) * Updates the tokens in parser.tokens to reflect the created while token
* Add basic docs * Added a BrsDoc Parser * Remove leading apostrophes in brsdocs * Added a comment on apostrophes * BrsDoc parser can get parsed docs for a node * Support for @retrun and @type tags * Just comments and names * Defined case sensitivity of doc parsing * Adds diagnostics for bad types in doc comment tags * Unifies doc types so it uses a parsed expression * a few tweaks * Diagnostics on bad types in doc comments unerline the type --------- Co-authored-by: Mark Pearce <mark.pearce@redspace.com>
* Prevent crash when validating an orphaned `ReturnStatement` * Prevent some more crashes
… var to an Expression (#1305) * the exceptionVariable is now an expression instead of a token, and is optional for bs * Rename exception var when local var has the same name.
…hterscript into release-1.0.0
* Fix semantic tokens for component and interface instances. * Fix lint issue and failing test
* Fix bug in bslib prefix transpiling * Fix lint issues.
Contributor
Contributor
Co-authored-by: Bronley Plumb <bronley@gmail.com>
Contributor
Co-authored-by: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Co-authored-by: Bronley Plumb <bronley@gmail.com>
Contributor
Co-authored-by: Bronley Plumb <bronley@gmail.com>
Co-authored-by: Bronley Plumb <bronley@gmail.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: TwitchBronBron <2544493+TwitchBronBron@users.noreply.github.com> Co-authored-by: rokucommunity-bot[bot] <93661887+rokucommunity-bot[bot]@users.noreply.github.com> Co-authored-by: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Co-authored-by: Luis Soares <luis.soares@sky.uk> Co-authored-by: Luis Jacobetty Soares <57358121+luis-j-soares@users.noreply.github.com> Co-authored-by: Brahim Hadriche <brahim.hadriche@gmail.com> Co-authored-by: Christian-Holbrook <118202694+Christian-Holbrook@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Mark Pearce <mark.pearce@redspace.com>
Co-authored-by: Bronley Plumb <bronley@gmail.com>
Co-authored-by: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Co-authored-by: Bronley Plumb <bronley@gmail.com>
…ParamExpressions have statement index -1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the official branch for the v1.0.0 release, tracking milesone v1.0.0.