Bruno BELANYI
bc4db561ca
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This means regenerating all the tree-sitter files, and adding newly generated outputs (mostly new bindings). The `--apply-all-captures` flag has been removed, it is now the default (and only) matching behaviour.
8 lines
201 B
JavaScript
8 lines
201 B
JavaScript
const root = require("path").join(__dirname, "..", "..");
|
|
|
|
module.exports = require("node-gyp-build")(root);
|
|
|
|
try {
|
|
module.exports.nodeTypeInfo = require("../../src/node-types.json");
|
|
} catch (_) {}
|