-
Notifications
You must be signed in to change notification settings - Fork 916
API encode/decode fixes #3195
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
Closed
Closed
API encode/decode fixes #3195
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
cce9164
Add `properties` of `ObjectLiteralExpression` in the API
virtulis ab1154a
Fix typing error in #3029
virtulis b491b96
Fix IntersectionType encoding
virtulis c533e9a
Make isTypeNode true for KeywordTypeNode
virtulis 1e59b82
Fix HeritageClause token encoding
virtulis be3dd16
Cleanup
virtulis 5a7fc65
Add ArrayType elementType
virtulis 0511837
Fix cast
virtulis e9f4b5e
Reorder to align with #3085
virtulis 76e52ad
Undo pointless single-child listing
virtulis c28c33c
Let Printer emit UndefinedKeyword
virtulis 23e5d18
Merge branch 'main' into object-literal-fix
virtulis 2b3f328
Merge branch 'main' into object-literal-fix
virtulis e24e4f1
Roundtrip test on original TS sources
virtulis e4968aa
Return an empty "node list" for required node properties
virtulis 3050728
Ensure CaseOrDefaultClause always has statements
virtulis baaccea
Undo erroneous change
virtulis 6bbcb97
Modify test to check for the actually optional property
virtulis 6b79aec
Merge branch 'main' into object-literal-fix
virtulis 736f9c9
Exceptions for required properties
virtulis 36558e9
Merge branch 'main' into object-literal-fix
virtulis 38155a5
Just print the whole error
virtulis f8f6c12
Add other valid BinaryOperator kinds
virtulis 156cc48
Single roundtrip test, compare output word-for-word
virtulis 0c62194
Encode TypeOperator kind
virtulis 0de21ec
This does look like an error (untested)
virtulis 3394d08
Merge branch 'main' into object-literal-fix
virtulis bbf15b5
Sync test
virtulis b2e4d83
Revert an oops
virtulis 24c2a0f
Merge branch 'main' into object-literal-fix
virtulis ab3c35b
Merge branch 'main' into object-literal-fix
virtulis 5e58898
Fix wrong sync api merge
virtulis 2b25cce
Fix SpreadAssignment encoding
virtulis 7112e17
Fix generateFactory instead
virtulis 1694332
Preserve VariableDeclarationList flags (const/let) in factory/clone
virtulis d5c778b
Roundtrip test fixes
virtulis 49fb899
Add decoding of empty node types
virtulis 1201160
Allow extra JSDoc children in single-child nodes
virtulis d2c6e18
Merge branch 'main' into object-literal-fix
virtulis 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
Some comments aren't visible on the classic Files Changed page.
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
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.
Uh oh!
There was an error while loading. Please reload this page.