-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TypeScript] Fix bugs in object/interface types (#3848)
* [TypeScript] Fix bugs in object/interface types * [TypeScript] atomic ts-mapped-or-indexed-member context This commit modifies `ts-mapped-or-indexed-member` context so it only consumes a possible member variable and then pops. As a result `ts-type-expression` becomes obsolete as its parts are be pushed on stack directly. --------- Co-authored-by: deathaxe <[email protected]>
- Loading branch information
Showing
2 changed files
with
101 additions
and
52 deletions.
There are no files selected for viewing
This file contains 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 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