tree-sitter/lib/web/prefix.js

12 lines
318 B
JavaScript
Raw Normal View History

2019-04-23 14:29:46 -07:00
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
define([], factory);
} else if (typeof exports === 'object') {
module.exports = factory();
2019-04-25 17:27:24 -07:00
// module.exports.init();
// delete module.exports.init;
2019-04-23 14:29:46 -07:00
} else {
window.TreeSitter = factory();
}
}(this, function () {