We need to make sure our grammar is ready for * [x] `import(...)` types (https://github.com/Microsoft/TypeScript/issues/14844) * [x] Generics on JSX Elements (https://github.com/Microsoft/TypeScript/pull/22415) * [ ] Generics on Tagged Templates (https://github.com/Microsoft/TypeScript/pull/23430)
We need to make sure our grammar is ready for
import(...)types ([Design] Syntax to represent module namespace object in dynamic import TypeScript#14844)