@bbob/core
Version:
⚡️Blazing-fast js-bbcode-parser, bbcode js, that transforms and parses to AST with plugin support in pure javascript, no dependencies
25 lines (24 loc) • 613 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
C1: function() {
return C1;
},
C2: function() {
return C2;
}
});
var C1 = "C1";
var C2 = "C2";
if (process.env.NODE_ENV !== "production") {
C1 = '"parser" is not a function, please pass to "process(input, { parser })" right function';
C2 = '"render" function not defined, please pass to "process(input, { render })"';
}