-
Notifications
You must be signed in to change notification settings - Fork 12.8k
[Wip] master stateless overload #13640
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
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
5558406
Parse JSX attributes as its own unique AST node and bind the node
4671685
Use chooseOverload logic to pick JSX stateless function
41108db
Update emitter to use JSXAttributes node instead of JSXAttribute node…
16d1b5d
Add language service support for JSXAttributes
d9927d4
Update existed conformance tests
aea7d09
Add tests for using spread attributes resolution in JSX stateful comp…
b0fd66d
Add tests for using default attributes in JSX stateful component
9e3da08
Add tests for overload stateless function component
19d0548
Add tests for generic stateless function component
70ca18e
Add a test for contextual type in JSXAttributes
8ce7e37
Update react.d.ts used during tests
a0b7c2e
Cache react.d.ts library when running tests
2c15eab
Update conformance tests baselines
3d19782
Add language service tests
a44c3f2
Fix linting error
a39f9ef
Update calling to getSpreadType and using set function when adding va…
2fd5667
Update baselines
350f47a
Address comment: call getContextualType instead of accessing contextu…
6ce31d7
Address comment: stop widen type when checking for spread any;
747ab05
Refactor getJsxAttributeSymbolsFromJsxOpeningLikeElement to createJsx…
ab2e14f
Addressing code review in previous PR. Combining below commits
0b4f25c
Handle inference of function expression/arrow functions attribute
378f444
Add tests and update baselines
0ea5073
Report an error when can't infer but do not report an error for other…
a0cdc9d
Update comments
3e07398
Merge branch 'master' into wip-master-statelessOverload
9c33395
Fix linting error
a088cf4
Address code review: fix up comment
bcba51d
Address comment: remove reducdant check
989f9d8
Merge branch 'master' into wip-master-statelessOverload
fa56933
Update baselines from merging
ceb7720
Address PR: fix typo
42c0816
Merge branch 'master' into wip-master-statelessOverload
aea551c
Address code review
56f31c3
Address code review
bb7dea1
Address code review: fix comment
2e8f16b
Fix comments
d8936e9
Correctly handle union of JSX element type
328f5cc
Add conformance tests for union element type
e90a328
correctly handle the case when attributes type is empty object
d0dcee0
Add tests and baselines for union element type
6dec0f5
Add language service test when element type is a union type
e9a578c
Update comment
e5cfe5c
Merge branch 'master' into wip-master-statelessOverload
a52ccff
Update baseline adding of "__esModule"
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: emiting → emitting