UNPKG

bitran

Version:

📜 Highly customizable text processor and transpiler.

42 lines (41 loc) • 1.18 kB
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, N as Node } from "./group-HQBJ3zxp.js"; class ProductsNode extends GroupNode { constructor(parent) { super(parent); } } const blocksName = "_blocks"; const inlinersName = "_inliners"; class BlocksNode extends ProductsNode { constructor() { super(...arguments); __publicField(this, "name", blocksName); } } class InlinersNode extends ProductsNode { constructor() { super(...arguments); __publicField(this, "name", inlinersName); } } class ErrorNode extends Node { constructor() { super(...arguments); __publicField(this, "layout"); __publicField(this, "src"); __publicField(this, "error"); } } const textName = "_text"; export { BlocksNode as B, ErrorNode as E, InlinersNode as I, blocksName as b, inlinersName as i, textName as t }; //# sourceMappingURL=shared-B4X4KQeO.js.map