You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
..\src\binding.cc(18): error : too few arguments to function call, single argument 'context' was not specified [node_modules\tree-sitter-html\build\tree_sitter_html_binding.vcxproj]
..\src\binding.cc(22): error : no matching member function for call to 'Set' [node_modules\tree-sitter-html\build\tree_sitter_html_binding.vcxproj]
..\src\binding.cc(23): error : no matching member function for call to 'Set' [\node_modules\tree-sitter-html\build\tree_sitter_html_binding.vcxproj]
The text was updated successfully, but these errors were encountered:
Actually I manage to build it - just install the tree-sitter-cli globally and run it on the this main folder as: tree-sitter generate
Actually the build is supposed to do this but I don't know why it doesn't run sometimes.
Maybe the owners here can commit the new generated cc files to solve the compile problem.
Actually just bindings.cc is changed and is the most important one
Probably related to tree-sitter/node-tree-sitter#46
Getting errors like:
The text was updated successfully, but these errors were encountered: