tree-sitter / tree-sitter-javascript

Javascript grammar for tree-sitter
MIT License
323 stars 109 forks source link

Support class static blocks #235

Closed Shraymonks closed 1 year ago

Shraymonks commented 1 year ago

Add support for static blocks in classes. Fixes https://github.com/tree-sitter/tree-sitter-javascript/issues/222

References: MDN TC39 spec

Checklist:

aryx commented 1 year ago

you can probably rebase on latest to fix the windows CI failure.

Shraymonks commented 1 year ago

you can probably rebase on latest to fix the windows CI failure.

Rebased!