mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2025-12-06 06:38:51 +00:00
7 lines
201 B
JavaScript
Generated
7 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 (_) {}
|