TypeScript: Support type arguments on JSX opening and self-closing tags#7799
Merged
existentialism merged 3 commits intomasterfrom Jul 10, 2018
unknown repository
Merged
TypeScript: Support type arguments on JSX opening and self-closing tags#7799existentialism merged 3 commits intomasterfrom unknown repository
existentialism merged 3 commits intomasterfrom
unknown repository
Conversation
Collaborator
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/8570/ |
DanielRosenwasser
approved these changes
Jul 9, 2018
JamesHenry
approved these changes
Jul 9, 2018
nicolo-ribaudo
approved these changes
Jul 10, 2018
Member
nicolo-ribaudo
left a comment
There was a problem hiding this comment.
Can you rebase this PR?
Member
|
Rebased and fixed up a test, will land after CI! |
mAAdhaTTah
added a commit
to valtech-nyc/babel
that referenced
this pull request
Jul 22, 2018
* master: remove .then from dynamic import parser exception message (babel#8355) update jest (major), babel-jest (major) (babel#8341) update prettier (babel#8339) bump flow (babel#8338) updates eslint, babel-eslint, eslint-plugin-flowtype, eslint-plugin-prettier (babel#8337) update changelog for .53/.54 [skip ci] v7.0.0-beta.54 also default stage 2 to decoratorsLegacy true [skip ci] Fix stage-0/1 import of pipeline/decorators proposals (babel#8317) Remove micromatch and use a simple pattern matching utility. Ensure that the wildcard interop is used with re-export + default. (babel#8316) Leave it to users to clear the require cache if they want to. Remove dependency on barely-used package. Add link to audio version of song (babel#8320) Remove option-filtering options from the final options results. (babel#8315) Update pirates to 4.0 (babel#8308) remove yearly preset folders [skip ci] v7.0.0-beta.53 Make env preset build-data scripts reproducible (babel#8299) TypeScript: Support type arguments on JSX opening and self-closing tags (babel#7799)
storyn26383
pushed a commit
to UniSharp/babel
that referenced
this pull request
Aug 6, 2018
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
@JamesHenry This changes the AST format. CC @DanielRosenwasser for review.
Supports parsing type arguments on JSX constructors, originally implemented in microsoft/TypeScript#22415.