Merge pull request #2841 from segevfiner/patch-1
Make Node.js language bindings context aware
This commit is contained in:
commit
1f751bbd5f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@ void Init(Local<Object> exports, Local<Object> module) {
|
|||
Nan::Set(module, Nan::New("exports").ToLocalChecked(), instance);
|
||||
}
|
||||
|
||||
NODE_MODULE(tree_sitter_PARSER_NAME_binding, Init)
|
||||
NODE_MODULE_CONTEXT_AWARE(tree_sitter_PARSER_NAME_binding, Init)
|
||||
|
||||
} // namespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue