polytypo 1.4.1 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/{chunk-Q5XENI33.js → chunk-242RX2X7.js} +2 -2
  2. package/dist/{chunk-OPGIEVOR.js → chunk-2OERMYTV.js} +2 -2
  3. package/dist/chunk-3HRK4WOC.cjs +33 -0
  4. package/dist/{chunk-HHMITBTB.cjs.map → chunk-3HRK4WOC.cjs.map} +1 -1
  5. package/dist/chunk-3JF6P2GI.cjs +31 -0
  6. package/dist/{chunk-K5CSTJE2.cjs.map → chunk-3JF6P2GI.cjs.map} +1 -1
  7. package/dist/{chunk-EAHREH2D.cjs → chunk-A4CH2EQC.cjs} +3 -3
  8. package/dist/{chunk-EAHREH2D.cjs.map → chunk-A4CH2EQC.cjs.map} +1 -1
  9. package/dist/{chunk-6QL6N5G5.js → chunk-C2KW4GOY.js} +2 -2
  10. package/dist/{chunk-4CONSHBE.js → chunk-CVYDGAIH.js} +4 -4
  11. package/dist/{chunk-NEUH35JH.cjs → chunk-GAIX76FT.cjs} +13 -1
  12. package/dist/chunk-GAIX76FT.cjs.map +1 -0
  13. package/dist/{chunk-K4ZF3RDH.cjs → chunk-GDZCWLM3.cjs} +16 -16
  14. package/dist/{chunk-K4ZF3RDH.cjs.map → chunk-GDZCWLM3.cjs.map} +1 -1
  15. package/dist/{chunk-5VQSIDY6.js → chunk-IMWES4GY.js} +3 -3
  16. package/dist/{chunk-NFFM6OBH.cjs → chunk-JWODP74P.cjs} +17 -17
  17. package/dist/{chunk-NFFM6OBH.cjs.map → chunk-JWODP74P.cjs.map} +1 -1
  18. package/dist/{chunk-BF7NY7GO.js → chunk-MOAEMPFT.js} +13 -1
  19. package/dist/chunk-MOAEMPFT.js.map +1 -0
  20. package/dist/{chunk-3ONFVTKE.cjs → chunk-P47H3TPN.cjs} +4 -4
  21. package/dist/{chunk-3ONFVTKE.cjs.map → chunk-P47H3TPN.cjs.map} +1 -1
  22. package/dist/{chunk-RJGBWBR4.js → chunk-TDIDDBNH.js} +4 -4
  23. package/dist/{chunk-FPHGXDAR.cjs → chunk-V3EGRWOR.cjs} +13 -13
  24. package/dist/{chunk-FPHGXDAR.cjs.map → chunk-V3EGRWOR.cjs.map} +1 -1
  25. package/dist/{chunk-YGI76J7W.js → chunk-ZHF6GNJ4.js} +2 -2
  26. package/dist/html.cjs +10 -10
  27. package/dist/html.js +5 -5
  28. package/dist/index.cjs +17 -17
  29. package/dist/index.js +7 -7
  30. package/dist/markdown.cjs +10 -10
  31. package/dist/markdown.js +5 -5
  32. package/dist/text.cjs +8 -8
  33. package/dist/text.js +3 -3
  34. package/dist/yaml.cjs +9 -9
  35. package/dist/yaml.js +4 -4
  36. package/package.json +1 -1
  37. package/dist/chunk-BF7NY7GO.js.map +0 -1
  38. package/dist/chunk-HHMITBTB.cjs +0 -33
  39. package/dist/chunk-K5CSTJE2.cjs +0 -31
  40. package/dist/chunk-NEUH35JH.cjs.map +0 -1
  41. /package/dist/{chunk-Q5XENI33.js.map → chunk-242RX2X7.js.map} +0 -0
  42. /package/dist/{chunk-OPGIEVOR.js.map → chunk-2OERMYTV.js.map} +0 -0
  43. /package/dist/{chunk-6QL6N5G5.js.map → chunk-C2KW4GOY.js.map} +0 -0
  44. /package/dist/{chunk-4CONSHBE.js.map → chunk-CVYDGAIH.js.map} +0 -0
  45. /package/dist/{chunk-5VQSIDY6.js.map → chunk-IMWES4GY.js.map} +0 -0
  46. /package/dist/{chunk-RJGBWBR4.js.map → chunk-TDIDDBNH.js.map} +0 -0
  47. /package/dist/{chunk-YGI76J7W.js.map → chunk-ZHF6GNJ4.js.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkNEUH35JHcjs = require('./chunk-NEUH35JH.cjs');
3
+ var _chunkGAIX76FTcjs = require('./chunk-GAIX76FT.cjs');
4
4
 
5
5
  // src/modes/html.ts
6
6
  var _parse5 = require('parse5');
@@ -20,8 +20,8 @@ function wrapParserErrors(what, run) {
20
20
  try {
21
21
  return run();
22
22
  } catch (error) {
23
- if (error instanceof _chunkNEUH35JHcjs.PolytypoError) throw error;
24
- throw new (0, _chunkNEUH35JHcjs.PolytypoError)(
23
+ if (error instanceof _chunkGAIX76FTcjs.PolytypoError) throw error;
24
+ throw new (0, _chunkGAIX76FTcjs.PolytypoError)(
25
25
  "POLYTYPO_MALFORMED_INPUT",
26
26
  `Input does not parse as ${what}: ${describe(error)}`
27
27
  );
@@ -144,4 +144,4 @@ function htmlFragmentSpans(source, offset) {
144
144
 
145
145
 
146
146
  exports.wrapParserErrors = wrapParserErrors; exports.isSkippedElement = isSkippedElement; exports.htmlSpans = htmlSpans; exports.htmlFragmentSpans = htmlFragmentSpans;
147
- //# sourceMappingURL=chunk-3ONFVTKE.cjs.map
147
+ //# sourceMappingURL=chunk-P47H3TPN.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/polytypo-js/polytypo-js/dist/chunk-3ONFVTKE.cjs","../src/modes/html.ts","../src/modes/parse-error.ts"],"names":[],"mappings":"AAAA;AACE;AACF,wDAA6B;AAC7B;AACA;ACJA,gCAAqC;ADMrC;AACA;AEAA,SAAS,QAAA,CAAS,KAAA,EAAwB;AACxC,EAAA,GAAA,CAAI,OAAO,MAAA,IAAU,SAAA,GAAY,MAAA,IAAU,IAAA,EAAM,OAAO,MAAA,CAAO,KAAK,CAAA;AACpE,EAAA,MAAM,WAAA,EAAa,KAAA;AACnB,EAAA,MAAM,OAAA,EACJ,OAAO,UAAA,CAAW,OAAA,IAAW,SAAA,EAAW,UAAA,CAAW,OAAA,EAAU,KAAA,CAAgB,OAAA;AAC/E,EAAA,MAAM,MAAA,EAAQ,UAAA,CAAW,KAAA;AACzB,EAAA,GAAA,CACE,MAAA,IAAU,KAAA,GACV,MAAA,IAAU,KAAA,EAAA,GACV,OAAO,KAAA,CAAM,KAAA,IAAS,SAAA,GACtB,OAAO,KAAA,CAAM,OAAA,IAAW,QAAA,EACxB;AACA,IAAA,OAAO,CAAA,EAAA;AACT,EAAA;AACO,EAAA;AACT;AAcgB;AACV,EAAA;AACK,IAAA;AACA,EAAA;AACH,IAAA;AACE,IAAA;AACJ,MAAA;AACA,MAAA;AACF,IAAA;AACF,EAAA;AACF;AFjBY;AACA;ACfN;AACJ,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACD;AAEe;AACP,EAAA;AACT;AAEM;AACA;AACO;AACP;AACA;AAGA;AAEG;AACA,EAAA;AACT;AAES;AACA,EAAA;AACT;AAES;AACA,EAAA;AACT;AAQS;AACH,EAAA;AACI,EAAA;AACC,EAAA;AAEL,EAAA;AACG,IAAA;AACC,IAAA;AACA,IAAA;AACG,IAAA;AACH,IAAA;AAEJ,IAAA;AAGK,MAAA;AACP,IAAA;AACI,IAAA;AACG,IAAA;AACT,EAAA;AAEM,EAAA;AAEJ,EAAA;AAIK,IAAA;AACP,EAAA;AACU,EAAA;AACH,EAAA;AACT;AAOgB;AACR,EAAA;AACF,EAAA;AACI,EAAA;AACD,EAAA;AACD,IAAA;AACI,MAAA;AACF,MAAA;AACE,QAAA;AACJ,QAAA;AACI,QAAA;AACJ,QAAA;AACF,MAAA;AACF,IAAA;AACK,IAAA;AACP,EAAA;AACU,EAAA;AACH,EAAA;AACT;AAES;AACA,EAAA;AACT;AAES;AACE,EAAA;AACD,IAAA;AACF,IAAA;AACJ,IAAA;AACQ,MAAA;AACR,IAAA;AACA,IAAA;AACF,EAAA;AAGS,EAAA;AAEL,EAAA;AAGK,EAAA;AACC,IAAA;AACR,IAAA;AACF,EAAA;AAEK,EAAA;AACL,EAAA;AACF;AAQgB;AACR,EAAA;AACA,EAAA;AACE,EAAA;AACD,EAAA;AACT;AAGgB;AACR,EAAA;AAA4B,IAAA;AAChC,IAAA;AACF,EAAA;AACM,EAAA;AACE,EAAA;AACD,EAAA;AAGT;AD9BY;AACA;AACA;AACA;AACA;AACA;AACA","file":"/home/runner/work/polytypo-js/polytypo-js/dist/chunk-3ONFVTKE.cjs","sourcesContent":[null,"import { parse, parseFragment } from \"parse5\";\nimport type { DefaultTreeAdapterMap } from \"parse5\";\nimport { wrapParserErrors } from \"./parse-error.js\";\nimport type { Span } from \"./spans.js\";\n\ntype Node = DefaultTreeAdapterMap[\"node\"];\ntype ParentNode = DefaultTreeAdapterMap[\"parentNode\"];\n\n/**\n * spec/rules/modes.md 3.6, exhaustive and **closed**: extending it is a spec change, not an\n * implementation decision. `svg` and `math` are here because in MathML a quotation mark, a\n * hyphen and a prime are operators and identifiers — substituting a curly glyph changes what\n * the expression means. Everything not listed is processable, **including unknown and custom\n * elements**: guessing from a tag name is exactly the heuristic that diverges across runtimes.\n */\nconst SKIPPED_ELEMENTS: ReadonlySet<string> = new Set([\n \"code\",\n \"pre\",\n \"kbd\",\n \"samp\",\n \"var\",\n \"script\",\n \"style\",\n \"textarea\",\n \"svg\",\n \"math\",\n]);\n\nexport function isSkippedElement(tagName: string): boolean {\n return SKIPPED_ELEMENTS.has(tagName);\n}\n\nconst AMPERSAND = 0x26;\nconst SEMICOLON = 0x3b;\nconst HASH = 0x23;\nconst LOWER_X = 0x78;\nconst UPPER_X = 0x58;\n\n/** Longest named reference in the WHATWG table is 32 characters; the guard is a bound, not a rule. */\nconst MAX_REFERENCE_BODY = 34;\n\nfunction isAsciiDigit(unit: number): boolean {\n return unit >= 0x30 && unit <= 0x39;\n}\n\nfunction isAsciiHexDigit(unit: number): boolean {\n return isAsciiDigit(unit) || (unit >= 0x61 && unit <= 0x66) || (unit >= 0x41 && unit <= 0x46);\n}\n\nfunction isAsciiAlphanumeric(unit: number): boolean {\n return isAsciiDigit(unit) || (unit >= 0x61 && unit <= 0x7a) || (unit >= 0x41 && unit <= 0x5a);\n}\n\n/**\n * The end offset of a well-formed character reference starting at `at`, or -1. A bare `&` that a\n * parser would repair is deliberately **not** treated as a reference: it stays inside the span,\n * where no rule can emit or delete it, rather than manufacturing a boundary that suppresses\n * conversions around it.\n */\nfunction characterReferenceEnd(source: string, at: number, limit: number): number {\n if (source.charCodeAt(at) !== AMPERSAND) return -1;\n let i = at + 1;\n if (i >= limit) return -1;\n\n if (source.charCodeAt(i) === HASH) {\n i += 1;\n const unit = i < limit ? source.charCodeAt(i) : -1;\n const hex = unit === LOWER_X || unit === UPPER_X;\n if (hex) i += 1;\n const digitsAt = i;\n while (\n i < limit &&\n (hex ? isAsciiHexDigit(source.charCodeAt(i)) : isAsciiDigit(source.charCodeAt(i)))\n ) {\n i += 1;\n }\n if (i === digitsAt) return -1;\n return i < limit && source.charCodeAt(i) === SEMICOLON ? i + 1 : -1;\n }\n\n const nameAt = i;\n while (\n i < limit &&\n i - nameAt < MAX_REFERENCE_BODY &&\n isAsciiAlphanumeric(source.charCodeAt(i))\n ) {\n i += 1;\n }\n if (i === nameAt) return -1;\n return i < limit && source.charCodeAt(i) === SEMICOLON ? i + 1 : -1;\n}\n\n/**\n * modes.md 3.6: every character reference is skipped as an **opaque unit**, and a text node\n * containing one is split into spans around it. That is the only way `&nbsp;` survives as\n * `&nbsp;` instead of becoming a literal U+00A0 on the way out.\n */\nexport function splitCharacterReferences(source: string, start: number, end: number): Span[] {\n const spans: Span[] = [];\n let cursor = start;\n let i = start;\n while (i < end) {\n if (source.charCodeAt(i) === AMPERSAND) {\n const stop = characterReferenceEnd(source, i, end);\n if (stop > 0) {\n if (i > cursor) spans.push({ start: cursor, end: i });\n cursor = stop;\n i = stop;\n continue;\n }\n }\n i += 1;\n }\n if (end > cursor) spans.push({ start: cursor, end });\n return spans;\n}\n\nfunction isParent(node: Node): node is ParentNode {\n return \"childNodes\" in node;\n}\n\nfunction collect(node: Node, source: string, spans: Span[]): void {\n if (node.nodeName === \"#text\") {\n const location = node.sourceCodeLocation;\n if (location === undefined || location === null) return;\n for (const span of splitCharacterReferences(source, location.startOffset, location.endOffset)) {\n spans.push(span);\n }\n return;\n }\n\n // Comments, doctype and processing instructions never contribute a span (modes.md 3.6).\n if (node.nodeName === \"#comment\" || node.nodeName === \"#documentType\") return;\n\n if (\"tagName\" in node && isSkippedElement(node.tagName)) return;\n\n // A `template`'s children live in a separate document fragment; `template` is not skipped.\n if (node.nodeName === \"template\" && \"content\" in node) {\n collect(node.content, source, spans);\n return;\n }\n\n if (!isParent(node)) return;\n for (const child of node.childNodes) collect(child, source, spans);\n}\n\n/**\n * Locate the processable spans of an HTML document. The tree is used only to find offsets and is\n * then discarded — modes.md 4 forbids reserialisation, which is what makes attribute quoting,\n * self-closing forms, entity spelling, tag case and malformed-input recovery preserved by\n * construction rather than by effort.\n */\nexport function htmlSpans(source: string): Span[] {\n const document = wrapParserErrors(\"HTML\", () => parse(source, { sourceCodeLocationInfo: true }));\n const spans: Span[] = [];\n collect(document, source, spans);\n return spans;\n}\n\n/** The same, for a fragment: used for HTML blocks embedded in markdown (modes.md 3.7). */\nexport function htmlFragmentSpans(source: string, offset: number): Span[] {\n const fragment = wrapParserErrors(\"HTML\", () =>\n parseFragment(source, { sourceCodeLocationInfo: true }),\n );\n const spans: Span[] = [];\n collect(fragment, source, spans);\n return offset === 0\n ? spans\n : spans.map((span) => ({ start: span.start + offset, end: span.end + offset }));\n}\n","import { PolytypoError } from \"../errors.js\";\n\ninterface PositionedError {\n readonly reason?: unknown;\n readonly place?: { readonly line?: unknown; readonly column?: unknown } | null;\n}\n\nfunction describe(error: unknown): string {\n if (typeof error !== \"object\" || error === null) return String(error);\n const positioned = error as PositionedError;\n const reason =\n typeof positioned.reason === \"string\" ? positioned.reason : (error as Error).message;\n const place = positioned.place;\n if (\n place !== null &&\n place !== undefined &&\n typeof place.line === \"number\" &&\n typeof place.column === \"number\"\n ) {\n return `${reason} (line ${place.line}, column ${place.column})`;\n }\n return reason;\n}\n\n/**\n * spec/rules/modes.md 3.7.2. **The parser's own error type must never escape.** A\n * `VFileMessage`, a `Nokogiri::SyntaxError` or a Python exception on the public surface puts a\n * dependency's type into the contract and is unreproducible in the other four runtimes; only the\n * code is contractual (ARCHITECTURE.md 4.6), while the message and the source position are\n * useful and are not.\n *\n * Reachable in exactly one place: `dialect: \"mdx\"`, because MDX embeds JavaScript. HTML parsing\n * is specified with total error recovery and every byte sequence is valid CommonMark, so neither\n * of the other two languages can fail. The wrapper is applied to all of them anyway — the\n * guarantee is that no parser type escapes, not that this particular parser is trusted.\n */\nexport function wrapParserErrors<T>(what: string, run: () => T): T {\n try {\n return run();\n } catch (error) {\n if (error instanceof PolytypoError) throw error;\n throw new PolytypoError(\n \"POLYTYPO_MALFORMED_INPUT\",\n `Input does not parse as ${what}: ${describe(error)}`,\n );\n }\n}\n"]}
1
+ {"version":3,"sources":["/home/runner/work/polytypo-js/polytypo-js/dist/chunk-P47H3TPN.cjs","../src/modes/html.ts","../src/modes/parse-error.ts"],"names":[],"mappings":"AAAA;AACE;AACF,wDAA6B;AAC7B;AACA;ACJA,gCAAqC;ADMrC;AACA;AEAA,SAAS,QAAA,CAAS,KAAA,EAAwB;AACxC,EAAA,GAAA,CAAI,OAAO,MAAA,IAAU,SAAA,GAAY,MAAA,IAAU,IAAA,EAAM,OAAO,MAAA,CAAO,KAAK,CAAA;AACpE,EAAA,MAAM,WAAA,EAAa,KAAA;AACnB,EAAA,MAAM,OAAA,EACJ,OAAO,UAAA,CAAW,OAAA,IAAW,SAAA,EAAW,UAAA,CAAW,OAAA,EAAU,KAAA,CAAgB,OAAA;AAC/E,EAAA,MAAM,MAAA,EAAQ,UAAA,CAAW,KAAA;AACzB,EAAA,GAAA,CACE,MAAA,IAAU,KAAA,GACV,MAAA,IAAU,KAAA,EAAA,GACV,OAAO,KAAA,CAAM,KAAA,IAAS,SAAA,GACtB,OAAO,KAAA,CAAM,OAAA,IAAW,QAAA,EACxB;AACA,IAAA,OAAO,CAAA,EAAA;AACT,EAAA;AACO,EAAA;AACT;AAcgB;AACV,EAAA;AACK,IAAA;AACA,EAAA;AACH,IAAA;AACE,IAAA;AACJ,MAAA;AACA,MAAA;AACF,IAAA;AACF,EAAA;AACF;AFjBY;AACA;ACfN;AACJ,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACA,EAAA;AACD;AAEe;AACP,EAAA;AACT;AAEM;AACA;AACO;AACP;AACA;AAGA;AAEG;AACA,EAAA;AACT;AAES;AACA,EAAA;AACT;AAES;AACA,EAAA;AACT;AAQS;AACH,EAAA;AACI,EAAA;AACC,EAAA;AAEL,EAAA;AACG,IAAA;AACC,IAAA;AACA,IAAA;AACG,IAAA;AACH,IAAA;AAEJ,IAAA;AAGK,MAAA;AACP,IAAA;AACI,IAAA;AACG,IAAA;AACT,EAAA;AAEM,EAAA;AAEJ,EAAA;AAIK,IAAA;AACP,EAAA;AACU,EAAA;AACH,EAAA;AACT;AAOgB;AACR,EAAA;AACF,EAAA;AACI,EAAA;AACD,EAAA;AACD,IAAA;AACI,MAAA;AACF,MAAA;AACE,QAAA;AACJ,QAAA;AACI,QAAA;AACJ,QAAA;AACF,MAAA;AACF,IAAA;AACK,IAAA;AACP,EAAA;AACU,EAAA;AACH,EAAA;AACT;AAES;AACA,EAAA;AACT;AAES;AACE,EAAA;AACD,IAAA;AACF,IAAA;AACJ,IAAA;AACQ,MAAA;AACR,IAAA;AACA,IAAA;AACF,EAAA;AAGS,EAAA;AAEL,EAAA;AAGK,EAAA;AACC,IAAA;AACR,IAAA;AACF,EAAA;AAEK,EAAA;AACL,EAAA;AACF;AAQgB;AACR,EAAA;AACA,EAAA;AACE,EAAA;AACD,EAAA;AACT;AAGgB;AACR,EAAA;AAA4B,IAAA;AAChC,IAAA;AACF,EAAA;AACM,EAAA;AACE,EAAA;AACD,EAAA;AAGT;AD9BY;AACA;AACA;AACA;AACA;AACA;AACA","file":"/home/runner/work/polytypo-js/polytypo-js/dist/chunk-P47H3TPN.cjs","sourcesContent":[null,"import { parse, parseFragment } from \"parse5\";\nimport type { DefaultTreeAdapterMap } from \"parse5\";\nimport { wrapParserErrors } from \"./parse-error.js\";\nimport type { Span } from \"./spans.js\";\n\ntype Node = DefaultTreeAdapterMap[\"node\"];\ntype ParentNode = DefaultTreeAdapterMap[\"parentNode\"];\n\n/**\n * spec/rules/modes.md 3.6, exhaustive and **closed**: extending it is a spec change, not an\n * implementation decision. `svg` and `math` are here because in MathML a quotation mark, a\n * hyphen and a prime are operators and identifiers — substituting a curly glyph changes what\n * the expression means. Everything not listed is processable, **including unknown and custom\n * elements**: guessing from a tag name is exactly the heuristic that diverges across runtimes.\n */\nconst SKIPPED_ELEMENTS: ReadonlySet<string> = new Set([\n \"code\",\n \"pre\",\n \"kbd\",\n \"samp\",\n \"var\",\n \"script\",\n \"style\",\n \"textarea\",\n \"svg\",\n \"math\",\n]);\n\nexport function isSkippedElement(tagName: string): boolean {\n return SKIPPED_ELEMENTS.has(tagName);\n}\n\nconst AMPERSAND = 0x26;\nconst SEMICOLON = 0x3b;\nconst HASH = 0x23;\nconst LOWER_X = 0x78;\nconst UPPER_X = 0x58;\n\n/** Longest named reference in the WHATWG table is 32 characters; the guard is a bound, not a rule. */\nconst MAX_REFERENCE_BODY = 34;\n\nfunction isAsciiDigit(unit: number): boolean {\n return unit >= 0x30 && unit <= 0x39;\n}\n\nfunction isAsciiHexDigit(unit: number): boolean {\n return isAsciiDigit(unit) || (unit >= 0x61 && unit <= 0x66) || (unit >= 0x41 && unit <= 0x46);\n}\n\nfunction isAsciiAlphanumeric(unit: number): boolean {\n return isAsciiDigit(unit) || (unit >= 0x61 && unit <= 0x7a) || (unit >= 0x41 && unit <= 0x5a);\n}\n\n/**\n * The end offset of a well-formed character reference starting at `at`, or -1. A bare `&` that a\n * parser would repair is deliberately **not** treated as a reference: it stays inside the span,\n * where no rule can emit or delete it, rather than manufacturing a boundary that suppresses\n * conversions around it.\n */\nfunction characterReferenceEnd(source: string, at: number, limit: number): number {\n if (source.charCodeAt(at) !== AMPERSAND) return -1;\n let i = at + 1;\n if (i >= limit) return -1;\n\n if (source.charCodeAt(i) === HASH) {\n i += 1;\n const unit = i < limit ? source.charCodeAt(i) : -1;\n const hex = unit === LOWER_X || unit === UPPER_X;\n if (hex) i += 1;\n const digitsAt = i;\n while (\n i < limit &&\n (hex ? isAsciiHexDigit(source.charCodeAt(i)) : isAsciiDigit(source.charCodeAt(i)))\n ) {\n i += 1;\n }\n if (i === digitsAt) return -1;\n return i < limit && source.charCodeAt(i) === SEMICOLON ? i + 1 : -1;\n }\n\n const nameAt = i;\n while (\n i < limit &&\n i - nameAt < MAX_REFERENCE_BODY &&\n isAsciiAlphanumeric(source.charCodeAt(i))\n ) {\n i += 1;\n }\n if (i === nameAt) return -1;\n return i < limit && source.charCodeAt(i) === SEMICOLON ? i + 1 : -1;\n}\n\n/**\n * modes.md 3.6: every character reference is skipped as an **opaque unit**, and a text node\n * containing one is split into spans around it. That is the only way `&nbsp;` survives as\n * `&nbsp;` instead of becoming a literal U+00A0 on the way out.\n */\nexport function splitCharacterReferences(source: string, start: number, end: number): Span[] {\n const spans: Span[] = [];\n let cursor = start;\n let i = start;\n while (i < end) {\n if (source.charCodeAt(i) === AMPERSAND) {\n const stop = characterReferenceEnd(source, i, end);\n if (stop > 0) {\n if (i > cursor) spans.push({ start: cursor, end: i });\n cursor = stop;\n i = stop;\n continue;\n }\n }\n i += 1;\n }\n if (end > cursor) spans.push({ start: cursor, end });\n return spans;\n}\n\nfunction isParent(node: Node): node is ParentNode {\n return \"childNodes\" in node;\n}\n\nfunction collect(node: Node, source: string, spans: Span[]): void {\n if (node.nodeName === \"#text\") {\n const location = node.sourceCodeLocation;\n if (location === undefined || location === null) return;\n for (const span of splitCharacterReferences(source, location.startOffset, location.endOffset)) {\n spans.push(span);\n }\n return;\n }\n\n // Comments, doctype and processing instructions never contribute a span (modes.md 3.6).\n if (node.nodeName === \"#comment\" || node.nodeName === \"#documentType\") return;\n\n if (\"tagName\" in node && isSkippedElement(node.tagName)) return;\n\n // A `template`'s children live in a separate document fragment; `template` is not skipped.\n if (node.nodeName === \"template\" && \"content\" in node) {\n collect(node.content, source, spans);\n return;\n }\n\n if (!isParent(node)) return;\n for (const child of node.childNodes) collect(child, source, spans);\n}\n\n/**\n * Locate the processable spans of an HTML document. The tree is used only to find offsets and is\n * then discarded — modes.md 4 forbids reserialisation, which is what makes attribute quoting,\n * self-closing forms, entity spelling, tag case and malformed-input recovery preserved by\n * construction rather than by effort.\n */\nexport function htmlSpans(source: string): Span[] {\n const document = wrapParserErrors(\"HTML\", () => parse(source, { sourceCodeLocationInfo: true }));\n const spans: Span[] = [];\n collect(document, source, spans);\n return spans;\n}\n\n/** The same, for a fragment: used for HTML blocks embedded in markdown (modes.md 3.7). */\nexport function htmlFragmentSpans(source: string, offset: number): Span[] {\n const fragment = wrapParserErrors(\"HTML\", () =>\n parseFragment(source, { sourceCodeLocationInfo: true }),\n );\n const spans: Span[] = [];\n collect(fragment, source, spans);\n return offset === 0\n ? spans\n : spans.map((span) => ({ start: span.start + offset, end: span.end + offset }));\n}\n","import { PolytypoError } from \"../errors.js\";\n\ninterface PositionedError {\n readonly reason?: unknown;\n readonly place?: { readonly line?: unknown; readonly column?: unknown } | null;\n}\n\nfunction describe(error: unknown): string {\n if (typeof error !== \"object\" || error === null) return String(error);\n const positioned = error as PositionedError;\n const reason =\n typeof positioned.reason === \"string\" ? positioned.reason : (error as Error).message;\n const place = positioned.place;\n if (\n place !== null &&\n place !== undefined &&\n typeof place.line === \"number\" &&\n typeof place.column === \"number\"\n ) {\n return `${reason} (line ${place.line}, column ${place.column})`;\n }\n return reason;\n}\n\n/**\n * spec/rules/modes.md 3.7.2. **The parser's own error type must never escape.** A\n * `VFileMessage`, a `Nokogiri::SyntaxError` or a Python exception on the public surface puts a\n * dependency's type into the contract and is unreproducible in the other four runtimes; only the\n * code is contractual (ARCHITECTURE.md 4.6), while the message and the source position are\n * useful and are not.\n *\n * Reachable in exactly one place: `dialect: \"mdx\"`, because MDX embeds JavaScript. HTML parsing\n * is specified with total error recovery and every byte sequence is valid CommonMark, so neither\n * of the other two languages can fail. The wrapper is applied to all of them anyway — the\n * guarantee is that no parser type escapes, not that this particular parser is trusted.\n */\nexport function wrapParserErrors<T>(what: string, run: () => T): T {\n try {\n return run();\n } catch (error) {\n if (error instanceof PolytypoError) throw error;\n throw new PolytypoError(\n \"POLYTYPO_MALFORMED_INPUT\",\n `Input does not parse as ${what}: ${describe(error)}`,\n );\n }\n}\n"]}
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  htmlSpans
3
- } from "./chunk-6QL6N5G5.js";
3
+ } from "./chunk-C2KW4GOY.js";
4
4
  import {
5
5
  analyzeOverSpans,
6
6
  runOverSpans
7
- } from "./chunk-Q5XENI33.js";
7
+ } from "./chunk-242RX2X7.js";
8
8
  import {
9
9
  getLocaleData,
10
10
  planRules,
11
11
  resolveNarrowTarget
12
- } from "./chunk-BF7NY7GO.js";
12
+ } from "./chunk-MOAEMPFT.js";
13
13
 
14
14
  // src/engine/html-pipeline.ts
15
15
  function runHtmlPipeline(input, options) {
@@ -30,4 +30,4 @@ export {
30
30
  runHtmlPipeline,
31
31
  analyzeHtmlPipeline
32
32
  };
33
- //# sourceMappingURL=chunk-RJGBWBR4.js.map
33
+ //# sourceMappingURL=chunk-TDIDDBNH.js.map
@@ -1,13 +1,13 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkK4ZF3RDHcjs = require('./chunk-K4ZF3RDH.cjs');
4
+ var _chunkGDZCWLM3cjs = require('./chunk-GDZCWLM3.cjs');
5
5
 
6
6
 
7
7
 
8
8
 
9
9
 
10
- var _chunkNEUH35JHcjs = require('./chunk-NEUH35JH.cjs');
10
+ var _chunkGAIX76FTcjs = require('./chunk-GAIX76FT.cjs');
11
11
 
12
12
  // src/modes/yaml.ts
13
13
  var TAB = 9;
@@ -225,14 +225,14 @@ function plainScalar(source, line, v, spans) {
225
225
  // src/engine/yaml-keys.ts
226
226
  function resolveYamlKeys(value) {
227
227
  if (!Array.isArray(value)) {
228
- throw new (0, _chunkNEUH35JHcjs.PolytypoError)(
228
+ throw new (0, _chunkGAIX76FTcjs.PolytypoError)(
229
229
  "POLYTYPO_INVALID_OPTION",
230
230
  `"keys" is required when mode is "yaml" and must be a list of strings (modes.md \xA73.8.2). Received ${value === void 0 ? "nothing" : JSON.stringify(value)}.`
231
231
  );
232
232
  }
233
233
  for (const key of value) {
234
234
  if (typeof key !== "string") {
235
- throw new (0, _chunkNEUH35JHcjs.PolytypoError)(
235
+ throw new (0, _chunkGAIX76FTcjs.PolytypoError)(
236
236
  "POLYTYPO_INVALID_OPTION",
237
237
  `"keys" must contain only strings; received ${JSON.stringify(key)}.`
238
238
  );
@@ -243,22 +243,22 @@ function resolveYamlKeys(value) {
243
243
 
244
244
  // src/engine/yaml-pipeline.ts
245
245
  function runYamlPipeline(input, options) {
246
- const narrowTarget = _chunkNEUH35JHcjs.resolveNarrowTarget.call(void 0, options.narrowNbsp);
247
- const planned = _chunkNEUH35JHcjs.planRules.call(void 0, options.rules);
248
- const locale = _chunkNEUH35JHcjs.getLocaleData.call(void 0, options.locale);
246
+ const narrowTarget = _chunkGAIX76FTcjs.resolveNarrowTarget.call(void 0, options.narrowNbsp);
247
+ const planned = _chunkGAIX76FTcjs.planRules.call(void 0, options.rules);
248
+ const locale = _chunkGAIX76FTcjs.getLocaleData.call(void 0, options.locale);
249
249
  const keys = resolveYamlKeys(options.keys);
250
- return _chunkK4ZF3RDHcjs.runOverSpans.call(void 0, input, yamlSpans(input, keys), planned, locale, "yaml", narrowTarget);
250
+ return _chunkGDZCWLM3cjs.runOverSpans.call(void 0, input, yamlSpans(input, keys), planned, locale, "yaml", narrowTarget);
251
251
  }
252
252
  function analyzeYamlPipeline(input, options) {
253
- const narrowTarget = _chunkNEUH35JHcjs.resolveNarrowTarget.call(void 0, options.narrowNbsp);
254
- const planned = _chunkNEUH35JHcjs.planRules.call(void 0, options.rules);
255
- const locale = _chunkNEUH35JHcjs.getLocaleData.call(void 0, options.locale);
253
+ const narrowTarget = _chunkGAIX76FTcjs.resolveNarrowTarget.call(void 0, options.narrowNbsp);
254
+ const planned = _chunkGAIX76FTcjs.planRules.call(void 0, options.rules);
255
+ const locale = _chunkGAIX76FTcjs.getLocaleData.call(void 0, options.locale);
256
256
  const keys = resolveYamlKeys(options.keys);
257
- return _chunkK4ZF3RDHcjs.analyzeOverSpans.call(void 0, input, yamlSpans(input, keys), planned, locale, "yaml", narrowTarget);
257
+ return _chunkGDZCWLM3cjs.analyzeOverSpans.call(void 0, input, yamlSpans(input, keys), planned, locale, "yaml", narrowTarget);
258
258
  }
259
259
 
260
260
 
261
261
 
262
262
 
263
263
  exports.runYamlPipeline = runYamlPipeline; exports.analyzeYamlPipeline = analyzeYamlPipeline;
264
- //# sourceMappingURL=chunk-FPHGXDAR.cjs.map
264
+ //# sourceMappingURL=chunk-V3EGRWOR.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/polytypo-js/polytypo-js/dist/chunk-FPHGXDAR.cjs","../src/modes/yaml.ts","../src/engine/yaml-keys.ts","../src/engine/yaml-pipeline.ts"],"names":[],"mappings":"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","file":"/home/runner/work/polytypo-js/polytypo-js/dist/chunk-FPHGXDAR.cjs","sourcesContent":[null,"import type { Span } from \"./spans.js\";\n\n/**\n * spec/rules/modes.md 3.8. `yaml` differs from the other two document modes twice over.\n *\n * It uses **no parser** (3.8.1): two of the five ecosystems' YAML libraries cannot report the\n * source offsets the round-trip guarantee needs, so the scan below is specified rather than\n * delegated and is written the same way in every runtime.\n *\n * And the caller names the keys (3.8.2). YAML is a data format with islands of prose in it — the\n * inverse of HTML and Markdown — and nothing in its syntax separates `description:` from `run:`.\n * A keyless draft of this file rewrote `if !` as `if!` inside a workflow's shell script; there is\n * no content test that would not, because shell and template expressions are written in words.\n *\n * It also **skips by default** — the inverse of 3.6's closed skip list. A construct this scan\n * does not recognise with certainty yields no spans, so the worst outcome of a gap in it is prose\n * left untypeset, never a changed byte.\n *\n * Offsets are UTF-16 indices, like every other mode in this runtime; every character the scan\n * tests is ASCII, so indexing by code unit and indexing by code point agree on all of them.\n */\n\nconst TAB = 0x09;\nconst LF = 0x0a;\nconst CR = 0x0d;\nconst SPACE = 0x20;\nconst BANG = 0x21;\nconst DQUOTE = 0x22;\nconst HASH = 0x23;\nconst PERCENT = 0x25;\nconst AMPERSAND = 0x26;\nconst SQUOTE = 0x27;\nconst STAR = 0x2a;\nconst PLUS = 0x2b;\nconst DASH = 0x2d;\nconst DOT = 0x2e;\nconst ZERO = 0x30;\nconst ONE = 0x31;\nconst NINE = 0x39;\nconst COLON = 0x3a;\nconst GREATER = 0x3e;\nconst LBRACKET = 0x5b;\nconst BACKSLASH = 0x5c;\nconst LBRACE = 0x7b;\nconst PIPE = 0x7c;\n\ninterface Line {\n readonly start: number;\n /** Index of the line terminator, or of the end of the source — never inside a span. */\n readonly end: number;\n}\n\n/**\n * 3.8.4: a line ends at U+000A, and **a U+000D immediately before it is not part of the line** —\n * it is a terminator like the U+000A itself, so it lies outside every span and comes back\n * untouched. Without that clause a CRLF file behaves differently from the same bytes with LF: the\n * block header reads as `|\\r` and is unrecognised, and a plain scalar carries the carriage return\n * inside its span. Five runtimes split lines with five different standard-library calls, so the\n * treatment has to be stated rather than inherited.\n */\nfunction splitLines(source: string): Line[] {\n const lines: Line[] = [];\n let start = 0;\n const endOf = (i: number): number => (i > start && source.charCodeAt(i - 1) === CR ? i - 1 : i);\n for (let i = 0; i < source.length; i += 1) {\n if (source.charCodeAt(i) === LF) {\n lines.push({ start, end: endOf(i) });\n start = i + 1;\n }\n }\n if (start < source.length) lines.push({ start, end: endOf(source.length) });\n return lines;\n}\n\n/** Index of the first code unit that is not U+0020, or `line.end` for a blank line. */\nfunction firstNonSpace(source: string, line: Line): number {\n let i = line.start;\n while (i < line.end && source.charCodeAt(i) === SPACE) i += 1;\n return i;\n}\n\nfunction isBlank(source: string, line: Line): boolean {\n return firstNonSpace(source, line) === line.end;\n}\n\nfunction hasTab(source: string, line: Line): boolean {\n for (let i = line.start; i < line.end; i += 1) if (source.charCodeAt(i) === TAB) return true;\n return false;\n}\n\n/**\n * 3.8.4 step 3. `---` and `...` at the head of a line, bare or introducing a node: the\n * trailing-content form is declined too, so `--- key: value` never yields a key of `--- key`.\n */\nfunction isDocumentMarker(source: string, from: number, end: number): boolean {\n if (end - from < 3) return false;\n const c = source.charCodeAt(from);\n if (c !== DASH && c !== DOT) return false;\n if (source.charCodeAt(from + 1) !== c || source.charCodeAt(from + 2) !== c) return false;\n return from + 3 === end || source.charCodeAt(from + 3) === SPACE;\n}\n\n/** A colon that ends the line or is followed by U+0020 — the only colon YAML reads as an indicator. */\nfunction isIndicatorColon(source: string, j: number, end: number): boolean {\n if (source.charCodeAt(j) !== COLON) return false;\n return j + 1 === end || source.charCodeAt(j + 1) === SPACE;\n}\n\n/** A `-` that ends the line or is followed by U+0020 — a block sequence entry marker. */\nfunction isSequenceDash(source: string, j: number, end: number): boolean {\n if (source.charCodeAt(j) !== DASH) return false;\n return j + 1 === end || source.charCodeAt(j + 1) === SPACE;\n}\n\n/**\n * The value run of 3.8.4 step 7: every following line that is blank or indented more than the\n * key line. **Those lines are never scanned again** — without that, a multi-line quoted scalar,\n * a multi-line flow collection and a folded plain scalar all leak their continuation lines back\n * into the scan as if they were mappings, and a span can end up holding a scalar's own closing\n * delimiter.\n */\nfunction valueRunEnd(source: string, lines: readonly Line[], li: number, indent: number): number {\n let k = li + 1;\n while (k < lines.length) {\n const next = lines[k] as Line;\n if (!isBlank(source, next) && firstNonSpace(source, next) - next.start <= indent) break;\n k += 1;\n }\n return k;\n}\n\nexport function yamlSpans(source: string, keys: readonly string[]): Span[] {\n const listed = new Set(keys);\n const lines = splitLines(source);\n const spans: Span[] = [];\n let li = 0;\n while (li < lines.length) li = scanLine(source, lines, li, listed, spans);\n return spans;\n}\n\n/** One step of 3.8.4. Returns the index of the next line to scan. */\nfunction scanLine(\n source: string,\n lines: readonly Line[],\n li: number,\n listed: ReadonlySet<string>,\n spans: Span[],\n): number {\n const line = lines[li] as Line;\n const skipLine = li + 1;\n\n // step 1 — blank, or a tab anywhere, which makes indentation undecidable.\n const start = firstNonSpace(source, line);\n if (start === line.end || hasTab(source, line)) return skipLine;\n const indent = start - line.start;\n\n // steps 2 and 3 — comment, directive, document marker.\n const head = source.charCodeAt(start);\n if (head === HASH || head === PERCENT) return skipLine;\n if (isDocumentMarker(source, start, line.end)) return skipLine;\n\n // step 4 — block sequence entries are consumed, not skipped; `- - key: v` nests.\n let i = start;\n while (i < line.end && isSequenceDash(source, i, line.end)) {\n i += 2;\n while (i < line.end && source.charCodeAt(i) === SPACE) i += 1;\n }\n if (i >= line.end) return skipLine;\n\n // step 5 — find the key. A colon NOT followed by U+0020 or the line end is an ordinary key\n // character, so `a:b: v` has the key `a:b`; stating that is what keeps five scanners agreeing.\n const keyStart = i;\n let colon = -1;\n for (let j = i; j < line.end; j += 1) {\n const c = source.charCodeAt(j);\n if (\n c === DQUOTE ||\n c === SQUOTE ||\n c === LBRACE ||\n c === LBRACKET ||\n c === AMPERSAND ||\n c === STAR ||\n c === BANG ||\n c === HASH\n ) {\n return skipLine;\n }\n if (isIndicatorColon(source, j, line.end)) {\n colon = j;\n break;\n }\n }\n if (colon < 0) return skipLine;\n let keyEnd = colon;\n while (keyEnd > keyStart && source.charCodeAt(keyEnd - 1) === SPACE) keyEnd -= 1;\n if (keyEnd <= keyStart) return skipLine;\n\n // step 6 — an empty value means a nested node, whose lines ARE scanned on their own.\n let v = colon + 1;\n while (v < line.end && source.charCodeAt(v) === SPACE) v += 1;\n if (v >= line.end) return skipLine;\n\n // step 7 — the line carries an inline value, so its continuation lines belong to that value.\n const next = valueRunEnd(source, lines, li, indent);\n\n // step 8 — the key must be listed. Checked before the value's form, so an unlisted key costs\n // nothing to decline: this is what makes `run:`, `if:` and `image:` unreachable.\n if (!listed.has(source.slice(keyStart, keyEnd))) return next;\n\n // step 9 — the scalar form.\n const value = source.charCodeAt(v);\n if (\n value === HASH ||\n value === AMPERSAND ||\n value === STAR ||\n value === BANG ||\n value === LBRACE ||\n value === LBRACKET\n ) {\n return next;\n }\n if (value === PIPE || value === GREATER) {\n blockScalar(source, lines, li, next, indent, v, spans);\n return next;\n }\n if (value === DQUOTE || value === SQUOTE) {\n if (next === li + 1) quotedScalar(source, line, v, spans);\n return next;\n }\n if (next === li + 1) plainScalar(source, line, v, spans);\n return next;\n}\n\n/**\n * 3.8.5. One span per non-blank content line, starting after the block's own indentation. The\n * header, the indentation and every line terminator lie outside every span — including the run\n * of line terminators at the end that the chomping indicator governs, which is why `|`, `|-`,\n * `|+`, `>`, `>-` and `>+` are handled identically here.\n */\nfunction blockScalar(\n source: string,\n lines: readonly Line[],\n li: number,\n runEnd: number,\n indent: number,\n v: number,\n spans: Span[],\n): void {\n const line = lines[li] as Line;\n\n // The header: at most one chomping indicator and at most one indentation indicator, in either\n // order, then optional spaces and an optional comment. Anything else is unrecognised.\n let h = v + 1;\n let explicitIndent = 0;\n let chomping = false;\n while (h < line.end) {\n const c = source.charCodeAt(h);\n if ((c === DASH || c === PLUS) && !chomping) {\n chomping = true;\n h += 1;\n continue;\n }\n if (c >= ONE && c <= NINE && explicitIndent === 0) {\n explicitIndent = c - ZERO;\n h += 1;\n continue;\n }\n break;\n }\n while (h < line.end && source.charCodeAt(h) === SPACE) h += 1;\n if (h < line.end && source.charCodeAt(h) !== HASH) return;\n\n // One definition of the run, and three conditions that make the whole block yield no spans.\n const content: Line[] = [];\n let contentIndent = -1;\n for (let k = li + 1; k < runEnd; k += 1) {\n const next = lines[k] as Line;\n if (isBlank(source, next)) continue; // blank lines belong to the block and yield no span\n if (hasTab(source, next)) return;\n const nextIndent = firstNonSpace(source, next) - next.start;\n if (contentIndent < 0) {\n contentIndent = explicitIndent > 0 ? indent + explicitIndent : nextIndent;\n }\n // An explicit indicator that disagrees with the block as written, or a later line dedented\n // inside it, is ambiguous rather than guessable — bail rather than choose.\n if (nextIndent < contentIndent) return;\n content.push(next);\n }\n if (contentIndent <= 0) return;\n\n for (const c of content) {\n const from = c.start + contentIndent;\n if (c.end > from) spans.push({ start: from, end: c.end });\n }\n}\n\n/**\n * 3.8.6. The span is the content between the quotes. Both bails exist so that source characters\n * and content characters are the same thing, which the offset model of 3.1 requires — the same\n * constraint that makes an HTML character reference an opaque unit in 3.6. No colon test applies\n * here: quoting neutralises the colon, and applying the plain-scalar test would decline\n * `title: \"Chapter 1: the beginning\"`.\n */\nfunction quotedScalar(source: string, line: Line, v: number, spans: Span[]): void {\n const quote = source.charCodeAt(v);\n let close = -1;\n for (let j = v + 1; j < line.end; j += 1) {\n const c = source.charCodeAt(j);\n if (quote === DQUOTE && c === BACKSLASH) return;\n if (\n quote === SQUOTE &&\n c === SQUOTE &&\n j + 1 < line.end &&\n source.charCodeAt(j + 1) === SQUOTE\n ) {\n return;\n }\n if (c === quote) {\n close = j;\n break;\n }\n }\n if (close < 0) return;\n\n let after = close + 1;\n while (after < line.end && source.charCodeAt(after) === SPACE) after += 1;\n if (after < line.end && source.charCodeAt(after) !== HASH) return;\n\n if (close > v + 1) spans.push({ start: v + 1, end: close });\n}\n\n/**\n * 3.8.6. In a plain scalar `:` and `#` are still live: U+0020 beside either of them is what turns\n * a scalar into a mapping indicator or a comment, and `dashes` emits U+0020 in every `-spaced`\n * locale. Lifting both out as opaque units leaves the dash token against a boundary marker, which\n * `dashes` declines on its own account — the edge-growth rule of 3.4 is the second net, not the\n * first.\n */\nfunction plainScalar(source: string, line: Line, v: number, spans: Span[]): void {\n // The scalar ends before a trailing comment, so a colon inside that comment is not the\n // scalar's and must not decline it.\n let end = line.end;\n for (let j = v; j < line.end; j += 1) {\n if (source.charCodeAt(j) === HASH && j > v && source.charCodeAt(j - 1) === SPACE) {\n end = j - 1;\n break;\n }\n }\n while (end > v && source.charCodeAt(end - 1) === SPACE) end -= 1;\n if (end <= v) return;\n\n // Compact nesting is not a value: `key: - item` opens a sequence, and `key: a .:` is a mapping\n // whose key is `a .` — a plain scalar can never contain a colon in that position.\n if (isSequenceDash(source, v, line.end)) return;\n for (let j = v; j < end; j += 1) if (isIndicatorColon(source, j, line.end)) return;\n\n let segment = v;\n for (let j = v; j <= end; j += 1) {\n if (j === end || source.charCodeAt(j) === COLON || source.charCodeAt(j) === HASH) {\n if (j > segment) spans.push({ start: segment, end: j });\n segment = j + 1;\n }\n }\n}\n","import { PolytypoError } from \"../errors.js\";\n\n/**\n * modes.md §3.8.2: `yaml` mode's `keys` option, resolved once at the call boundary.\n *\n * It has **no default**, for the reason `dialect` has none. YAML is a data format with islands of\n * prose in it, and nothing in its syntax marks them — `description` holds a sentence and `run`\n * holds a shell script, spelled identically — so a default would be a guess about the schema\n * above the document. An **empty list is legal**: \"process nothing\" is a choice a caller may\n * make, not an error.\n *\n * Checked after `locale`, last of the option checks, alongside `dialect` (ARCHITECTURE.md §7).\n * The two never both apply, since each belongs to a different mode.\n */\nexport function resolveYamlKeys(value: unknown): readonly string[] {\n if (!Array.isArray(value)) {\n throw new PolytypoError(\n \"POLYTYPO_INVALID_OPTION\",\n `\"keys\" is required when mode is \"yaml\" and must be a list of strings (modes.md §3.8.2). ` +\n `Received ${value === undefined ? \"nothing\" : JSON.stringify(value)}.`,\n );\n }\n for (const key of value as readonly unknown[]) {\n if (typeof key !== \"string\") {\n throw new PolytypoError(\n \"POLYTYPO_INVALID_OPTION\",\n `\"keys\" must contain only strings; received ${JSON.stringify(key)}.`,\n );\n }\n }\n return value as readonly string[];\n}\n","import { yamlSpans } from \"../modes/yaml.js\";\nimport type { Options } from \"../types.js\";\nimport { getLocaleData } from \"./locale.js\";\nimport { resolveNarrowTarget } from \"./narrow-target.js\";\nimport { resolveYamlKeys } from \"./yaml-keys.js\";\nimport { planRules } from \"./rule-runner.js\";\nimport { analyzeOverSpans, runOverSpans } from \"./span-runner.js\";\nimport type { Change } from \"./origin.js\";\n\n/**\n * `yaml` mode only, and the only mode pipeline with **no parser dependency at all** — span\n * selection is the specified scan of modes.md 3.8, not a library. There is likewise no\n * `POLYTYPO_MALFORMED_INPUT` counterpart here: with no declared grammar to violate, a file that\n * is not YAML yields few spans or none and comes back byte for byte (modes.md 3.8.3). The only\n * throw this mode adds is `keys`, which is about the call and not the input.\n */\nexport function runYamlPipeline(input: string, options: Partial<Options>): string {\n const narrowTarget = resolveNarrowTarget(options.narrowNbsp);\n const planned = planRules(options.rules);\n const locale = getLocaleData(options.locale);\n const keys = resolveYamlKeys(options.keys);\n return runOverSpans(input, yamlSpans(input, keys), planned, locale, \"yaml\", narrowTarget);\n}\n\n/** analyze.md §1, `yaml` mode: offsets are into the document, not into a span (analyze.md §6). */\nexport function analyzeYamlPipeline(input: string, options: Partial<Options>): Change[] {\n const narrowTarget = resolveNarrowTarget(options.narrowNbsp);\n const planned = planRules(options.rules);\n const locale = getLocaleData(options.locale);\n const keys = resolveYamlKeys(options.keys);\n return analyzeOverSpans(input, yamlSpans(input, keys), planned, locale, \"yaml\", narrowTarget);\n}\n"]}
1
+ {"version":3,"sources":["/home/runner/work/polytypo-js/polytypo-js/dist/chunk-V3EGRWOR.cjs","../src/modes/yaml.ts","../src/engine/yaml-keys.ts","../src/engine/yaml-pipeline.ts"],"names":[],"mappings":"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","file":"/home/runner/work/polytypo-js/polytypo-js/dist/chunk-V3EGRWOR.cjs","sourcesContent":[null,"import type { Span } from \"./spans.js\";\n\n/**\n * spec/rules/modes.md 3.8. `yaml` differs from the other two document modes twice over.\n *\n * It uses **no parser** (3.8.1): two of the five ecosystems' YAML libraries cannot report the\n * source offsets the round-trip guarantee needs, so the scan below is specified rather than\n * delegated and is written the same way in every runtime.\n *\n * And the caller names the keys (3.8.2). YAML is a data format with islands of prose in it — the\n * inverse of HTML and Markdown — and nothing in its syntax separates `description:` from `run:`.\n * A keyless draft of this file rewrote `if !` as `if!` inside a workflow's shell script; there is\n * no content test that would not, because shell and template expressions are written in words.\n *\n * It also **skips by default** — the inverse of 3.6's closed skip list. A construct this scan\n * does not recognise with certainty yields no spans, so the worst outcome of a gap in it is prose\n * left untypeset, never a changed byte.\n *\n * Offsets are UTF-16 indices, like every other mode in this runtime; every character the scan\n * tests is ASCII, so indexing by code unit and indexing by code point agree on all of them.\n */\n\nconst TAB = 0x09;\nconst LF = 0x0a;\nconst CR = 0x0d;\nconst SPACE = 0x20;\nconst BANG = 0x21;\nconst DQUOTE = 0x22;\nconst HASH = 0x23;\nconst PERCENT = 0x25;\nconst AMPERSAND = 0x26;\nconst SQUOTE = 0x27;\nconst STAR = 0x2a;\nconst PLUS = 0x2b;\nconst DASH = 0x2d;\nconst DOT = 0x2e;\nconst ZERO = 0x30;\nconst ONE = 0x31;\nconst NINE = 0x39;\nconst COLON = 0x3a;\nconst GREATER = 0x3e;\nconst LBRACKET = 0x5b;\nconst BACKSLASH = 0x5c;\nconst LBRACE = 0x7b;\nconst PIPE = 0x7c;\n\ninterface Line {\n readonly start: number;\n /** Index of the line terminator, or of the end of the source — never inside a span. */\n readonly end: number;\n}\n\n/**\n * 3.8.4: a line ends at U+000A, and **a U+000D immediately before it is not part of the line** —\n * it is a terminator like the U+000A itself, so it lies outside every span and comes back\n * untouched. Without that clause a CRLF file behaves differently from the same bytes with LF: the\n * block header reads as `|\\r` and is unrecognised, and a plain scalar carries the carriage return\n * inside its span. Five runtimes split lines with five different standard-library calls, so the\n * treatment has to be stated rather than inherited.\n */\nfunction splitLines(source: string): Line[] {\n const lines: Line[] = [];\n let start = 0;\n const endOf = (i: number): number => (i > start && source.charCodeAt(i - 1) === CR ? i - 1 : i);\n for (let i = 0; i < source.length; i += 1) {\n if (source.charCodeAt(i) === LF) {\n lines.push({ start, end: endOf(i) });\n start = i + 1;\n }\n }\n if (start < source.length) lines.push({ start, end: endOf(source.length) });\n return lines;\n}\n\n/** Index of the first code unit that is not U+0020, or `line.end` for a blank line. */\nfunction firstNonSpace(source: string, line: Line): number {\n let i = line.start;\n while (i < line.end && source.charCodeAt(i) === SPACE) i += 1;\n return i;\n}\n\nfunction isBlank(source: string, line: Line): boolean {\n return firstNonSpace(source, line) === line.end;\n}\n\nfunction hasTab(source: string, line: Line): boolean {\n for (let i = line.start; i < line.end; i += 1) if (source.charCodeAt(i) === TAB) return true;\n return false;\n}\n\n/**\n * 3.8.4 step 3. `---` and `...` at the head of a line, bare or introducing a node: the\n * trailing-content form is declined too, so `--- key: value` never yields a key of `--- key`.\n */\nfunction isDocumentMarker(source: string, from: number, end: number): boolean {\n if (end - from < 3) return false;\n const c = source.charCodeAt(from);\n if (c !== DASH && c !== DOT) return false;\n if (source.charCodeAt(from + 1) !== c || source.charCodeAt(from + 2) !== c) return false;\n return from + 3 === end || source.charCodeAt(from + 3) === SPACE;\n}\n\n/** A colon that ends the line or is followed by U+0020 — the only colon YAML reads as an indicator. */\nfunction isIndicatorColon(source: string, j: number, end: number): boolean {\n if (source.charCodeAt(j) !== COLON) return false;\n return j + 1 === end || source.charCodeAt(j + 1) === SPACE;\n}\n\n/** A `-` that ends the line or is followed by U+0020 — a block sequence entry marker. */\nfunction isSequenceDash(source: string, j: number, end: number): boolean {\n if (source.charCodeAt(j) !== DASH) return false;\n return j + 1 === end || source.charCodeAt(j + 1) === SPACE;\n}\n\n/**\n * The value run of 3.8.4 step 7: every following line that is blank or indented more than the\n * key line. **Those lines are never scanned again** — without that, a multi-line quoted scalar,\n * a multi-line flow collection and a folded plain scalar all leak their continuation lines back\n * into the scan as if they were mappings, and a span can end up holding a scalar's own closing\n * delimiter.\n */\nfunction valueRunEnd(source: string, lines: readonly Line[], li: number, indent: number): number {\n let k = li + 1;\n while (k < lines.length) {\n const next = lines[k] as Line;\n if (!isBlank(source, next) && firstNonSpace(source, next) - next.start <= indent) break;\n k += 1;\n }\n return k;\n}\n\nexport function yamlSpans(source: string, keys: readonly string[]): Span[] {\n const listed = new Set(keys);\n const lines = splitLines(source);\n const spans: Span[] = [];\n let li = 0;\n while (li < lines.length) li = scanLine(source, lines, li, listed, spans);\n return spans;\n}\n\n/** One step of 3.8.4. Returns the index of the next line to scan. */\nfunction scanLine(\n source: string,\n lines: readonly Line[],\n li: number,\n listed: ReadonlySet<string>,\n spans: Span[],\n): number {\n const line = lines[li] as Line;\n const skipLine = li + 1;\n\n // step 1 — blank, or a tab anywhere, which makes indentation undecidable.\n const start = firstNonSpace(source, line);\n if (start === line.end || hasTab(source, line)) return skipLine;\n const indent = start - line.start;\n\n // steps 2 and 3 — comment, directive, document marker.\n const head = source.charCodeAt(start);\n if (head === HASH || head === PERCENT) return skipLine;\n if (isDocumentMarker(source, start, line.end)) return skipLine;\n\n // step 4 — block sequence entries are consumed, not skipped; `- - key: v` nests.\n let i = start;\n while (i < line.end && isSequenceDash(source, i, line.end)) {\n i += 2;\n while (i < line.end && source.charCodeAt(i) === SPACE) i += 1;\n }\n if (i >= line.end) return skipLine;\n\n // step 5 — find the key. A colon NOT followed by U+0020 or the line end is an ordinary key\n // character, so `a:b: v` has the key `a:b`; stating that is what keeps five scanners agreeing.\n const keyStart = i;\n let colon = -1;\n for (let j = i; j < line.end; j += 1) {\n const c = source.charCodeAt(j);\n if (\n c === DQUOTE ||\n c === SQUOTE ||\n c === LBRACE ||\n c === LBRACKET ||\n c === AMPERSAND ||\n c === STAR ||\n c === BANG ||\n c === HASH\n ) {\n return skipLine;\n }\n if (isIndicatorColon(source, j, line.end)) {\n colon = j;\n break;\n }\n }\n if (colon < 0) return skipLine;\n let keyEnd = colon;\n while (keyEnd > keyStart && source.charCodeAt(keyEnd - 1) === SPACE) keyEnd -= 1;\n if (keyEnd <= keyStart) return skipLine;\n\n // step 6 — an empty value means a nested node, whose lines ARE scanned on their own.\n let v = colon + 1;\n while (v < line.end && source.charCodeAt(v) === SPACE) v += 1;\n if (v >= line.end) return skipLine;\n\n // step 7 — the line carries an inline value, so its continuation lines belong to that value.\n const next = valueRunEnd(source, lines, li, indent);\n\n // step 8 — the key must be listed. Checked before the value's form, so an unlisted key costs\n // nothing to decline: this is what makes `run:`, `if:` and `image:` unreachable.\n if (!listed.has(source.slice(keyStart, keyEnd))) return next;\n\n // step 9 — the scalar form.\n const value = source.charCodeAt(v);\n if (\n value === HASH ||\n value === AMPERSAND ||\n value === STAR ||\n value === BANG ||\n value === LBRACE ||\n value === LBRACKET\n ) {\n return next;\n }\n if (value === PIPE || value === GREATER) {\n blockScalar(source, lines, li, next, indent, v, spans);\n return next;\n }\n if (value === DQUOTE || value === SQUOTE) {\n if (next === li + 1) quotedScalar(source, line, v, spans);\n return next;\n }\n if (next === li + 1) plainScalar(source, line, v, spans);\n return next;\n}\n\n/**\n * 3.8.5. One span per non-blank content line, starting after the block's own indentation. The\n * header, the indentation and every line terminator lie outside every span — including the run\n * of line terminators at the end that the chomping indicator governs, which is why `|`, `|-`,\n * `|+`, `>`, `>-` and `>+` are handled identically here.\n */\nfunction blockScalar(\n source: string,\n lines: readonly Line[],\n li: number,\n runEnd: number,\n indent: number,\n v: number,\n spans: Span[],\n): void {\n const line = lines[li] as Line;\n\n // The header: at most one chomping indicator and at most one indentation indicator, in either\n // order, then optional spaces and an optional comment. Anything else is unrecognised.\n let h = v + 1;\n let explicitIndent = 0;\n let chomping = false;\n while (h < line.end) {\n const c = source.charCodeAt(h);\n if ((c === DASH || c === PLUS) && !chomping) {\n chomping = true;\n h += 1;\n continue;\n }\n if (c >= ONE && c <= NINE && explicitIndent === 0) {\n explicitIndent = c - ZERO;\n h += 1;\n continue;\n }\n break;\n }\n while (h < line.end && source.charCodeAt(h) === SPACE) h += 1;\n if (h < line.end && source.charCodeAt(h) !== HASH) return;\n\n // One definition of the run, and three conditions that make the whole block yield no spans.\n const content: Line[] = [];\n let contentIndent = -1;\n for (let k = li + 1; k < runEnd; k += 1) {\n const next = lines[k] as Line;\n if (isBlank(source, next)) continue; // blank lines belong to the block and yield no span\n if (hasTab(source, next)) return;\n const nextIndent = firstNonSpace(source, next) - next.start;\n if (contentIndent < 0) {\n contentIndent = explicitIndent > 0 ? indent + explicitIndent : nextIndent;\n }\n // An explicit indicator that disagrees with the block as written, or a later line dedented\n // inside it, is ambiguous rather than guessable — bail rather than choose.\n if (nextIndent < contentIndent) return;\n content.push(next);\n }\n if (contentIndent <= 0) return;\n\n for (const c of content) {\n const from = c.start + contentIndent;\n if (c.end > from) spans.push({ start: from, end: c.end });\n }\n}\n\n/**\n * 3.8.6. The span is the content between the quotes. Both bails exist so that source characters\n * and content characters are the same thing, which the offset model of 3.1 requires — the same\n * constraint that makes an HTML character reference an opaque unit in 3.6. No colon test applies\n * here: quoting neutralises the colon, and applying the plain-scalar test would decline\n * `title: \"Chapter 1: the beginning\"`.\n */\nfunction quotedScalar(source: string, line: Line, v: number, spans: Span[]): void {\n const quote = source.charCodeAt(v);\n let close = -1;\n for (let j = v + 1; j < line.end; j += 1) {\n const c = source.charCodeAt(j);\n if (quote === DQUOTE && c === BACKSLASH) return;\n if (\n quote === SQUOTE &&\n c === SQUOTE &&\n j + 1 < line.end &&\n source.charCodeAt(j + 1) === SQUOTE\n ) {\n return;\n }\n if (c === quote) {\n close = j;\n break;\n }\n }\n if (close < 0) return;\n\n let after = close + 1;\n while (after < line.end && source.charCodeAt(after) === SPACE) after += 1;\n if (after < line.end && source.charCodeAt(after) !== HASH) return;\n\n if (close > v + 1) spans.push({ start: v + 1, end: close });\n}\n\n/**\n * 3.8.6. In a plain scalar `:` and `#` are still live: U+0020 beside either of them is what turns\n * a scalar into a mapping indicator or a comment, and `dashes` emits U+0020 in every `-spaced`\n * locale. Lifting both out as opaque units leaves the dash token against a boundary marker, which\n * `dashes` declines on its own account — the edge-growth rule of 3.4 is the second net, not the\n * first.\n */\nfunction plainScalar(source: string, line: Line, v: number, spans: Span[]): void {\n // The scalar ends before a trailing comment, so a colon inside that comment is not the\n // scalar's and must not decline it.\n let end = line.end;\n for (let j = v; j < line.end; j += 1) {\n if (source.charCodeAt(j) === HASH && j > v && source.charCodeAt(j - 1) === SPACE) {\n end = j - 1;\n break;\n }\n }\n while (end > v && source.charCodeAt(end - 1) === SPACE) end -= 1;\n if (end <= v) return;\n\n // Compact nesting is not a value: `key: - item` opens a sequence, and `key: a .:` is a mapping\n // whose key is `a .` — a plain scalar can never contain a colon in that position.\n if (isSequenceDash(source, v, line.end)) return;\n for (let j = v; j < end; j += 1) if (isIndicatorColon(source, j, line.end)) return;\n\n let segment = v;\n for (let j = v; j <= end; j += 1) {\n if (j === end || source.charCodeAt(j) === COLON || source.charCodeAt(j) === HASH) {\n if (j > segment) spans.push({ start: segment, end: j });\n segment = j + 1;\n }\n }\n}\n","import { PolytypoError } from \"../errors.js\";\n\n/**\n * modes.md §3.8.2: `yaml` mode's `keys` option, resolved once at the call boundary.\n *\n * It has **no default**, for the reason `dialect` has none. YAML is a data format with islands of\n * prose in it, and nothing in its syntax marks them — `description` holds a sentence and `run`\n * holds a shell script, spelled identically — so a default would be a guess about the schema\n * above the document. An **empty list is legal**: \"process nothing\" is a choice a caller may\n * make, not an error.\n *\n * Checked after `locale`, last of the option checks, alongside `dialect` (ARCHITECTURE.md §7).\n * The two never both apply, since each belongs to a different mode.\n */\nexport function resolveYamlKeys(value: unknown): readonly string[] {\n if (!Array.isArray(value)) {\n throw new PolytypoError(\n \"POLYTYPO_INVALID_OPTION\",\n `\"keys\" is required when mode is \"yaml\" and must be a list of strings (modes.md §3.8.2). ` +\n `Received ${value === undefined ? \"nothing\" : JSON.stringify(value)}.`,\n );\n }\n for (const key of value as readonly unknown[]) {\n if (typeof key !== \"string\") {\n throw new PolytypoError(\n \"POLYTYPO_INVALID_OPTION\",\n `\"keys\" must contain only strings; received ${JSON.stringify(key)}.`,\n );\n }\n }\n return value as readonly string[];\n}\n","import { yamlSpans } from \"../modes/yaml.js\";\nimport type { Options } from \"../types.js\";\nimport { getLocaleData } from \"./locale.js\";\nimport { resolveNarrowTarget } from \"./narrow-target.js\";\nimport { resolveYamlKeys } from \"./yaml-keys.js\";\nimport { planRules } from \"./rule-runner.js\";\nimport { analyzeOverSpans, runOverSpans } from \"./span-runner.js\";\nimport type { Change } from \"./origin.js\";\n\n/**\n * `yaml` mode only, and the only mode pipeline with **no parser dependency at all** — span\n * selection is the specified scan of modes.md 3.8, not a library. There is likewise no\n * `POLYTYPO_MALFORMED_INPUT` counterpart here: with no declared grammar to violate, a file that\n * is not YAML yields few spans or none and comes back byte for byte (modes.md 3.8.3). The only\n * throw this mode adds is `keys`, which is about the call and not the input.\n */\nexport function runYamlPipeline(input: string, options: Partial<Options>): string {\n const narrowTarget = resolveNarrowTarget(options.narrowNbsp);\n const planned = planRules(options.rules);\n const locale = getLocaleData(options.locale);\n const keys = resolveYamlKeys(options.keys);\n return runOverSpans(input, yamlSpans(input, keys), planned, locale, \"yaml\", narrowTarget);\n}\n\n/** analyze.md §1, `yaml` mode: offsets are into the document, not into a span (analyze.md §6). */\nexport function analyzeYamlPipeline(input: string, options: Partial<Options>): Change[] {\n const narrowTarget = resolveNarrowTarget(options.narrowNbsp);\n const planned = planRules(options.rules);\n const locale = getLocaleData(options.locale);\n const keys = resolveYamlKeys(options.keys);\n return analyzeOverSpans(input, yamlSpans(input, keys), planned, locale, \"yaml\", narrowTarget);\n}\n"]}
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  PolytypoError
3
- } from "./chunk-BF7NY7GO.js";
3
+ } from "./chunk-MOAEMPFT.js";
4
4
 
5
5
  // src/engine/assert-fixed-mode.ts
6
6
  function assertFixedMode(mode, fixed, entryPoint) {
@@ -14,4 +14,4 @@ function assertFixedMode(mode, fixed, entryPoint) {
14
14
  export {
15
15
  assertFixedMode
16
16
  };
17
- //# sourceMappingURL=chunk-YGI76J7W.js.map
17
+ //# sourceMappingURL=chunk-ZHF6GNJ4.js.map
package/dist/html.cjs CHANGED
@@ -1,30 +1,30 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
3
 
4
- var _chunkHHMITBTBcjs = require('./chunk-HHMITBTB.cjs');
5
- require('./chunk-3ONFVTKE.cjs');
6
- require('./chunk-K4ZF3RDH.cjs');
4
+ var _chunk3HRK4WOCcjs = require('./chunk-3HRK4WOC.cjs');
5
+ require('./chunk-P47H3TPN.cjs');
6
+ require('./chunk-GDZCWLM3.cjs');
7
7
 
8
8
 
9
- var _chunkEAHREH2Dcjs = require('./chunk-EAHREH2D.cjs');
9
+ var _chunkA4CH2EQCcjs = require('./chunk-A4CH2EQC.cjs');
10
10
 
11
11
 
12
- var _chunkNEUH35JHcjs = require('./chunk-NEUH35JH.cjs');
12
+ var _chunkGAIX76FTcjs = require('./chunk-GAIX76FT.cjs');
13
13
 
14
14
  // src/index.html.ts
15
15
  function transform(input, options) {
16
16
  const given = _nullishCoalesce(options, () => ( {}));
17
- _chunkEAHREH2Dcjs.assertFixedMode.call(void 0, given.mode, "html", "polytypo/html");
18
- return _chunkHHMITBTBcjs.runHtmlPipeline.call(void 0, input, given);
17
+ _chunkA4CH2EQCcjs.assertFixedMode.call(void 0, given.mode, "html", "polytypo/html");
18
+ return _chunk3HRK4WOCcjs.runHtmlPipeline.call(void 0, input, given);
19
19
  }
20
20
  function analyze(input, options) {
21
21
  const given = _nullishCoalesce(options, () => ( {}));
22
- _chunkEAHREH2Dcjs.assertFixedMode.call(void 0, given.mode, "html", "polytypo/html");
23
- return _chunkHHMITBTBcjs.analyzeHtmlPipeline.call(void 0, input, given);
22
+ _chunkA4CH2EQCcjs.assertFixedMode.call(void 0, given.mode, "html", "polytypo/html");
23
+ return _chunk3HRK4WOCcjs.analyzeHtmlPipeline.call(void 0, input, given);
24
24
  }
25
25
 
26
26
 
27
27
 
28
28
 
29
- exports.PolytypoError = _chunkNEUH35JHcjs.PolytypoError; exports.analyze = analyze; exports.transform = transform;
29
+ exports.PolytypoError = _chunkGAIX76FTcjs.PolytypoError; exports.analyze = analyze; exports.transform = transform;
30
30
  //# sourceMappingURL=html.cjs.map
package/dist/html.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  analyzeHtmlPipeline,
3
3
  runHtmlPipeline
4
- } from "./chunk-RJGBWBR4.js";
5
- import "./chunk-6QL6N5G5.js";
6
- import "./chunk-Q5XENI33.js";
4
+ } from "./chunk-TDIDDBNH.js";
5
+ import "./chunk-C2KW4GOY.js";
6
+ import "./chunk-242RX2X7.js";
7
7
  import {
8
8
  assertFixedMode
9
- } from "./chunk-YGI76J7W.js";
9
+ } from "./chunk-ZHF6GNJ4.js";
10
10
  import {
11
11
  PolytypoError
12
- } from "./chunk-BF7NY7GO.js";
12
+ } from "./chunk-MOAEMPFT.js";
13
13
 
14
14
  // src/index.html.ts
15
15
  function transform(input, options) {
package/dist/index.cjs CHANGED
@@ -1,30 +1,30 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
3
 
4
- var _chunkK5CSTJE2cjs = require('./chunk-K5CSTJE2.cjs');
4
+ var _chunk3JF6P2GIcjs = require('./chunk-3JF6P2GI.cjs');
5
5
 
6
6
 
7
7
 
8
- var _chunkHHMITBTBcjs = require('./chunk-HHMITBTB.cjs');
8
+ var _chunk3HRK4WOCcjs = require('./chunk-3HRK4WOC.cjs');
9
9
 
10
10
 
11
11
 
12
- var _chunkNFFM6OBHcjs = require('./chunk-NFFM6OBH.cjs');
13
- require('./chunk-3ONFVTKE.cjs');
12
+ var _chunkJWODP74Pcjs = require('./chunk-JWODP74P.cjs');
13
+ require('./chunk-P47H3TPN.cjs');
14
14
 
15
15
 
16
16
 
17
- var _chunkFPHGXDARcjs = require('./chunk-FPHGXDAR.cjs');
18
- require('./chunk-K4ZF3RDH.cjs');
17
+ var _chunkV3EGRWORcjs = require('./chunk-V3EGRWOR.cjs');
18
+ require('./chunk-GDZCWLM3.cjs');
19
19
 
20
20
 
21
- var _chunkNEUH35JHcjs = require('./chunk-NEUH35JH.cjs');
21
+ var _chunkGAIX76FTcjs = require('./chunk-GAIX76FT.cjs');
22
22
 
23
23
  // src/engine/pipeline.ts
24
24
  function resolveMode(mode) {
25
25
  if (mode === void 0 || mode === "text") return "text";
26
26
  if (mode === "html" || mode === "markdown" || mode === "yaml") return mode;
27
- throw new (0, _chunkNEUH35JHcjs.PolytypoError)(
27
+ throw new (0, _chunkGAIX76FTcjs.PolytypoError)(
28
28
  "POLYTYPO_INVALID_MODE",
29
29
  `Unknown mode "${String(mode)}". Expected "text", "html", "markdown" or "yaml".`
30
30
  );
@@ -32,18 +32,18 @@ function resolveMode(mode) {
32
32
  function runPipeline(input, options) {
33
33
  const given = _nullishCoalesce(options, () => ( {}));
34
34
  const mode = resolveMode(given.mode);
35
- if (mode === "text") return _chunkK5CSTJE2cjs.runTextPipeline.call(void 0, input, given);
36
- if (mode === "html") return _chunkHHMITBTBcjs.runHtmlPipeline.call(void 0, input, given);
37
- if (mode === "yaml") return _chunkFPHGXDARcjs.runYamlPipeline.call(void 0, input, given);
38
- return _chunkNFFM6OBHcjs.runMarkdownPipeline.call(void 0, input, given);
35
+ if (mode === "text") return _chunk3JF6P2GIcjs.runTextPipeline.call(void 0, input, given);
36
+ if (mode === "html") return _chunk3HRK4WOCcjs.runHtmlPipeline.call(void 0, input, given);
37
+ if (mode === "yaml") return _chunkV3EGRWORcjs.runYamlPipeline.call(void 0, input, given);
38
+ return _chunkJWODP74Pcjs.runMarkdownPipeline.call(void 0, input, given);
39
39
  }
40
40
  function runAnalyze(input, options) {
41
41
  const given = _nullishCoalesce(options, () => ( {}));
42
42
  const mode = resolveMode(given.mode);
43
- if (mode === "text") return _chunkK5CSTJE2cjs.analyzeTextPipeline.call(void 0, input, given);
44
- if (mode === "html") return _chunkHHMITBTBcjs.analyzeHtmlPipeline.call(void 0, input, given);
45
- if (mode === "yaml") return _chunkFPHGXDARcjs.analyzeYamlPipeline.call(void 0, input, given);
46
- return _chunkNFFM6OBHcjs.analyzeMarkdownPipeline.call(void 0, input, given);
43
+ if (mode === "text") return _chunk3JF6P2GIcjs.analyzeTextPipeline.call(void 0, input, given);
44
+ if (mode === "html") return _chunk3HRK4WOCcjs.analyzeHtmlPipeline.call(void 0, input, given);
45
+ if (mode === "yaml") return _chunkV3EGRWORcjs.analyzeYamlPipeline.call(void 0, input, given);
46
+ return _chunkJWODP74Pcjs.analyzeMarkdownPipeline.call(void 0, input, given);
47
47
  }
48
48
 
49
49
  // src/index.ts
@@ -57,5 +57,5 @@ function analyze(input, options) {
57
57
 
58
58
 
59
59
 
60
- exports.PolytypoError = _chunkNEUH35JHcjs.PolytypoError; exports.analyze = analyze; exports.transform = transform;
60
+ exports.PolytypoError = _chunkGAIX76FTcjs.PolytypoError; exports.analyze = analyze; exports.transform = transform;
61
61
  //# sourceMappingURL=index.cjs.map
package/dist/index.js CHANGED
@@ -1,24 +1,24 @@
1
1
  import {
2
2
  analyzeTextPipeline,
3
3
  runTextPipeline
4
- } from "./chunk-OPGIEVOR.js";
4
+ } from "./chunk-2OERMYTV.js";
5
5
  import {
6
6
  analyzeHtmlPipeline,
7
7
  runHtmlPipeline
8
- } from "./chunk-RJGBWBR4.js";
8
+ } from "./chunk-TDIDDBNH.js";
9
9
  import {
10
10
  analyzeMarkdownPipeline,
11
11
  runMarkdownPipeline
12
- } from "./chunk-4CONSHBE.js";
13
- import "./chunk-6QL6N5G5.js";
12
+ } from "./chunk-CVYDGAIH.js";
13
+ import "./chunk-C2KW4GOY.js";
14
14
  import {
15
15
  analyzeYamlPipeline,
16
16
  runYamlPipeline
17
- } from "./chunk-5VQSIDY6.js";
18
- import "./chunk-Q5XENI33.js";
17
+ } from "./chunk-IMWES4GY.js";
18
+ import "./chunk-242RX2X7.js";
19
19
  import {
20
20
  PolytypoError
21
- } from "./chunk-BF7NY7GO.js";
21
+ } from "./chunk-MOAEMPFT.js";
22
22
 
23
23
  // src/engine/pipeline.ts
24
24
  function resolveMode(mode) {
package/dist/markdown.cjs CHANGED
@@ -1,30 +1,30 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
3
 
4
- var _chunkNFFM6OBHcjs = require('./chunk-NFFM6OBH.cjs');
5
- require('./chunk-3ONFVTKE.cjs');
6
- require('./chunk-K4ZF3RDH.cjs');
4
+ var _chunkJWODP74Pcjs = require('./chunk-JWODP74P.cjs');
5
+ require('./chunk-P47H3TPN.cjs');
6
+ require('./chunk-GDZCWLM3.cjs');
7
7
 
8
8
 
9
- var _chunkEAHREH2Dcjs = require('./chunk-EAHREH2D.cjs');
9
+ var _chunkA4CH2EQCcjs = require('./chunk-A4CH2EQC.cjs');
10
10
 
11
11
 
12
- var _chunkNEUH35JHcjs = require('./chunk-NEUH35JH.cjs');
12
+ var _chunkGAIX76FTcjs = require('./chunk-GAIX76FT.cjs');
13
13
 
14
14
  // src/index.markdown.ts
15
15
  function transform(input, options) {
16
16
  const given = _nullishCoalesce(options, () => ( {}));
17
- _chunkEAHREH2Dcjs.assertFixedMode.call(void 0, given.mode, "markdown", "polytypo/markdown");
18
- return _chunkNFFM6OBHcjs.runMarkdownPipeline.call(void 0, input, given);
17
+ _chunkA4CH2EQCcjs.assertFixedMode.call(void 0, given.mode, "markdown", "polytypo/markdown");
18
+ return _chunkJWODP74Pcjs.runMarkdownPipeline.call(void 0, input, given);
19
19
  }
20
20
  function analyze(input, options) {
21
21
  const given = _nullishCoalesce(options, () => ( {}));
22
- _chunkEAHREH2Dcjs.assertFixedMode.call(void 0, given.mode, "markdown", "polytypo/markdown");
23
- return _chunkNFFM6OBHcjs.analyzeMarkdownPipeline.call(void 0, input, given);
22
+ _chunkA4CH2EQCcjs.assertFixedMode.call(void 0, given.mode, "markdown", "polytypo/markdown");
23
+ return _chunkJWODP74Pcjs.analyzeMarkdownPipeline.call(void 0, input, given);
24
24
  }
25
25
 
26
26
 
27
27
 
28
28
 
29
- exports.PolytypoError = _chunkNEUH35JHcjs.PolytypoError; exports.analyze = analyze; exports.transform = transform;
29
+ exports.PolytypoError = _chunkGAIX76FTcjs.PolytypoError; exports.analyze = analyze; exports.transform = transform;
30
30
  //# sourceMappingURL=markdown.cjs.map
package/dist/markdown.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  analyzeMarkdownPipeline,
3
3
  runMarkdownPipeline
4
- } from "./chunk-4CONSHBE.js";
5
- import "./chunk-6QL6N5G5.js";
6
- import "./chunk-Q5XENI33.js";
4
+ } from "./chunk-CVYDGAIH.js";
5
+ import "./chunk-C2KW4GOY.js";
6
+ import "./chunk-242RX2X7.js";
7
7
  import {
8
8
  assertFixedMode
9
- } from "./chunk-YGI76J7W.js";
9
+ } from "./chunk-ZHF6GNJ4.js";
10
10
  import {
11
11
  PolytypoError
12
- } from "./chunk-BF7NY7GO.js";
12
+ } from "./chunk-MOAEMPFT.js";
13
13
 
14
14
  // src/index.markdown.ts
15
15
  function transform(input, options) {
package/dist/text.cjs CHANGED
@@ -1,28 +1,28 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
3
 
4
- var _chunkK5CSTJE2cjs = require('./chunk-K5CSTJE2.cjs');
4
+ var _chunk3JF6P2GIcjs = require('./chunk-3JF6P2GI.cjs');
5
5
 
6
6
 
7
- var _chunkEAHREH2Dcjs = require('./chunk-EAHREH2D.cjs');
7
+ var _chunkA4CH2EQCcjs = require('./chunk-A4CH2EQC.cjs');
8
8
 
9
9
 
10
- var _chunkNEUH35JHcjs = require('./chunk-NEUH35JH.cjs');
10
+ var _chunkGAIX76FTcjs = require('./chunk-GAIX76FT.cjs');
11
11
 
12
12
  // src/index.text.ts
13
13
  function transform(input, options) {
14
14
  const given = _nullishCoalesce(options, () => ( {}));
15
- _chunkEAHREH2Dcjs.assertFixedMode.call(void 0, given.mode, "text", "polytypo/text");
16
- return _chunkK5CSTJE2cjs.runTextPipeline.call(void 0, input, given);
15
+ _chunkA4CH2EQCcjs.assertFixedMode.call(void 0, given.mode, "text", "polytypo/text");
16
+ return _chunk3JF6P2GIcjs.runTextPipeline.call(void 0, input, given);
17
17
  }
18
18
  function analyze(input, options) {
19
19
  const given = _nullishCoalesce(options, () => ( {}));
20
- _chunkEAHREH2Dcjs.assertFixedMode.call(void 0, given.mode, "text", "polytypo/text");
21
- return _chunkK5CSTJE2cjs.analyzeTextPipeline.call(void 0, input, given);
20
+ _chunkA4CH2EQCcjs.assertFixedMode.call(void 0, given.mode, "text", "polytypo/text");
21
+ return _chunk3JF6P2GIcjs.analyzeTextPipeline.call(void 0, input, given);
22
22
  }
23
23
 
24
24
 
25
25
 
26
26
 
27
- exports.PolytypoError = _chunkNEUH35JHcjs.PolytypoError; exports.analyze = analyze; exports.transform = transform;
27
+ exports.PolytypoError = _chunkGAIX76FTcjs.PolytypoError; exports.analyze = analyze; exports.transform = transform;
28
28
  //# sourceMappingURL=text.cjs.map
package/dist/text.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  analyzeTextPipeline,
3
3
  runTextPipeline
4
- } from "./chunk-OPGIEVOR.js";
4
+ } from "./chunk-2OERMYTV.js";
5
5
  import {
6
6
  assertFixedMode
7
- } from "./chunk-YGI76J7W.js";
7
+ } from "./chunk-ZHF6GNJ4.js";
8
8
  import {
9
9
  PolytypoError
10
- } from "./chunk-BF7NY7GO.js";
10
+ } from "./chunk-MOAEMPFT.js";
11
11
 
12
12
  // src/index.text.ts
13
13
  function transform(input, options) {