tree-sitter / tree-sitter-typescript

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

Add new `override` keyword #174

Closed kmoschcau closed 2 years ago

kmoschcau commented 3 years ago

Typescript 4.3 added the override keyword for properties, this should be added to the parser.

mjambon commented 3 years ago

yes, thanks! There's a PR in progress: https://github.com/tree-sitter/tree-sitter-typescript/pull/163

kmoschcau commented 3 years ago

Ah OK. I only searched through the issues before posting this, not the PRs. But good that it's already worked on.

IWANABETHATGUY commented 2 years ago

this could be closed, due to this pr https://github.com/tree-sitter/tree-sitter-typescript/pull/163 has been merged

mjambon commented 2 years ago

thanks for the heads up, @IWANABETHATGUY!