9 lines
314 B
TypeScript
9 lines
314 B
TypeScript
|
|
// Generated using scripts/write-decode-map.ts
|
||
|
|
|
||
|
|
export const xmlDecodeTree: Uint16Array = /* #__PURE__ */ new Uint16Array(
|
||
|
|
// prettier-ignore
|
||
|
|
/* #__PURE__ */ "\u0200aglq\t\x15\x18\x1b\u026d\x0f\0\0\x12p;\u4026os;\u4027t;\u403et;\u403cuot;\u4022"
|
||
|
|
.split("")
|
||
|
|
.map((c) => c.charCodeAt(0)),
|
||
|
|
);
|