Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
refactor(ts-estree): add types to converter#156
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
27 commits Select commitHold shift + click to select a range
b3e8ac9
refactor(ts-estree): prototype of typed converter
armano298fa7e2
refactor: remove dead code
armano2fbcfdcf
refactor: remove dead code
armano2d10cb7f
refactor: add missing type checks
armano28b998a3
refactor: remove unnecessary type casings
armano2123e66a
Merge branch 'master' into prototype-types-estree
armano287bc649
Merge branch 'master' into prototype-types-estree
armano2a09514f
Merge branch 'master' into prototype-types-estree
armano2ba413d8
Merge branch 'master' into prototype-types-estree
armano290c866e
Merge branch 'master' into prototype-types-estree
armano2eed071c
chore(ts-estree): remove unneeded types from comments
armano297b1736
chore: add typedefs
armano2567fbd7
chore: rename types and add check with AST_NODE_TYPES
armano2ac1204b
chore: migrate types to typedefs
armano29514cce
chore: rename Position to LineAndColumnData
armano25016340
chore: enforce stricter type checking
armano211d0913
refactor(ts-estree): remove unnecessary assertions
armano2c8d3601
chore: correct formatting after recent changes
armano28cced4b
refactor: restore ~original conversion of binary expression
armano29a411d3
refactor: add typing for convertTypeScriptJSXTagNameToESTreeName
armano292bc390
refactor: remove any cast in jsx tag name
armano26c5d3fa
chore: fix formatting
armano27da46c1
Merge branch 'master' into prototype-types-estree
armano2147efe8
Merge branch 'master' into prototype-types-estree
JamesHenryd0b039a
chore(ts-estree): update accessibility and TODOs
armano2ecf197c
Merge branch 'master' into prototype-types-estree
armano2afe1dab
Merge branch 'master' into prototype-types-estree
armano2File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
27 changes: 11 additions & 16 deletionspackages/typescript-estree/src/ast-converter.ts
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
55 changes: 25 additions & 30 deletionspackages/typescript-estree/src/convert-comments.ts
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.
Uh oh!
There was an error while loading.Please reload this page.
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.