mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
76bb13cd26
First attempt at making the linter work with advanced TypeScript syntax Falls back to the babel parser for some advanced syntax like string template syntax. This is pretty hacky as it doesn't take in any parsing options that are configured for the outer ESLint parser, not sure how that could be handled.