Closed Ben3eeE closed 6 years ago
Super was unscoped in tree-sitter because the syntax-tree is call_expression > super instead of call_expression > identifier
call_expression > super
call_expression > identifier
With this PR we scope it as support.function so it looks the same as require.
support.function
require
/cc: @maxbrunsfeld
Super was unscoped in tree-sitter because the syntax-tree is
call_expression > super
instead ofcall_expression > identifier
With this PR we scope it as
support.function
so it looks the same asrequire
./cc: @maxbrunsfeld