tree-sitter / tree-sitter-typescript

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

Tuple type enhancements #118

Closed resolritter closed 3 years ago

resolritter commented 3 years ago

closes https://github.com/tree-sitter/tree-sitter-typescript/issues/104 closes https://github.com/tree-sitter/tree-sitter-typescript/issues/106 closes https://github.com/tree-sitter/tree-sitter-typescript/issues/108

resolritter commented 3 years ago

Recently found a problem with the empty tuple/array type (type T = []) which is valid TypeScript. Moving to Draft for the time being.

resolritter commented 3 years ago

Closed as per https://github.com/tree-sitter/tree-sitter-typescript/pull/118#discussion_r537739808