mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
14 lines
329 B
JavaScript
14 lines
329 B
JavaScript
|
try {
|
||
|
module.exports = require("./build/Release/tree_sitter_context_predicate_binding");
|
||
|
} catch (error) {
|
||
|
try {
|
||
|
module.exports = require("./build/Debug/tree_sitter_context_predicate_binding");
|
||
|
} catch (_) {
|
||
|
throw error
|
||
|
}
|
||
|
}
|
||
|
|
||
|
try {
|
||
|
module.exports.nodeTypeInfo = require("./src/node-types.json");
|
||
|
} catch (_) { }
|