tree-sitter / node-tree-sitter

Node.js bindings for tree-sitter
https://www.npmjs.com/package/tree-sitter
MIT License
649 stars 114 forks source link

Target submodule to avoid using clock_gettime on macOS #48

Closed rafeca closed 5 years ago

rafeca commented 5 years ago

This PR changes the submodule for tree-sitter to point to the atom fork (more specifically https://github.com/atom/tree-sitter/tree/node-tree-sitter-submodule).

This branch contains a cherry-pick of https://github.com/tree-sitter/tree-sitter/pull/361 on top of https://github.com/tree-sitter/tree-sitter/commit/77636e8fe6418c10a1c2ddb7a278c886bff7ef35 (which is the commit that's currently used by the submodule on node-tree-sitter).