tree-sitter / tree-sitter-typescript

TypeScript grammar for tree-sitter
MIT License
342 stars 104 forks source link

Extend export syntax, piggybacking on javascript grammar #159

Closed mjambon closed 3 years ago

mjambon commented 3 years ago

This is the continuation of #125. It uses the latest tree-sitter-javascript which now supports extended export syntax for javascript.

Checklist: