-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat: Programmatic building of type-checkable JS and declaration files #544
Closed
Commits on Apr 28, 2022
-
feat: Programmatic building of type-checkable JS and declaration files
Also: - feat(`lib/espree`): throws specific error if `jsx_readString` superclass undefined - refactor(`lib/espree`): changes to force EspreeParser constructor to convert string as created with `new String` to plain string (for typing) - refactor(`lib/espree`): checks for existence of `firstNode.range` and `firstNode.loc` in `parse` (as may be absent) - refactor(`lib/espree`): checks for existence of `tokens` in `tokenize` (as may be absent) - refactor(`lib/espree`): checks for existence of `extra.lastToken.range` and `extra.lastToken.loc` in `parse` (as may be absent) - refactor(`lib/token-translator``): checks for existence of `lastTemplateToken.loc` and `lastTemplateToken.range` (as may be absent) - chore: update devDeps.
Configuration menu - View commit details
-
Copy full SHA for 784bfb0 - Browse repository at this point
Copy the full SHA 784bfb0View commit details -
Co-authored-by: Milos Djermanovic <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbe13b3 - Browse repository at this point
Copy the full SHA fbe13b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 403c952 - Browse repository at this point
Copy the full SHA 403c952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b86bcc - Browse repository at this point
Copy the full SHA 5b86bccView commit details
Commits on May 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4309e52 - Browse repository at this point
Copy the full SHA 4309e52View commit details -
refactor: export to single declaration file
Also: - refactor: Can't use `@constructor` jsdoc in this situation, so refactor to class
Configuration menu - View commit details
-
Copy full SHA for deae6c6 - Browse repository at this point
Copy the full SHA deae6c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f1e2a1 - Browse repository at this point
Copy the full SHA 0f1e2a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2376f8a - Browse repository at this point
Copy the full SHA 2376f8aView commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 41e0dd0 - Browse repository at this point
Copy the full SHA 41e0dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855af29 - Browse repository at this point
Copy the full SHA 855af29View commit details
Commits on May 9, 2022
-
docs: switch to interface expectation for
AcornJsxParser
per change……s in acorn-jsx PR
Configuration menu - View commit details
-
Copy full SHA for b4e7aa7 - Browse repository at this point
Copy the full SHA b4e7aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 894537f - Browse repository at this point
Copy the full SHA 894537fView commit details
Commits on May 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9b0348c - Browse repository at this point
Copy the full SHA 9b0348cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 616deb4 - Browse repository at this point
Copy the full SHA 616deb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 968d5d9 - Browse repository at this point
Copy the full SHA 968d5d9View commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4680aec - Browse repository at this point
Copy the full SHA 4680aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f9cdad - Browse repository at this point
Copy the full SHA 6f9cdadView commit details
Commits on May 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e4ccb9 - Browse repository at this point
Copy the full SHA 5e4ccb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b80802 - Browse repository at this point
Copy the full SHA 9b80802View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0bf22 - Browse repository at this point
Copy the full SHA ce0bf22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90e11f5 - Browse repository at this point
Copy the full SHA 90e11f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d69eef - Browse repository at this point
Copy the full SHA 5d69eefView commit details
Commits on May 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 84cc0ed - Browse repository at this point
Copy the full SHA 84cc0edView commit details
Commits on May 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 86f5690 - Browse repository at this point
Copy the full SHA 86f5690View commit details
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.