@zsnout/ithkuil
Version:
A set of tools which can generate and parse romanized Ithkuil text and which can generate Ithkuil script from text and JSON data.
16 lines (15 loc) • 684 B
JavaScript
// This file is meant to be minified as much as possible using esbuild. If its
// output containing a nonzero amount of bytes, it means we haven't properly
// added @__PURE__ markings, as unused code should always be removed.
//
// This is especially important for Zod validators, as the Zod library itself is
// about twice as large as the `formativeToIthkuil`, `referentialToIthkuil`, and
// `adjunctToIthkuil` functions combined, so we really want to avoid bundling
// Zod when possible.
import "../data/index.js";
import "../generate/index.js";
import "../gloss/index.js";
import "../parse/index.js";
import "../script/index.js";
import "../ungloss/index.js";
import "../zod.js";