bitran
Version:
📜 Highly customizable text processor and transpiler.
17 lines (16 loc) • 606 B
JavaScript
var __defProp = Object.defineProperty;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
import { G as GroupNode } from "./group-HQBJ3zxp.js";
const rootName = "_root";
class RootNode extends GroupNode {
constructor() {
super(...arguments);
__publicField(this, "name", rootName);
}
}
export {
RootNode as R,
rootName as r
};
//# sourceMappingURL=root-BUkExl5d.js.map