slackhq / tree-sitter-hack

Hack grammar for tree-sitter
MIT License
33 stars 15 forks source link

Fix parsing for expression tree, module level attrs, include on piped expressions and typed collection initializers (#57, #58, #59, #64) #66

Closed andryak closed 1 year ago

andryak commented 1 year ago

Summary

This PR provides all the features previously addressed by the following PRs for easier merging:

These address issues:

Features / bug fixes:

Requirements

muglug commented 1 year ago

Thanks!