tree-sitter/tree-sitter-graph

Remove support for undeclared globals

hendrikvanantwerpen opened this issue · 0 comments

Undeclared globals currently lead to a warning, but not an error.
Support for that should be removed, and using undeclared globals should result in a hard error during checking.