tree-sitter / tree-sitter-typescript

TypeScript grammar for tree-sitter
MIT License
361 stars 108 forks source link

Support more of the export syntax #125

Closed resolritter closed 3 years ago

resolritter commented 3 years ago

Covers

as per https://github.com/microsoft/TypeScript/issues/3792#issuecomment-303526468 (2020/12/15)

other constructs are not yet supported by TypeScript itself, as pointed out in https://github.com/microsoft/TypeScript/pull/18628#issuecomment-572256945


closes https://github.com/tree-sitter/tree-sitter-typescript/issues/100

mjambon commented 3 years ago

Looks great. Thank you! @maxbrunsfeld, can we merge this?

aryx commented 3 years ago

There are lots of conflicts. @resolritter you probably need to merge/rebase master.

resolritter commented 3 years ago

@maxbrunsfeld it should be ready

aryx commented 3 years ago

thx @resolritter !

mjambon commented 3 years ago

We'd like merge this, @maxbrunsfeld. It would avoid us from having to use a fork that includes pending PRs, which gets quickly confusing. thx!