mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2025-10-21 20:10:34 +00:00
8 lines
201 B
JavaScript
Generated
8 lines
201 B
JavaScript
Generated
const root = require("path").join(__dirname, "..", "..");
|
|
|
|
module.exports = require("node-gyp-build")(root);
|
|
|
|
try {
|
|
module.exports.nodeTypeInfo = require("../../src/node-types.json");
|
|
} catch (_) {}
|