@openclaw/feishu 2026.7.1 → 2026.7.2-beta.1
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.
- package/dist/{accounts-Bs5uJ4h0.js → accounts-BDoGHJDk.js} +29 -54
- package/dist/api.js +35 -25
- package/dist/{channel-DRQRQQQ3.js → channel-DdPQ2HGh.js} +578 -369
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel.runtime-pvr-Y5ji.js → channel.runtime-DJ_B-bpG.js} +272 -107
- package/dist/{client-B7EAV_Ss.js → client-BUC-R2Wi.js} +4 -13
- package/dist/contract-api.js +1 -1
- package/dist/{conversation-id-CdLdoot3.js → conversation-id-BeJL-wq7.js} +3 -0
- package/dist/doctor-contract-DXH5hux1.js +97 -0
- package/dist/doctor-contract-api.js +2 -0
- package/dist/{drive-D0lIhxqZ.js → drive-Bpe8ONK_.js} +181 -33
- package/dist/{monitor-CsbheK9J.js → monitor-M3iYtoh4.js} +3 -3
- package/dist/{monitor.account-Dr7do33p.js → monitor.account-F99J862T.js} +474 -493
- package/dist/monitor.startup-DpZzunQn.js +43 -0
- package/dist/{probe-Dxyo9zlw.js → probe-CAloGqgG.js} +3 -6
- package/dist/{secret-contract-DLaBl9m4.js → secret-contract-DnlMcrn5.js} +14 -69
- package/dist/secret-contract-api.js +1 -1
- package/dist/{send-Be2GMA6Z.js → send-CpnLYueT.js} +12 -35
- package/dist/send-result-CPS7AozW.js +766 -0
- package/dist/{session-conversation-BYuoVJwl.js → session-conversation-BksWrfzm.js} +1 -1
- package/dist/session-key-api.js +1 -1
- package/dist/setup-api.js +1 -1
- package/dist/setup-entry.js +0 -5
- package/dist/{subagent-hooks-B2iWPYJ1.js → subagent-hooks-BKTOxB-T.js} +9 -5
- package/dist/subagent-hooks-api.js +1 -1
- package/node_modules/@types/debug/LICENSE +21 -0
- package/node_modules/@types/debug/README.md +69 -0
- package/node_modules/@types/debug/index.d.ts +50 -0
- package/node_modules/@types/debug/package.json +58 -0
- package/node_modules/@types/mdast/LICENSE +21 -0
- package/node_modules/@types/mdast/README.md +15 -0
- package/node_modules/@types/mdast/index.d.ts +1123 -0
- package/node_modules/@types/mdast/package.json +47 -0
- package/node_modules/@types/ms/LICENSE +21 -0
- package/node_modules/@types/ms/README.md +82 -0
- package/node_modules/@types/ms/index.d.ts +63 -0
- package/node_modules/@types/ms/package.json +26 -0
- package/node_modules/@types/unist/LICENSE +21 -0
- package/node_modules/@types/unist/README.md +15 -0
- package/node_modules/@types/unist/index.d.ts +119 -0
- package/node_modules/@types/unist/package.json +60 -0
- package/node_modules/character-entities/index.d.ts +6 -0
- package/node_modules/character-entities/index.js +2132 -0
- package/node_modules/character-entities/license +22 -0
- package/node_modules/character-entities/package.json +78 -0
- package/node_modules/character-entities/readme.md +152 -0
- package/node_modules/debug/LICENSE +20 -0
- package/node_modules/debug/README.md +481 -0
- package/node_modules/debug/package.json +64 -0
- package/node_modules/debug/src/browser.js +272 -0
- package/node_modules/debug/src/common.js +292 -0
- package/node_modules/debug/src/index.js +10 -0
- package/node_modules/debug/src/node.js +263 -0
- package/node_modules/decode-named-character-reference/index.d.ts +13 -0
- package/node_modules/decode-named-character-reference/index.d.ts.map +1 -0
- package/node_modules/decode-named-character-reference/index.dom.d.ts +6 -0
- package/node_modules/decode-named-character-reference/index.dom.d.ts.map +1 -0
- package/node_modules/decode-named-character-reference/index.dom.js +32 -0
- package/node_modules/decode-named-character-reference/index.js +19 -0
- package/node_modules/decode-named-character-reference/license +22 -0
- package/node_modules/decode-named-character-reference/package.json +90 -0
- package/node_modules/decode-named-character-reference/readme.md +136 -0
- package/node_modules/dequal/dist/index.js +86 -0
- package/node_modules/dequal/dist/index.min.js +1 -0
- package/node_modules/dequal/dist/index.mjs +84 -0
- package/node_modules/dequal/index.d.ts +1 -0
- package/node_modules/dequal/license +21 -0
- package/node_modules/dequal/lite/index.d.ts +1 -0
- package/node_modules/dequal/lite/index.js +31 -0
- package/node_modules/dequal/lite/index.min.js +1 -0
- package/node_modules/dequal/lite/index.mjs +29 -0
- package/node_modules/dequal/package.json +57 -0
- package/node_modules/dequal/readme.md +112 -0
- package/node_modules/devlop/lib/default.js +9 -0
- package/node_modules/devlop/lib/development.d.ts +84 -0
- package/node_modules/devlop/lib/development.js +238 -0
- package/node_modules/devlop/license +22 -0
- package/node_modules/devlop/package.json +80 -0
- package/node_modules/devlop/readme.md +360 -0
- package/node_modules/longest-streak/index.d.ts +11 -0
- package/node_modules/longest-streak/index.js +36 -0
- package/node_modules/longest-streak/license +22 -0
- package/node_modules/longest-streak/package.json +73 -0
- package/node_modules/longest-streak/readme.md +150 -0
- package/node_modules/markdown-table/index.d.ts +171 -0
- package/node_modules/markdown-table/index.d.ts.map +1 -0
- package/node_modules/markdown-table/index.js +393 -0
- package/node_modules/markdown-table/license +22 -0
- package/node_modules/markdown-table/package.json +77 -0
- package/node_modules/markdown-table/readme.md +344 -0
- package/node_modules/mdast-util-from-markdown/dev/index.d.ts +23 -0
- package/node_modules/mdast-util-from-markdown/dev/index.js +2 -0
- package/node_modules/mdast-util-from-markdown/dev/lib/index.d.ts +53 -0
- package/node_modules/mdast-util-from-markdown/dev/lib/index.d.ts.map +1 -0
- package/node_modules/mdast-util-from-markdown/dev/lib/index.js +1348 -0
- package/node_modules/mdast-util-from-markdown/dev/lib/types.d.ts +295 -0
- package/node_modules/mdast-util-from-markdown/dev/lib/types.js +2 -0
- package/node_modules/mdast-util-from-markdown/index.d.ts +23 -0
- package/node_modules/mdast-util-from-markdown/index.js +2 -0
- package/node_modules/mdast-util-from-markdown/lib/index.d.ts +53 -0
- package/node_modules/mdast-util-from-markdown/lib/index.d.ts.map +1 -0
- package/node_modules/mdast-util-from-markdown/lib/index.js +1177 -0
- package/node_modules/mdast-util-from-markdown/lib/types.d.ts +295 -0
- package/node_modules/mdast-util-from-markdown/lib/types.js +2 -0
- package/node_modules/mdast-util-from-markdown/license +22 -0
- package/node_modules/mdast-util-from-markdown/package.json +99 -0
- package/node_modules/mdast-util-from-markdown/readme.md +535 -0
- package/node_modules/mdast-util-gfm-table/index.d.ts +54 -0
- package/node_modules/mdast-util-gfm-table/index.js +2 -0
- package/node_modules/mdast-util-gfm-table/lib/index.d.ts +51 -0
- package/node_modules/mdast-util-gfm-table/lib/index.js +300 -0
- package/node_modules/mdast-util-gfm-table/license +22 -0
- package/node_modules/mdast-util-gfm-table/package.json +101 -0
- package/node_modules/mdast-util-gfm-table/readme.md +605 -0
- package/node_modules/mdast-util-phrasing/index.d.ts +1 -0
- package/node_modules/mdast-util-phrasing/index.js +1 -0
- package/node_modules/mdast-util-phrasing/lib/index.d.ts +3 -0
- package/node_modules/mdast-util-phrasing/lib/index.js +45 -0
- package/node_modules/mdast-util-phrasing/license +23 -0
- package/node_modules/mdast-util-phrasing/package.json +78 -0
- package/node_modules/mdast-util-phrasing/readme.md +200 -0
- package/node_modules/mdast-util-to-markdown/index.d.ts +16 -0
- package/node_modules/mdast-util-to-markdown/index.js +3 -0
- package/node_modules/mdast-util-to-markdown/lib/configure.d.ts +9 -0
- package/node_modules/mdast-util-to-markdown/lib/configure.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/configure.js +79 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/blockquote.d.ts +17 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/blockquote.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js +29 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/break.d.ts +13 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/break.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/break.js +30 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/code.d.ts +13 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/code.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/code.js +75 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/definition.d.ts +13 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/definition.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/definition.js +76 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/emphasis.d.ts +24 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/emphasis.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js +69 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/heading.d.ts +13 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/heading.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/heading.js +75 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts +15 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/html.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/html.js +20 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/image-reference.d.ts +21 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/image-reference.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js +63 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/image.d.ts +21 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/image.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/image.js +82 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/index.d.ts +42 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/index.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/index.js +45 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/inline-code.d.ts +19 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/inline-code.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js +76 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/link-reference.d.ts +21 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/link-reference.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js +63 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/link.d.ts +24 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/link.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/link.js +114 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/list-item.d.ts +13 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/list-item.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/list-item.js +62 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/list.d.ts +13 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/list.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/list.js +100 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/paragraph.d.ts +17 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/paragraph.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js +20 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/root.d.ts +13 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/root.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/root.js +23 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/strong.d.ts +24 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/strong.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/strong.js +69 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/text.d.ts +17 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/text.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/text.js +15 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.d.ts +11 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js +21 -0
- package/node_modules/mdast-util-to-markdown/lib/index.d.ts +14 -0
- package/node_modules/mdast-util-to-markdown/lib/index.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/index.js +187 -0
- package/node_modules/mdast-util-to-markdown/lib/join.d.ts +4 -0
- package/node_modules/mdast-util-to-markdown/lib/join.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/join.js +39 -0
- package/node_modules/mdast-util-to-markdown/lib/types.d.ts +965 -0
- package/node_modules/mdast-util-to-markdown/lib/types.js +2 -0
- package/node_modules/mdast-util-to-markdown/lib/unsafe.d.ts +4 -0
- package/node_modules/mdast-util-to-markdown/lib/unsafe.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/unsafe.js +146 -0
- package/node_modules/mdast-util-to-markdown/lib/util/association.d.ts +2 -0
- package/node_modules/mdast-util-to-markdown/lib/util/association.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/association.js +33 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.d.ts +11 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js +21 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.d.ts +8 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js +38 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-bullet.d.ts +11 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-bullet.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js +21 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.d.ts +11 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js +21 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-fence.d.ts +11 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-fence.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-fence.js +21 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.d.ts +11 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js +21 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-quote.d.ts +11 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-quote.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-quote.js +21 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.d.ts +11 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js +21 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-rule.d.ts +11 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-rule.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-rule.js +21 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-strong.d.ts +11 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-strong.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/check-strong.js +21 -0
- package/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.d.ts +2 -0
- package/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js +24 -0
- package/node_modules/mdast-util-to-markdown/lib/util/container-flow.d.ts +19 -0
- package/node_modules/mdast-util-to-markdown/lib/util/container-flow.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/container-flow.js +84 -0
- package/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.d.ts +19 -0
- package/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js +125 -0
- package/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts +7 -0
- package/node_modules/mdast-util-to-markdown/lib/util/emphasis-strong-marker.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.d.ts +10 -0
- package/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js +11 -0
- package/node_modules/mdast-util-to-markdown/lib/util/encode-info.d.ts +33 -0
- package/node_modules/mdast-util-to-markdown/lib/util/encode-info.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/encode-info.js +82 -0
- package/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.d.ts +13 -0
- package/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js +22 -0
- package/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.d.ts +9 -0
- package/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js +34 -0
- package/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.d.ts +9 -0
- package/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js +34 -0
- package/node_modules/mdast-util-to-markdown/lib/util/indent-lines.d.ts +2 -0
- package/node_modules/mdast-util-to-markdown/lib/util/indent-lines.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js +35 -0
- package/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.d.ts +12 -0
- package/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js +41 -0
- package/node_modules/mdast-util-to-markdown/lib/util/safe.d.ts +29 -0
- package/node_modules/mdast-util-to-markdown/lib/util/safe.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/safe.js +174 -0
- package/node_modules/mdast-util-to-markdown/lib/util/track.d.ts +2 -0
- package/node_modules/mdast-util-to-markdown/lib/util/track.d.ts.map +1 -0
- package/node_modules/mdast-util-to-markdown/lib/util/track.js +55 -0
- package/node_modules/mdast-util-to-markdown/license +22 -0
- package/node_modules/mdast-util-to-markdown/package.json +132 -0
- package/node_modules/mdast-util-to-markdown/readme.md +750 -0
- package/node_modules/mdast-util-to-string/index.d.ts +2 -0
- package/node_modules/mdast-util-to-string/index.js +5 -0
- package/node_modules/mdast-util-to-string/lib/index.d.ts +31 -0
- package/node_modules/mdast-util-to-string/lib/index.js +108 -0
- package/node_modules/mdast-util-to-string/license +22 -0
- package/node_modules/mdast-util-to-string/package.json +78 -0
- package/node_modules/mdast-util-to-string/readme.md +218 -0
- package/node_modules/micromark/dev/index.d.ts +82 -0
- package/node_modules/micromark/dev/index.d.ts.map +1 -0
- package/node_modules/micromark/dev/index.js +68 -0
- package/node_modules/micromark/dev/lib/compile.d.ts +16 -0
- package/node_modules/micromark/dev/lib/compile.d.ts.map +1 -0
- package/node_modules/micromark/dev/lib/compile.js +1152 -0
- package/node_modules/micromark/dev/lib/constructs.d.ts +73 -0
- package/node_modules/micromark/dev/lib/constructs.d.ts.map +1 -0
- package/node_modules/micromark/dev/lib/constructs.js +101 -0
- package/node_modules/micromark/dev/lib/create-tokenizer.d.ts +46 -0
- package/node_modules/micromark/dev/lib/create-tokenizer.d.ts.map +1 -0
- package/node_modules/micromark/dev/lib/create-tokenizer.js +717 -0
- package/node_modules/micromark/dev/lib/initialize/content.d.ts +4 -0
- package/node_modules/micromark/dev/lib/initialize/content.d.ts.map +1 -0
- package/node_modules/micromark/dev/lib/initialize/content.js +99 -0
- package/node_modules/micromark/dev/lib/initialize/document.d.ts +10 -0
- package/node_modules/micromark/dev/lib/initialize/document.d.ts.map +1 -0
- package/node_modules/micromark/dev/lib/initialize/document.js +445 -0
- package/node_modules/micromark/dev/lib/initialize/flow.d.ts +4 -0
- package/node_modules/micromark/dev/lib/initialize/flow.d.ts.map +1 -0
- package/node_modules/micromark/dev/lib/initialize/flow.js +86 -0
- package/node_modules/micromark/dev/lib/initialize/text.d.ts +8 -0
- package/node_modules/micromark/dev/lib/initialize/text.d.ts.map +1 -0
- package/node_modules/micromark/dev/lib/initialize/text.js +244 -0
- package/node_modules/micromark/dev/lib/parse.d.ts +10 -0
- package/node_modules/micromark/dev/lib/parse.d.ts.map +1 -0
- package/node_modules/micromark/dev/lib/parse.js +58 -0
- package/node_modules/micromark/dev/lib/postprocess.d.ts +9 -0
- package/node_modules/micromark/dev/lib/postprocess.d.ts.map +1 -0
- package/node_modules/micromark/dev/lib/postprocess.js +19 -0
- package/node_modules/micromark/dev/lib/preprocess.d.ts +13 -0
- package/node_modules/micromark/dev/lib/preprocess.d.ts.map +1 -0
- package/node_modules/micromark/dev/lib/preprocess.js +141 -0
- package/node_modules/micromark/dev/stream.d.ts +35 -0
- package/node_modules/micromark/dev/stream.d.ts.map +1 -0
- package/node_modules/micromark/dev/stream.js +270 -0
- package/node_modules/micromark/index.d.ts +82 -0
- package/node_modules/micromark/index.d.ts.map +1 -0
- package/node_modules/micromark/index.js +60 -0
- package/node_modules/micromark/lib/compile.d.ts +16 -0
- package/node_modules/micromark/lib/compile.d.ts.map +1 -0
- package/node_modules/micromark/lib/compile.js +1060 -0
- package/node_modules/micromark/lib/constructs.d.ts +73 -0
- package/node_modules/micromark/lib/constructs.d.ts.map +1 -0
- package/node_modules/micromark/lib/constructs.js +85 -0
- package/node_modules/micromark/lib/create-tokenizer.d.ts +46 -0
- package/node_modules/micromark/lib/create-tokenizer.d.ts.map +1 -0
- package/node_modules/micromark/lib/create-tokenizer.js +611 -0
- package/node_modules/micromark/lib/initialize/content.d.ts +4 -0
- package/node_modules/micromark/lib/initialize/content.d.ts.map +1 -0
- package/node_modules/micromark/lib/initialize/content.js +79 -0
- package/node_modules/micromark/lib/initialize/document.d.ts +10 -0
- package/node_modules/micromark/lib/initialize/document.d.ts.map +1 -0
- package/node_modules/micromark/lib/initialize/document.js +362 -0
- package/node_modules/micromark/lib/initialize/flow.d.ts +4 -0
- package/node_modules/micromark/lib/initialize/flow.d.ts.map +1 -0
- package/node_modules/micromark/lib/initialize/flow.js +58 -0
- package/node_modules/micromark/lib/initialize/text.d.ts +8 -0
- package/node_modules/micromark/lib/initialize/text.d.ts.map +1 -0
- package/node_modules/micromark/lib/initialize/text.js +212 -0
- package/node_modules/micromark/lib/parse.d.ts +10 -0
- package/node_modules/micromark/lib/parse.d.ts.map +1 -0
- package/node_modules/micromark/lib/parse.js +56 -0
- package/node_modules/micromark/lib/postprocess.d.ts +9 -0
- package/node_modules/micromark/lib/postprocess.d.ts.map +1 -0
- package/node_modules/micromark/lib/postprocess.js +18 -0
- package/node_modules/micromark/lib/preprocess.d.ts +13 -0
- package/node_modules/micromark/lib/preprocess.d.ts.map +1 -0
- package/node_modules/micromark/lib/preprocess.js +115 -0
- package/node_modules/micromark/license +22 -0
- package/node_modules/micromark/package.json +100 -0
- package/node_modules/micromark/readme.md +488 -0
- package/node_modules/micromark/stream.d.ts +35 -0
- package/node_modules/micromark/stream.d.ts.map +1 -0
- package/node_modules/micromark/stream.js +256 -0
- package/node_modules/micromark-core-commonmark/dev/index.d.ts +23 -0
- package/node_modules/micromark-core-commonmark/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/index.js +22 -0
- package/node_modules/micromark-core-commonmark/dev/lib/attention.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/attention.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/attention.js +300 -0
- package/node_modules/micromark-core-commonmark/dev/lib/autolink.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/autolink.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/autolink.js +269 -0
- package/node_modules/micromark-core-commonmark/dev/lib/blank-line.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/blank-line.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/blank-line.js +62 -0
- package/node_modules/micromark-core-commonmark/dev/lib/block-quote.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/block-quote.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/block-quote.js +162 -0
- package/node_modules/micromark-core-commonmark/dev/lib/character-escape.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/character-escape.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/character-escape.js +69 -0
- package/node_modules/micromark-core-commonmark/dev/lib/character-reference.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/character-reference.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/character-reference.js +166 -0
- package/node_modules/micromark-core-commonmark/dev/lib/code-fenced.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/code-fenced.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/code-fenced.js +514 -0
- package/node_modules/micromark-core-commonmark/dev/lib/code-indented.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/code-indented.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/code-indented.js +202 -0
- package/node_modules/micromark-core-commonmark/dev/lib/code-text.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/code-text.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/code-text.js +257 -0
- package/node_modules/micromark-core-commonmark/dev/lib/content.d.ts +7 -0
- package/node_modules/micromark-core-commonmark/dev/lib/content.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/content.js +185 -0
- package/node_modules/micromark-core-commonmark/dev/lib/definition.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/definition.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/definition.js +295 -0
- package/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/hard-break-escape.js +65 -0
- package/node_modules/micromark-core-commonmark/dev/lib/heading-atx.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/heading-atx.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/heading-atx.js +233 -0
- package/node_modules/micromark-core-commonmark/dev/lib/html-flow.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/html-flow.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/html-flow.js +989 -0
- package/node_modules/micromark-core-commonmark/dev/lib/html-text.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/html-text.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/html-text.js +783 -0
- package/node_modules/micromark-core-commonmark/dev/lib/label-end.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/label-end.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/label-end.js +656 -0
- package/node_modules/micromark-core-commonmark/dev/lib/label-start-image.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/label-start-image.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/label-start-image.js +110 -0
- package/node_modules/micromark-core-commonmark/dev/lib/label-start-link.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/label-start-link.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/label-start-link.js +62 -0
- package/node_modules/micromark-core-commonmark/dev/lib/line-ending.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/line-ending.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/line-ending.js +34 -0
- package/node_modules/micromark-core-commonmark/dev/lib/list.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/list.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/list.js +306 -0
- package/node_modules/micromark-core-commonmark/dev/lib/setext-underline.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/setext-underline.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/setext-underline.js +210 -0
- package/node_modules/micromark-core-commonmark/dev/lib/thematic-break.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/dev/lib/thematic-break.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/dev/lib/thematic-break.js +120 -0
- package/node_modules/micromark-core-commonmark/index.d.ts +23 -0
- package/node_modules/micromark-core-commonmark/index.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/index.js +22 -0
- package/node_modules/micromark-core-commonmark/lib/attention.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/attention.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/attention.js +241 -0
- package/node_modules/micromark-core-commonmark/lib/autolink.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/autolink.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/autolink.js +233 -0
- package/node_modules/micromark-core-commonmark/lib/blank-line.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/blank-line.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/blank-line.js +61 -0
- package/node_modules/micromark-core-commonmark/lib/block-quote.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/block-quote.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/block-quote.js +143 -0
- package/node_modules/micromark-core-commonmark/lib/character-escape.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/character-escape.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/character-escape.js +64 -0
- package/node_modules/micromark-core-commonmark/lib/character-reference.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/character-reference.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/character-reference.js +149 -0
- package/node_modules/micromark-core-commonmark/lib/code-fenced.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/code-fenced.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/code-fenced.js +460 -0
- package/node_modules/micromark-core-commonmark/lib/code-indented.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/code-indented.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/code-indented.js +177 -0
- package/node_modules/micromark-core-commonmark/lib/code-text.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/code-text.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/code-text.js +225 -0
- package/node_modules/micromark-core-commonmark/lib/content.d.ts +7 -0
- package/node_modules/micromark-core-commonmark/lib/content.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/content.js +163 -0
- package/node_modules/micromark-core-commonmark/lib/definition.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/definition.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/definition.js +254 -0
- package/node_modules/micromark-core-commonmark/lib/hard-break-escape.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/hard-break-escape.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +60 -0
- package/node_modules/micromark-core-commonmark/lib/heading-atx.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/heading-atx.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/heading-atx.js +195 -0
- package/node_modules/micromark-core-commonmark/lib/html-flow.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/html-flow.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/html-flow.js +876 -0
- package/node_modules/micromark-core-commonmark/lib/html-text.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/html-text.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/html-text.js +678 -0
- package/node_modules/micromark-core-commonmark/lib/label-end.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/label-end.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/label-end.js +560 -0
- package/node_modules/micromark-core-commonmark/lib/label-start-image.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/label-start-image.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/label-start-image.js +102 -0
- package/node_modules/micromark-core-commonmark/lib/label-start-link.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/label-start-link.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/label-start-link.js +55 -0
- package/node_modules/micromark-core-commonmark/lib/line-ending.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/line-ending.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/line-ending.js +33 -0
- package/node_modules/micromark-core-commonmark/lib/list.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/list.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/list.js +213 -0
- package/node_modules/micromark-core-commonmark/lib/setext-underline.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/setext-underline.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/setext-underline.js +185 -0
- package/node_modules/micromark-core-commonmark/lib/thematic-break.d.ts +4 -0
- package/node_modules/micromark-core-commonmark/lib/thematic-break.d.ts.map +1 -0
- package/node_modules/micromark-core-commonmark/lib/thematic-break.js +102 -0
- package/node_modules/micromark-core-commonmark/license +22 -0
- package/node_modules/micromark-core-commonmark/package.json +74 -0
- package/node_modules/micromark-core-commonmark/readme.md +171 -0
- package/node_modules/micromark-extension-gfm-table/dev/index.d.ts +55 -0
- package/node_modules/micromark-extension-gfm-table/dev/index.js +2 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.d.ts +38 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/edit-map.js +212 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/html.d.ts +11 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/html.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/html.js +148 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/infer.d.ts +14 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/infer.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/infer.js +64 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.d.ts +18 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/dev/lib/syntax.js +941 -0
- package/node_modules/micromark-extension-gfm-table/index.d.ts +55 -0
- package/node_modules/micromark-extension-gfm-table/index.js +2 -0
- package/node_modules/micromark-extension-gfm-table/lib/edit-map.d.ts +38 -0
- package/node_modules/micromark-extension-gfm-table/lib/edit-map.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/lib/edit-map.js +202 -0
- package/node_modules/micromark-extension-gfm-table/lib/html.d.ts +11 -0
- package/node_modules/micromark-extension-gfm-table/lib/html.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/lib/html.js +130 -0
- package/node_modules/micromark-extension-gfm-table/lib/infer.d.ts +14 -0
- package/node_modules/micromark-extension-gfm-table/lib/infer.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/lib/infer.js +52 -0
- package/node_modules/micromark-extension-gfm-table/lib/syntax.d.ts +18 -0
- package/node_modules/micromark-extension-gfm-table/lib/syntax.d.ts.map +1 -0
- package/node_modules/micromark-extension-gfm-table/lib/syntax.js +819 -0
- package/node_modules/micromark-extension-gfm-table/license +22 -0
- package/node_modules/micromark-extension-gfm-table/package.json +128 -0
- package/node_modules/micromark-extension-gfm-table/readme.md +515 -0
- package/node_modules/micromark-factory-destination/dev/index.d.ts +42 -0
- package/node_modules/micromark-factory-destination/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-factory-destination/dev/index.js +255 -0
- package/node_modules/micromark-factory-destination/index.d.ts +42 -0
- package/node_modules/micromark-factory-destination/index.d.ts.map +1 -0
- package/node_modules/micromark-factory-destination/index.js +206 -0
- package/node_modules/micromark-factory-destination/license +22 -0
- package/node_modules/micromark-factory-destination/package.json +57 -0
- package/node_modules/micromark-factory-destination/readme.md +234 -0
- package/node_modules/micromark-factory-label/dev/index.d.ts +37 -0
- package/node_modules/micromark-factory-label/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-factory-label/dev/index.js +172 -0
- package/node_modules/micromark-factory-label/index.d.ts +37 -0
- package/node_modules/micromark-factory-label/index.d.ts.map +1 -0
- package/node_modules/micromark-factory-label/index.js +148 -0
- package/node_modules/micromark-factory-label/license +22 -0
- package/node_modules/micromark-factory-label/package.json +60 -0
- package/node_modules/micromark-factory-label/readme.md +224 -0
- package/node_modules/micromark-factory-space/dev/index.d.ts +37 -0
- package/node_modules/micromark-factory-space/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-factory-space/dev/index.js +67 -0
- package/node_modules/micromark-factory-space/index.d.ts +37 -0
- package/node_modules/micromark-factory-space/index.d.ts.map +1 -0
- package/node_modules/micromark-factory-space/index.js +64 -0
- package/node_modules/micromark-factory-space/license +22 -0
- package/node_modules/micromark-factory-space/package.json +55 -0
- package/node_modules/micromark-factory-space/readme.md +225 -0
- package/node_modules/micromark-factory-title/dev/index.d.ts +36 -0
- package/node_modules/micromark-factory-title/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-factory-title/dev/index.js +169 -0
- package/node_modules/micromark-factory-title/index.d.ts +36 -0
- package/node_modules/micromark-factory-title/index.d.ts.map +1 -0
- package/node_modules/micromark-factory-title/index.js +158 -0
- package/node_modules/micromark-factory-title/license +22 -0
- package/node_modules/micromark-factory-title/package.json +58 -0
- package/node_modules/micromark-factory-title/readme.md +229 -0
- package/node_modules/micromark-factory-whitespace/dev/index.d.ts +22 -0
- package/node_modules/micromark-factory-whitespace/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-factory-whitespace/dev/index.js +53 -0
- package/node_modules/micromark-factory-whitespace/index.d.ts +22 -0
- package/node_modules/micromark-factory-whitespace/index.d.ts.map +1 -0
- package/node_modules/micromark-factory-whitespace/index.js +44 -0
- package/node_modules/micromark-factory-whitespace/license +22 -0
- package/node_modules/micromark-factory-whitespace/package.json +57 -0
- package/node_modules/micromark-factory-whitespace/readme.md +205 -0
- package/node_modules/micromark-util-character/dev/index.d.ts +195 -0
- package/node_modules/micromark-util-character/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-util-character/dev/index.js +252 -0
- package/node_modules/micromark-util-character/index.d.ts +195 -0
- package/node_modules/micromark-util-character/index.d.ts.map +1 -0
- package/node_modules/micromark-util-character/index.js +246 -0
- package/node_modules/micromark-util-character/license +22 -0
- package/node_modules/micromark-util-character/package.json +57 -0
- package/node_modules/micromark-util-character/readme.md +446 -0
- package/node_modules/micromark-util-chunked/dev/index.d.ts +41 -0
- package/node_modules/micromark-util-chunked/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-util-chunked/dev/index.js +89 -0
- package/node_modules/micromark-util-chunked/index.d.ts +41 -0
- package/node_modules/micromark-util-chunked/index.d.ts.map +1 -0
- package/node_modules/micromark-util-chunked/index.js +81 -0
- package/node_modules/micromark-util-chunked/license +22 -0
- package/node_modules/micromark-util-chunked/package.json +57 -0
- package/node_modules/micromark-util-chunked/readme.md +219 -0
- package/node_modules/micromark-util-classify-character/dev/index.d.ts +18 -0
- package/node_modules/micromark-util-classify-character/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-util-classify-character/dev/index.js +38 -0
- package/node_modules/micromark-util-classify-character/index.d.ts +18 -0
- package/node_modules/micromark-util-classify-character/index.d.ts.map +1 -0
- package/node_modules/micromark-util-classify-character/index.js +27 -0
- package/node_modules/micromark-util-classify-character/license +22 -0
- package/node_modules/micromark-util-classify-character/package.json +59 -0
- package/node_modules/micromark-util-classify-character/readme.md +205 -0
- package/node_modules/micromark-util-combine-extensions/index.d.ts +22 -0
- package/node_modules/micromark-util-combine-extensions/index.d.ts.map +1 -0
- package/node_modules/micromark-util-combine-extensions/index.js +143 -0
- package/node_modules/micromark-util-combine-extensions/license +22 -0
- package/node_modules/micromark-util-combine-extensions/package.json +52 -0
- package/node_modules/micromark-util-combine-extensions/readme.md +201 -0
- package/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts +16 -0
- package/node_modules/micromark-util-decode-numeric-character-reference/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-util-decode-numeric-character-reference/dev/index.js +42 -0
- package/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts +16 -0
- package/node_modules/micromark-util-decode-numeric-character-reference/index.d.ts.map +1 -0
- package/node_modules/micromark-util-decode-numeric-character-reference/index.js +32 -0
- package/node_modules/micromark-util-decode-numeric-character-reference/license +22 -0
- package/node_modules/micromark-util-decode-numeric-character-reference/package.json +59 -0
- package/node_modules/micromark-util-decode-numeric-character-reference/readme.md +184 -0
- package/node_modules/micromark-util-decode-string/dev/index.d.ts +14 -0
- package/node_modules/micromark-util-decode-string/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-util-decode-string/dev/index.js +53 -0
- package/node_modules/micromark-util-decode-string/index.d.ts +14 -0
- package/node_modules/micromark-util-decode-string/index.d.ts.map +1 -0
- package/node_modules/micromark-util-decode-string/index.js +45 -0
- package/node_modules/micromark-util-decode-string/license +22 -0
- package/node_modules/micromark-util-decode-string/package.json +63 -0
- package/node_modules/micromark-util-decode-string/readme.md +179 -0
- package/node_modules/micromark-util-encode/index.d.ts +14 -0
- package/node_modules/micromark-util-encode/index.d.ts.map +1 -0
- package/node_modules/micromark-util-encode/index.js +33 -0
- package/node_modules/micromark-util-encode/license +22 -0
- package/node_modules/micromark-util-encode/package.json +47 -0
- package/node_modules/micromark-util-encode/readme.md +176 -0
- package/node_modules/micromark-util-html-tag-name/index.d.ts +30 -0
- package/node_modules/micromark-util-html-tag-name/index.d.ts.map +1 -0
- package/node_modules/micromark-util-html-tag-name/index.js +93 -0
- package/node_modules/micromark-util-html-tag-name/license +22 -0
- package/node_modules/micromark-util-html-tag-name/package.json +47 -0
- package/node_modules/micromark-util-html-tag-name/readme.md +193 -0
- package/node_modules/micromark-util-normalize-identifier/dev/index.d.ts +21 -0
- package/node_modules/micromark-util-normalize-identifier/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-util-normalize-identifier/dev/index.js +38 -0
- package/node_modules/micromark-util-normalize-identifier/index.d.ts +21 -0
- package/node_modules/micromark-util-normalize-identifier/index.d.ts.map +1 -0
- package/node_modules/micromark-util-normalize-identifier/index.js +33 -0
- package/node_modules/micromark-util-normalize-identifier/license +22 -0
- package/node_modules/micromark-util-normalize-identifier/package.json +58 -0
- package/node_modules/micromark-util-normalize-identifier/readme.md +187 -0
- package/node_modules/micromark-util-resolve-all/index.d.ts +22 -0
- package/node_modules/micromark-util-resolve-all/index.d.ts.map +1 -0
- package/node_modules/micromark-util-resolve-all/index.js +32 -0
- package/node_modules/micromark-util-resolve-all/license +22 -0
- package/node_modules/micromark-util-resolve-all/package.json +48 -0
- package/node_modules/micromark-util-resolve-all/readme.md +238 -0
- package/node_modules/micromark-util-sanitize-uri/dev/index.d.ts +36 -0
- package/node_modules/micromark-util-sanitize-uri/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-util-sanitize-uri/dev/index.js +124 -0
- package/node_modules/micromark-util-sanitize-uri/index.d.ts +36 -0
- package/node_modules/micromark-util-sanitize-uri/index.d.ts.map +1 -0
- package/node_modules/micromark-util-sanitize-uri/index.js +107 -0
- package/node_modules/micromark-util-sanitize-uri/license +22 -0
- package/node_modules/micromark-util-sanitize-uri/package.json +59 -0
- package/node_modules/micromark-util-sanitize-uri/readme.md +214 -0
- package/node_modules/micromark-util-subtokenize/dev/index.d.ts +12 -0
- package/node_modules/micromark-util-subtokenize/dev/index.d.ts.map +1 -0
- package/node_modules/micromark-util-subtokenize/dev/index.js +284 -0
- package/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.d.ts +161 -0
- package/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.d.ts.map +1 -0
- package/node_modules/micromark-util-subtokenize/dev/lib/splice-buffer.js +288 -0
- package/node_modules/micromark-util-subtokenize/index.d.ts +12 -0
- package/node_modules/micromark-util-subtokenize/index.d.ts.map +1 -0
- package/node_modules/micromark-util-subtokenize/index.js +228 -0
- package/node_modules/micromark-util-subtokenize/lib/splice-buffer.d.ts +161 -0
- package/node_modules/micromark-util-subtokenize/lib/splice-buffer.d.ts.map +1 -0
- package/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +251 -0
- package/node_modules/micromark-util-subtokenize/license +22 -0
- package/node_modules/micromark-util-subtokenize/package.json +60 -0
- package/node_modules/micromark-util-subtokenize/readme.md +181 -0
- package/node_modules/micromark-util-symbol/lib/codes.d.ts +139 -0
- package/node_modules/micromark-util-symbol/lib/codes.d.ts.map +1 -0
- package/node_modules/micromark-util-symbol/lib/codes.js +158 -0
- package/node_modules/micromark-util-symbol/lib/constants.d.ts +37 -0
- package/node_modules/micromark-util-symbol/lib/constants.d.ts.map +1 -0
- package/node_modules/micromark-util-symbol/lib/constants.js +44 -0
- package/node_modules/micromark-util-symbol/lib/default.d.ts +5 -0
- package/node_modules/micromark-util-symbol/lib/default.d.ts.map +1 -0
- package/node_modules/micromark-util-symbol/lib/default.js +4 -0
- package/node_modules/micromark-util-symbol/lib/types.d.ts +106 -0
- package/node_modules/micromark-util-symbol/lib/types.d.ts.map +1 -0
- package/node_modules/micromark-util-symbol/lib/types.js +453 -0
- package/node_modules/micromark-util-symbol/lib/values.d.ts +102 -0
- package/node_modules/micromark-util-symbol/lib/values.d.ts.map +1 -0
- package/node_modules/micromark-util-symbol/lib/values.js +109 -0
- package/node_modules/micromark-util-symbol/license +22 -0
- package/node_modules/micromark-util-symbol/package.json +43 -0
- package/node_modules/micromark-util-symbol/readme.md +168 -0
- package/node_modules/micromark-util-types/index.d.ts +1312 -0
- package/node_modules/micromark-util-types/index.js +2 -0
- package/node_modules/micromark-util-types/license +22 -0
- package/node_modules/micromark-util-types/package.json +71 -0
- package/node_modules/micromark-util-types/readme.md +151 -0
- package/node_modules/ms/index.js +162 -0
- package/node_modules/ms/license.md +21 -0
- package/node_modules/ms/package.json +38 -0
- package/node_modules/ms/readme.md +59 -0
- package/node_modules/unist-util-is/index.d.ts +5 -0
- package/node_modules/unist-util-is/index.d.ts.map +1 -0
- package/node_modules/unist-util-is/index.js +7 -0
- package/node_modules/unist-util-is/lib/index.d.ts +111 -0
- package/node_modules/unist-util-is/lib/index.d.ts.map +1 -0
- package/node_modules/unist-util-is/lib/index.js +296 -0
- package/node_modules/unist-util-is/license +22 -0
- package/node_modules/unist-util-is/package.json +103 -0
- package/node_modules/unist-util-is/readme.md +351 -0
- package/node_modules/unist-util-stringify-position/index.d.ts +1 -0
- package/node_modules/unist-util-stringify-position/index.js +1 -0
- package/node_modules/unist-util-stringify-position/lib/index.d.ts +61 -0
- package/node_modules/unist-util-stringify-position/lib/index.js +84 -0
- package/node_modules/unist-util-stringify-position/license +22 -0
- package/node_modules/unist-util-stringify-position/package.json +80 -0
- package/node_modules/unist-util-stringify-position/readme.md +206 -0
- package/node_modules/unist-util-visit/index.d.ts +9 -0
- package/node_modules/unist-util-visit/index.js +2 -0
- package/node_modules/unist-util-visit/lib/index.d.ts +195 -0
- package/node_modules/unist-util-visit/lib/index.d.ts.map +1 -0
- package/node_modules/unist-util-visit/lib/index.js +312 -0
- package/node_modules/unist-util-visit/license +22 -0
- package/node_modules/unist-util-visit/package.json +108 -0
- package/node_modules/unist-util-visit/readme.md +313 -0
- package/node_modules/unist-util-visit-parents/index.d.ts +14 -0
- package/node_modules/unist-util-visit-parents/index.js +2 -0
- package/node_modules/unist-util-visit-parents/lib/color.d.ts +6 -0
- package/node_modules/unist-util-visit-parents/lib/color.d.ts.map +1 -0
- package/node_modules/unist-util-visit-parents/lib/color.js +7 -0
- package/node_modules/unist-util-visit-parents/lib/color.node.d.ts +6 -0
- package/node_modules/unist-util-visit-parents/lib/color.node.d.ts.map +1 -0
- package/node_modules/unist-util-visit-parents/lib/color.node.js +7 -0
- package/node_modules/unist-util-visit-parents/lib/index.d.ts +219 -0
- package/node_modules/unist-util-visit-parents/lib/index.d.ts.map +1 -0
- package/node_modules/unist-util-visit-parents/lib/index.js +399 -0
- package/node_modules/unist-util-visit-parents/license +22 -0
- package/node_modules/unist-util-visit-parents/package.json +106 -0
- package/node_modules/unist-util-visit-parents/readme.md +388 -0
- package/node_modules/zwitch/index.d.ts +67 -0
- package/node_modules/zwitch/index.js +118 -0
- package/node_modules/zwitch/license +22 -0
- package/node_modules/zwitch/package.json +72 -0
- package/node_modules/zwitch/readme.md +226 -0
- package/npm-shrinkwrap.json +737 -3
- package/openclaw.plugin.json +154 -81
- package/package.json +10 -7
- package/skills/feishu-drive/SKILL.md +5 -2
- package/dist/legacy-state-migrations-api.js +0 -73
- package/dist/monitor.state-DAHbcR2N.js +0 -173
- package/dist/send-result-BMQw-YhV.js +0 -287
|
@@ -0,0 +1,446 @@
|
|
|
1
|
+
# micromark-util-character
|
|
2
|
+
|
|
3
|
+
[![Build][build-badge]][build]
|
|
4
|
+
[![Coverage][coverage-badge]][coverage]
|
|
5
|
+
[![Downloads][downloads-badge]][downloads]
|
|
6
|
+
[![Size][bundle-size-badge]][bundle-size]
|
|
7
|
+
[![Sponsors][sponsors-badge]][opencollective]
|
|
8
|
+
[![Backers][backers-badge]][opencollective]
|
|
9
|
+
[![Chat][chat-badge]][chat]
|
|
10
|
+
|
|
11
|
+
[micromark][] utility to handle [character codes][code].
|
|
12
|
+
|
|
13
|
+
## Contents
|
|
14
|
+
|
|
15
|
+
* [What is this?](#what-is-this)
|
|
16
|
+
* [When should I use this?](#when-should-i-use-this)
|
|
17
|
+
* [Install](#install)
|
|
18
|
+
* [Use](#use)
|
|
19
|
+
* [API](#api)
|
|
20
|
+
* [`asciiAlpha(code)`](#asciialphacode)
|
|
21
|
+
* [`asciiAlphanumeric(code)`](#asciialphanumericcode)
|
|
22
|
+
* [`asciiAtext(code)`](#asciiatextcode)
|
|
23
|
+
* [`asciiControl(code)`](#asciicontrolcode)
|
|
24
|
+
* [`asciiDigit(code)`](#asciidigitcode)
|
|
25
|
+
* [`asciiHexDigit(code)`](#asciihexdigitcode)
|
|
26
|
+
* [`asciiPunctuation(code)`](#asciipunctuationcode)
|
|
27
|
+
* [`markdownLineEnding(code)`](#markdownlineendingcode)
|
|
28
|
+
* [`markdownLineEndingOrSpace(code)`](#markdownlineendingorspacecode)
|
|
29
|
+
* [`markdownSpace(code)`](#markdownspacecode)
|
|
30
|
+
* [`unicodePunctuation(code)`](#unicodepunctuationcode)
|
|
31
|
+
* [`unicodeWhitespace(code)`](#unicodewhitespacecode)
|
|
32
|
+
* [Types](#types)
|
|
33
|
+
* [Compatibility](#compatibility)
|
|
34
|
+
* [Security](#security)
|
|
35
|
+
* [Contribute](#contribute)
|
|
36
|
+
* [License](#license)
|
|
37
|
+
|
|
38
|
+
## What is this?
|
|
39
|
+
|
|
40
|
+
This package exposes algorithms to check whether characters match groups.
|
|
41
|
+
|
|
42
|
+
## When should I use this?
|
|
43
|
+
|
|
44
|
+
This package might be useful when you are making your own micromark extensions.
|
|
45
|
+
|
|
46
|
+
## Install
|
|
47
|
+
|
|
48
|
+
This package is [ESM only][esm].
|
|
49
|
+
In Node.js (version 16+), install with [npm][]:
|
|
50
|
+
|
|
51
|
+
```sh
|
|
52
|
+
npm install micromark-util-character
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
In Deno with [`esm.sh`][esmsh]:
|
|
56
|
+
|
|
57
|
+
```js
|
|
58
|
+
import * as character from 'https://esm.sh/micromark-util-character@1'
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
In browsers with [`esm.sh`][esmsh]:
|
|
62
|
+
|
|
63
|
+
```html
|
|
64
|
+
<script type="module">
|
|
65
|
+
import * as character from 'https://esm.sh/micromark-util-character@1?bundle'
|
|
66
|
+
</script>
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
## Use
|
|
70
|
+
|
|
71
|
+
```js
|
|
72
|
+
import {asciiAlpha} from 'micromark-util-character'
|
|
73
|
+
|
|
74
|
+
console.log(asciiAlpha(64)) // false
|
|
75
|
+
console.log(asciiAlpha(65)) // true
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
## API
|
|
79
|
+
|
|
80
|
+
This module exports the identifiers
|
|
81
|
+
[`asciiAlpha`][api-ascii-alpha],
|
|
82
|
+
[`asciiAlphanumeric`][api-ascii-alphanumeric],
|
|
83
|
+
[`asciiAtext`][api-ascii-atext],
|
|
84
|
+
[`asciiControl`][api-ascii-control],
|
|
85
|
+
[`asciiDigit`][api-ascii-digit],
|
|
86
|
+
[`asciiHexDigit`][api-ascii-hex-digit],
|
|
87
|
+
[`asciiPunctuation`][api-ascii-punctuation],
|
|
88
|
+
[`markdownLineEnding`][api-markdown-line-ending],
|
|
89
|
+
[`markdownLineEndingOrSpace`][api-markdown-line-ending-or-space],
|
|
90
|
+
[`markdownSpace`][api-markdown-space],
|
|
91
|
+
[`unicodePunctuation`][api-unicode-punctuation],
|
|
92
|
+
[`unicodeWhitespace`][api-unicode-whitespace].
|
|
93
|
+
There is no default export.
|
|
94
|
+
|
|
95
|
+
### `asciiAlpha(code)`
|
|
96
|
+
|
|
97
|
+
Check whether the [character code][code] represents an ASCII alpha (`a` through
|
|
98
|
+
`z`, case insensitive).
|
|
99
|
+
|
|
100
|
+
An **ASCII alpha** is an ASCII upper alpha or ASCII lower alpha.
|
|
101
|
+
|
|
102
|
+
An **ASCII upper alpha** is a character in the inclusive range U+0041 (`A`)
|
|
103
|
+
to U+005A (`Z`).
|
|
104
|
+
|
|
105
|
+
An **ASCII lower alpha** is a character in the inclusive range U+0061 (`a`)
|
|
106
|
+
to U+007A (`z`).
|
|
107
|
+
|
|
108
|
+
###### Parameters
|
|
109
|
+
|
|
110
|
+
* `code` (`Code`)
|
|
111
|
+
— code
|
|
112
|
+
|
|
113
|
+
###### Returns
|
|
114
|
+
|
|
115
|
+
Whether it matches (`boolean`).
|
|
116
|
+
|
|
117
|
+
### `asciiAlphanumeric(code)`
|
|
118
|
+
|
|
119
|
+
Check whether the [character code][code] represents an ASCII alphanumeric (`a`
|
|
120
|
+
through `z`, case insensitive, or `0` through `9`).
|
|
121
|
+
|
|
122
|
+
An **ASCII alphanumeric** is an ASCII digit (see `asciiDigit`) or ASCII alpha
|
|
123
|
+
(see `asciiAlpha`).
|
|
124
|
+
|
|
125
|
+
###### Parameters
|
|
126
|
+
|
|
127
|
+
* `code` (`Code`)
|
|
128
|
+
— code
|
|
129
|
+
|
|
130
|
+
###### Returns
|
|
131
|
+
|
|
132
|
+
Whether it matches (`boolean`).
|
|
133
|
+
|
|
134
|
+
### `asciiAtext(code)`
|
|
135
|
+
|
|
136
|
+
Check whether the [character code][code] represents an ASCII atext.
|
|
137
|
+
|
|
138
|
+
atext is an ASCII alphanumeric (see `asciiAlphanumeric`), or a character in
|
|
139
|
+
the inclusive ranges U+0023 NUMBER SIGN (`#`) to U+0027 APOSTROPHE (`'`),
|
|
140
|
+
U+002A ASTERISK (`*`), U+002B PLUS SIGN (`+`), U+002D DASH (`-`), U+002F
|
|
141
|
+
SLASH (`/`), U+003D EQUALS TO (`=`), U+003F QUESTION MARK (`?`), U+005E
|
|
142
|
+
CARET (`^`) to U+0060 GRAVE ACCENT (`` ` ``), or U+007B LEFT CURLY BRACE
|
|
143
|
+
(`{`) to U+007E TILDE (`~`) (**\[RFC5322]**).
|
|
144
|
+
|
|
145
|
+
See **\[RFC5322]**:\
|
|
146
|
+
[Internet Message Format](https://tools.ietf.org/html/rfc5322).\
|
|
147
|
+
P. Resnick.\
|
|
148
|
+
IETF.
|
|
149
|
+
|
|
150
|
+
###### Parameters
|
|
151
|
+
|
|
152
|
+
* `code` (`Code`)
|
|
153
|
+
— code
|
|
154
|
+
|
|
155
|
+
###### Returns
|
|
156
|
+
|
|
157
|
+
Whether it matches (`boolean`).
|
|
158
|
+
|
|
159
|
+
### `asciiControl(code)`
|
|
160
|
+
|
|
161
|
+
Check whether a [character code][code] is an ASCII control character.
|
|
162
|
+
|
|
163
|
+
An **ASCII control** is a character in the inclusive range U+0000 NULL (NUL)
|
|
164
|
+
to U+001F (US), or U+007F (DEL).
|
|
165
|
+
|
|
166
|
+
###### Parameters
|
|
167
|
+
|
|
168
|
+
* `code` (`Code`)
|
|
169
|
+
— code
|
|
170
|
+
|
|
171
|
+
###### Returns
|
|
172
|
+
|
|
173
|
+
Whether it matches (`boolean`).
|
|
174
|
+
|
|
175
|
+
### `asciiDigit(code)`
|
|
176
|
+
|
|
177
|
+
Check whether the [character code][code] represents an ASCII digit (`0` through
|
|
178
|
+
`9`).
|
|
179
|
+
|
|
180
|
+
An **ASCII digit** is a character in the inclusive range U+0030 (`0`) to
|
|
181
|
+
U+0039 (`9`).
|
|
182
|
+
|
|
183
|
+
###### Parameters
|
|
184
|
+
|
|
185
|
+
* `code` (`Code`)
|
|
186
|
+
— code
|
|
187
|
+
|
|
188
|
+
###### Returns
|
|
189
|
+
|
|
190
|
+
Whether it matches (`boolean`).
|
|
191
|
+
|
|
192
|
+
### `asciiHexDigit(code)`
|
|
193
|
+
|
|
194
|
+
Check whether the [character code][code] represents an ASCII hex digit (`a`
|
|
195
|
+
through `f`, case insensitive, or `0` through `9`).
|
|
196
|
+
|
|
197
|
+
An **ASCII hex digit** is an ASCII digit (see `asciiDigit`), ASCII upper hex
|
|
198
|
+
digit, or an ASCII lower hex digit.
|
|
199
|
+
|
|
200
|
+
An **ASCII upper hex digit** is a character in the inclusive range U+0041
|
|
201
|
+
(`A`) to U+0046 (`F`).
|
|
202
|
+
|
|
203
|
+
An **ASCII lower hex digit** is a character in the inclusive range U+0061
|
|
204
|
+
(`a`) to U+0066 (`f`).
|
|
205
|
+
|
|
206
|
+
###### Parameters
|
|
207
|
+
|
|
208
|
+
* `code` (`Code`)
|
|
209
|
+
— code
|
|
210
|
+
|
|
211
|
+
###### Returns
|
|
212
|
+
|
|
213
|
+
Whether it matches (`boolean`).
|
|
214
|
+
|
|
215
|
+
### `asciiPunctuation(code)`
|
|
216
|
+
|
|
217
|
+
Check whether the [character code][code] represents ASCII punctuation.
|
|
218
|
+
|
|
219
|
+
An **ASCII punctuation** is a character in the inclusive ranges U+0021
|
|
220
|
+
EXCLAMATION MARK (`!`) to U+002F SLASH (`/`), U+003A COLON (`:`) to U+0040 AT
|
|
221
|
+
SIGN (`@`), U+005B LEFT SQUARE BRACKET (`[`) to U+0060 GRAVE ACCENT
|
|
222
|
+
(`` ` ``), or U+007B LEFT CURLY BRACE (`{`) to U+007E TILDE (`~`).
|
|
223
|
+
|
|
224
|
+
###### Parameters
|
|
225
|
+
|
|
226
|
+
* `code` (`Code`)
|
|
227
|
+
— code
|
|
228
|
+
|
|
229
|
+
###### Returns
|
|
230
|
+
|
|
231
|
+
Whether it matches (`boolean`).
|
|
232
|
+
|
|
233
|
+
### `markdownLineEnding(code)`
|
|
234
|
+
|
|
235
|
+
Check whether a [character code][code] is a markdown line ending.
|
|
236
|
+
|
|
237
|
+
A **markdown line ending** is the virtual characters M-0003 CARRIAGE RETURN
|
|
238
|
+
LINE FEED (CRLF), M-0004 LINE FEED (LF) and M-0005 CARRIAGE RETURN (CR).
|
|
239
|
+
|
|
240
|
+
In micromark, the actual character U+000A LINE FEED (LF) and U+000D CARRIAGE
|
|
241
|
+
RETURN (CR) are replaced by these virtual characters depending on whether
|
|
242
|
+
they occurred together.
|
|
243
|
+
|
|
244
|
+
###### Parameters
|
|
245
|
+
|
|
246
|
+
* `code` (`Code`)
|
|
247
|
+
— code
|
|
248
|
+
|
|
249
|
+
###### Returns
|
|
250
|
+
|
|
251
|
+
Whether it matches (`boolean`).
|
|
252
|
+
|
|
253
|
+
### `markdownLineEndingOrSpace(code)`
|
|
254
|
+
|
|
255
|
+
Check whether a [character code][code] is a markdown line ending (see
|
|
256
|
+
`markdownLineEnding`) or markdown space (see `markdownSpace`).
|
|
257
|
+
|
|
258
|
+
###### Parameters
|
|
259
|
+
|
|
260
|
+
* `code` (`Code`)
|
|
261
|
+
— code
|
|
262
|
+
|
|
263
|
+
###### Returns
|
|
264
|
+
|
|
265
|
+
Whether it matches (`boolean`).
|
|
266
|
+
|
|
267
|
+
### `markdownSpace(code)`
|
|
268
|
+
|
|
269
|
+
Check whether a [character code][code] is a markdown space.
|
|
270
|
+
|
|
271
|
+
A **markdown space** is the concrete character U+0020 SPACE (SP) and the
|
|
272
|
+
virtual characters M-0001 VIRTUAL SPACE (VS) and M-0002 HORIZONTAL TAB (HT).
|
|
273
|
+
|
|
274
|
+
In micromark, the actual character U+0009 CHARACTER TABULATION (HT) is
|
|
275
|
+
replaced by one M-0002 HORIZONTAL TAB (HT) and between 0 and 3 M-0001 VIRTUAL
|
|
276
|
+
SPACE (VS) characters, depending on the column at which the tab occurred.
|
|
277
|
+
|
|
278
|
+
###### Parameters
|
|
279
|
+
|
|
280
|
+
* `code` (`Code`)
|
|
281
|
+
— code
|
|
282
|
+
|
|
283
|
+
###### Returns
|
|
284
|
+
|
|
285
|
+
Whether it matches (`boolean`).
|
|
286
|
+
|
|
287
|
+
### `unicodePunctuation(code)`
|
|
288
|
+
|
|
289
|
+
Check whether the [character code][code] represents Unicode punctuation.
|
|
290
|
+
|
|
291
|
+
A **Unicode punctuation** is a character in the Unicode `Pc` (Punctuation,
|
|
292
|
+
Connector), `Pd` (Punctuation, Dash), `Pe` (Punctuation, Close), `Pf`
|
|
293
|
+
(Punctuation, Final quote), `Pi` (Punctuation, Initial quote), `Po`
|
|
294
|
+
(Punctuation, Other), or `Ps` (Punctuation, Open) categories, or an ASCII
|
|
295
|
+
punctuation (see `asciiPunctuation`) (**\[UNICODE]**).
|
|
296
|
+
|
|
297
|
+
See **\[UNICODE]**:\
|
|
298
|
+
[The Unicode Standard](https://www.unicode.org/versions/).\
|
|
299
|
+
Unicode Consortium.
|
|
300
|
+
|
|
301
|
+
###### Parameters
|
|
302
|
+
|
|
303
|
+
* `code` (`Code`)
|
|
304
|
+
— code
|
|
305
|
+
|
|
306
|
+
###### Returns
|
|
307
|
+
|
|
308
|
+
Whether it matches (`boolean`).
|
|
309
|
+
|
|
310
|
+
### `unicodeWhitespace(code)`
|
|
311
|
+
|
|
312
|
+
Check whether the [character code][code] represents Unicode whitespace.
|
|
313
|
+
|
|
314
|
+
Note that this does handle micromark specific markdown whitespace characters.
|
|
315
|
+
See `markdownLineEndingOrSpace` to check that.
|
|
316
|
+
|
|
317
|
+
A **Unicode whitespace** is a character in the Unicode `Zs` (Separator,
|
|
318
|
+
Space) category, or U+0009 CHARACTER TABULATION (HT), U+000A LINE FEED (LF),
|
|
319
|
+
U+000C (FF), or U+000D CARRIAGE RETURN (CR) (**\[UNICODE]**).
|
|
320
|
+
|
|
321
|
+
See **\[UNICODE]**:\
|
|
322
|
+
[The Unicode Standard](https://www.unicode.org/versions/).\
|
|
323
|
+
Unicode Consortium.
|
|
324
|
+
|
|
325
|
+
###### Parameters
|
|
326
|
+
|
|
327
|
+
* `code` (`Code`)
|
|
328
|
+
— code
|
|
329
|
+
|
|
330
|
+
###### Returns
|
|
331
|
+
|
|
332
|
+
Whether it matches (`boolean`).
|
|
333
|
+
|
|
334
|
+
## Types
|
|
335
|
+
|
|
336
|
+
This package is fully typed with [TypeScript][].
|
|
337
|
+
It exports no additional types.
|
|
338
|
+
|
|
339
|
+
## Compatibility
|
|
340
|
+
|
|
341
|
+
Projects maintained by the unified collective are compatible with maintained
|
|
342
|
+
versions of Node.js.
|
|
343
|
+
|
|
344
|
+
When we cut a new major release, we drop support for unmaintained versions of
|
|
345
|
+
Node.
|
|
346
|
+
This means we try to keep the current release line,
|
|
347
|
+
`micromark-util-character@2`, compatible with Node.js 16.
|
|
348
|
+
This package works with `micromark@3`.
|
|
349
|
+
|
|
350
|
+
## Security
|
|
351
|
+
|
|
352
|
+
This package is safe.
|
|
353
|
+
See [`security.md`][securitymd] in [`micromark/.github`][health] for how to
|
|
354
|
+
submit a security report.
|
|
355
|
+
|
|
356
|
+
## Contribute
|
|
357
|
+
|
|
358
|
+
See [`contributing.md`][contributing] in [`micromark/.github`][health] for ways
|
|
359
|
+
to get started.
|
|
360
|
+
See [`support.md`][support] for ways to get help.
|
|
361
|
+
|
|
362
|
+
This project has a [code of conduct][coc].
|
|
363
|
+
By interacting with this repository, organisation, or community you agree to
|
|
364
|
+
abide by its terms.
|
|
365
|
+
|
|
366
|
+
## License
|
|
367
|
+
|
|
368
|
+
[MIT][license] © [Titus Wormer][author]
|
|
369
|
+
|
|
370
|
+
<!-- Definitions -->
|
|
371
|
+
|
|
372
|
+
[build-badge]: https://github.com/micromark/micromark/workflows/main/badge.svg
|
|
373
|
+
|
|
374
|
+
[build]: https://github.com/micromark/micromark/actions
|
|
375
|
+
|
|
376
|
+
[coverage-badge]: https://img.shields.io/codecov/c/github/micromark/micromark.svg
|
|
377
|
+
|
|
378
|
+
[coverage]: https://codecov.io/github/micromark/micromark
|
|
379
|
+
|
|
380
|
+
[downloads-badge]: https://img.shields.io/npm/dm/micromark-util-character.svg
|
|
381
|
+
|
|
382
|
+
[downloads]: https://www.npmjs.com/package/micromark-util-character
|
|
383
|
+
|
|
384
|
+
[bundle-size-badge]: https://img.shields.io/badge/dynamic/json?label=minzipped%20size&query=$.size.compressedSize&url=https://deno.bundlejs.com/?q=micromark-util-character
|
|
385
|
+
|
|
386
|
+
[bundle-size]: https://bundlejs.com/?q=micromark-util-character
|
|
387
|
+
|
|
388
|
+
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
|
|
389
|
+
|
|
390
|
+
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
|
|
391
|
+
|
|
392
|
+
[opencollective]: https://opencollective.com/unified
|
|
393
|
+
|
|
394
|
+
[npm]: https://docs.npmjs.com/cli/install
|
|
395
|
+
|
|
396
|
+
[esm]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
|
|
397
|
+
|
|
398
|
+
[esmsh]: https://esm.sh
|
|
399
|
+
|
|
400
|
+
[chat-badge]: https://img.shields.io/badge/chat-discussions-success.svg
|
|
401
|
+
|
|
402
|
+
[chat]: https://github.com/micromark/micromark/discussions
|
|
403
|
+
|
|
404
|
+
[license]: https://github.com/micromark/micromark/blob/main/license
|
|
405
|
+
|
|
406
|
+
[author]: https://wooorm.com
|
|
407
|
+
|
|
408
|
+
[health]: https://github.com/micromark/.github
|
|
409
|
+
|
|
410
|
+
[securitymd]: https://github.com/micromark/.github/blob/main/security.md
|
|
411
|
+
|
|
412
|
+
[contributing]: https://github.com/micromark/.github/blob/main/contributing.md
|
|
413
|
+
|
|
414
|
+
[support]: https://github.com/micromark/.github/blob/main/support.md
|
|
415
|
+
|
|
416
|
+
[coc]: https://github.com/micromark/.github/blob/main/code-of-conduct.md
|
|
417
|
+
|
|
418
|
+
[typescript]: https://www.typescriptlang.org
|
|
419
|
+
|
|
420
|
+
[micromark]: https://github.com/micromark/micromark
|
|
421
|
+
|
|
422
|
+
[code]: https://github.com/micromark/micromark#preprocess
|
|
423
|
+
|
|
424
|
+
[api-ascii-alpha]: #asciialphacode
|
|
425
|
+
|
|
426
|
+
[api-ascii-alphanumeric]: #asciialphanumericcode
|
|
427
|
+
|
|
428
|
+
[api-ascii-atext]: #asciiatextcode
|
|
429
|
+
|
|
430
|
+
[api-ascii-control]: #asciicontrolcode
|
|
431
|
+
|
|
432
|
+
[api-ascii-digit]: #asciidigitcode
|
|
433
|
+
|
|
434
|
+
[api-ascii-hex-digit]: #asciihexdigitcode
|
|
435
|
+
|
|
436
|
+
[api-ascii-punctuation]: #asciipunctuationcode
|
|
437
|
+
|
|
438
|
+
[api-markdown-line-ending]: #markdownlineendingcode
|
|
439
|
+
|
|
440
|
+
[api-markdown-line-ending-or-space]: #markdownlineendingorspacecode
|
|
441
|
+
|
|
442
|
+
[api-markdown-space]: #markdownspacecode
|
|
443
|
+
|
|
444
|
+
[api-unicode-punctuation]: #unicodepunctuationcode
|
|
445
|
+
|
|
446
|
+
[api-unicode-whitespace]: #unicodewhitespacecode
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Like `Array#splice`, but smarter for giant arrays.
|
|
3
|
+
*
|
|
4
|
+
* `Array#splice` takes all items to be inserted as individual argument which
|
|
5
|
+
* causes a stack overflow in V8 when trying to insert 100k items for instance.
|
|
6
|
+
*
|
|
7
|
+
* Otherwise, this does not return the removed items, and takes `items` as an
|
|
8
|
+
* array instead of rest parameters.
|
|
9
|
+
*
|
|
10
|
+
* @template {unknown} T
|
|
11
|
+
* Item type.
|
|
12
|
+
* @param {Array<T>} list
|
|
13
|
+
* List to operate on.
|
|
14
|
+
* @param {number} start
|
|
15
|
+
* Index to remove/insert at (can be negative).
|
|
16
|
+
* @param {number} remove
|
|
17
|
+
* Number of items to remove.
|
|
18
|
+
* @param {Array<T>} items
|
|
19
|
+
* Items to inject into `list`.
|
|
20
|
+
* @returns {undefined}
|
|
21
|
+
* Nothing.
|
|
22
|
+
*/
|
|
23
|
+
export function splice<T extends unknown>(list: Array<T>, start: number, remove: number, items: Array<T>): undefined;
|
|
24
|
+
/**
|
|
25
|
+
* Append `items` (an array) at the end of `list` (another array).
|
|
26
|
+
* When `list` was empty, returns `items` instead.
|
|
27
|
+
*
|
|
28
|
+
* This prevents a potentially expensive operation when `list` is empty,
|
|
29
|
+
* and adds items in batches to prevent V8 from hanging.
|
|
30
|
+
*
|
|
31
|
+
* @template {unknown} T
|
|
32
|
+
* Item type.
|
|
33
|
+
* @param {Array<T>} list
|
|
34
|
+
* List to operate on.
|
|
35
|
+
* @param {Array<T>} items
|
|
36
|
+
* Items to add to `list`.
|
|
37
|
+
* @returns {Array<T>}
|
|
38
|
+
* Either `list` or `items`.
|
|
39
|
+
*/
|
|
40
|
+
export function push<T extends unknown>(list: Array<T>, items: Array<T>): Array<T>;
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,uBAbuB,CAAC,SAAX,OAAS,QAEX,KAAK,CAAC,CAAC,CAAC,SAER,MAAM,UAEN,MAAM,SAEN,KAAK,CAAC,CAAC,CAAC,GAEN,SAAS,CA0CrB;AAED;;;;;;;;;;;;;;;GAeG;AACH,qBATuB,CAAC,SAAX,OAAS,QAEX,KAAK,CAAC,CAAC,CAAC,SAER,KAAK,CAAC,CAAC,CAAC,GAEN,KAAK,CAAC,CAAC,CAAC,CAUpB"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import {constants} from 'micromark-util-symbol'
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Like `Array#splice`, but smarter for giant arrays.
|
|
5
|
+
*
|
|
6
|
+
* `Array#splice` takes all items to be inserted as individual argument which
|
|
7
|
+
* causes a stack overflow in V8 when trying to insert 100k items for instance.
|
|
8
|
+
*
|
|
9
|
+
* Otherwise, this does not return the removed items, and takes `items` as an
|
|
10
|
+
* array instead of rest parameters.
|
|
11
|
+
*
|
|
12
|
+
* @template {unknown} T
|
|
13
|
+
* Item type.
|
|
14
|
+
* @param {Array<T>} list
|
|
15
|
+
* List to operate on.
|
|
16
|
+
* @param {number} start
|
|
17
|
+
* Index to remove/insert at (can be negative).
|
|
18
|
+
* @param {number} remove
|
|
19
|
+
* Number of items to remove.
|
|
20
|
+
* @param {Array<T>} items
|
|
21
|
+
* Items to inject into `list`.
|
|
22
|
+
* @returns {undefined}
|
|
23
|
+
* Nothing.
|
|
24
|
+
*/
|
|
25
|
+
export function splice(list, start, remove, items) {
|
|
26
|
+
const end = list.length
|
|
27
|
+
let chunkStart = 0
|
|
28
|
+
/** @type {Array<unknown>} */
|
|
29
|
+
let parameters
|
|
30
|
+
|
|
31
|
+
// Make start between zero and `end` (included).
|
|
32
|
+
if (start < 0) {
|
|
33
|
+
start = -start > end ? 0 : end + start
|
|
34
|
+
} else {
|
|
35
|
+
start = start > end ? end : start
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
remove = remove > 0 ? remove : 0
|
|
39
|
+
|
|
40
|
+
// No need to chunk the items if there’s only a couple (10k) items.
|
|
41
|
+
if (items.length < constants.v8MaxSafeChunkSize) {
|
|
42
|
+
parameters = Array.from(items)
|
|
43
|
+
parameters.unshift(start, remove)
|
|
44
|
+
// @ts-expect-error Hush, it’s fine.
|
|
45
|
+
list.splice(...parameters)
|
|
46
|
+
} else {
|
|
47
|
+
// Delete `remove` items starting from `start`
|
|
48
|
+
if (remove) list.splice(start, remove)
|
|
49
|
+
|
|
50
|
+
// Insert the items in chunks to not cause stack overflows.
|
|
51
|
+
while (chunkStart < items.length) {
|
|
52
|
+
parameters = items.slice(
|
|
53
|
+
chunkStart,
|
|
54
|
+
chunkStart + constants.v8MaxSafeChunkSize
|
|
55
|
+
)
|
|
56
|
+
parameters.unshift(start, 0)
|
|
57
|
+
// @ts-expect-error Hush, it’s fine.
|
|
58
|
+
list.splice(...parameters)
|
|
59
|
+
|
|
60
|
+
chunkStart += constants.v8MaxSafeChunkSize
|
|
61
|
+
start += constants.v8MaxSafeChunkSize
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* Append `items` (an array) at the end of `list` (another array).
|
|
68
|
+
* When `list` was empty, returns `items` instead.
|
|
69
|
+
*
|
|
70
|
+
* This prevents a potentially expensive operation when `list` is empty,
|
|
71
|
+
* and adds items in batches to prevent V8 from hanging.
|
|
72
|
+
*
|
|
73
|
+
* @template {unknown} T
|
|
74
|
+
* Item type.
|
|
75
|
+
* @param {Array<T>} list
|
|
76
|
+
* List to operate on.
|
|
77
|
+
* @param {Array<T>} items
|
|
78
|
+
* Items to add to `list`.
|
|
79
|
+
* @returns {Array<T>}
|
|
80
|
+
* Either `list` or `items`.
|
|
81
|
+
*/
|
|
82
|
+
export function push(list, items) {
|
|
83
|
+
if (list.length > 0) {
|
|
84
|
+
splice(list, list.length, 0, items)
|
|
85
|
+
return list
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
return items
|
|
89
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Like `Array#splice`, but smarter for giant arrays.
|
|
3
|
+
*
|
|
4
|
+
* `Array#splice` takes all items to be inserted as individual argument which
|
|
5
|
+
* causes a stack overflow in V8 when trying to insert 100k items for instance.
|
|
6
|
+
*
|
|
7
|
+
* Otherwise, this does not return the removed items, and takes `items` as an
|
|
8
|
+
* array instead of rest parameters.
|
|
9
|
+
*
|
|
10
|
+
* @template {unknown} T
|
|
11
|
+
* Item type.
|
|
12
|
+
* @param {Array<T>} list
|
|
13
|
+
* List to operate on.
|
|
14
|
+
* @param {number} start
|
|
15
|
+
* Index to remove/insert at (can be negative).
|
|
16
|
+
* @param {number} remove
|
|
17
|
+
* Number of items to remove.
|
|
18
|
+
* @param {Array<T>} items
|
|
19
|
+
* Items to inject into `list`.
|
|
20
|
+
* @returns {undefined}
|
|
21
|
+
* Nothing.
|
|
22
|
+
*/
|
|
23
|
+
export function splice<T extends unknown>(list: Array<T>, start: number, remove: number, items: Array<T>): undefined;
|
|
24
|
+
/**
|
|
25
|
+
* Append `items` (an array) at the end of `list` (another array).
|
|
26
|
+
* When `list` was empty, returns `items` instead.
|
|
27
|
+
*
|
|
28
|
+
* This prevents a potentially expensive operation when `list` is empty,
|
|
29
|
+
* and adds items in batches to prevent V8 from hanging.
|
|
30
|
+
*
|
|
31
|
+
* @template {unknown} T
|
|
32
|
+
* Item type.
|
|
33
|
+
* @param {Array<T>} list
|
|
34
|
+
* List to operate on.
|
|
35
|
+
* @param {Array<T>} items
|
|
36
|
+
* Items to add to `list`.
|
|
37
|
+
* @returns {Array<T>}
|
|
38
|
+
* Either `list` or `items`.
|
|
39
|
+
*/
|
|
40
|
+
export function push<T extends unknown>(list: Array<T>, items: Array<T>): Array<T>;
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.js"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,uBAbuB,CAAC,SAAX,OAAS,QAEX,KAAK,CAAC,CAAC,CAAC,SAER,MAAM,UAEN,MAAM,SAEN,KAAK,CAAC,CAAC,CAAC,GAEN,SAAS,CA0CrB;AAED;;;;;;;;;;;;;;;GAeG;AACH,qBATuB,CAAC,SAAX,OAAS,QAEX,KAAK,CAAC,CAAC,CAAC,SAER,KAAK,CAAC,CAAC,CAAC,GAEN,KAAK,CAAC,CAAC,CAAC,CAUpB"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Like `Array#splice`, but smarter for giant arrays.
|
|
3
|
+
*
|
|
4
|
+
* `Array#splice` takes all items to be inserted as individual argument which
|
|
5
|
+
* causes a stack overflow in V8 when trying to insert 100k items for instance.
|
|
6
|
+
*
|
|
7
|
+
* Otherwise, this does not return the removed items, and takes `items` as an
|
|
8
|
+
* array instead of rest parameters.
|
|
9
|
+
*
|
|
10
|
+
* @template {unknown} T
|
|
11
|
+
* Item type.
|
|
12
|
+
* @param {Array<T>} list
|
|
13
|
+
* List to operate on.
|
|
14
|
+
* @param {number} start
|
|
15
|
+
* Index to remove/insert at (can be negative).
|
|
16
|
+
* @param {number} remove
|
|
17
|
+
* Number of items to remove.
|
|
18
|
+
* @param {Array<T>} items
|
|
19
|
+
* Items to inject into `list`.
|
|
20
|
+
* @returns {undefined}
|
|
21
|
+
* Nothing.
|
|
22
|
+
*/
|
|
23
|
+
export function splice(list, start, remove, items) {
|
|
24
|
+
const end = list.length;
|
|
25
|
+
let chunkStart = 0;
|
|
26
|
+
/** @type {Array<unknown>} */
|
|
27
|
+
let parameters;
|
|
28
|
+
|
|
29
|
+
// Make start between zero and `end` (included).
|
|
30
|
+
if (start < 0) {
|
|
31
|
+
start = -start > end ? 0 : end + start;
|
|
32
|
+
} else {
|
|
33
|
+
start = start > end ? end : start;
|
|
34
|
+
}
|
|
35
|
+
remove = remove > 0 ? remove : 0;
|
|
36
|
+
|
|
37
|
+
// No need to chunk the items if there’s only a couple (10k) items.
|
|
38
|
+
if (items.length < 10000) {
|
|
39
|
+
parameters = Array.from(items);
|
|
40
|
+
parameters.unshift(start, remove);
|
|
41
|
+
// @ts-expect-error Hush, it’s fine.
|
|
42
|
+
list.splice(...parameters);
|
|
43
|
+
} else {
|
|
44
|
+
// Delete `remove` items starting from `start`
|
|
45
|
+
if (remove) list.splice(start, remove);
|
|
46
|
+
|
|
47
|
+
// Insert the items in chunks to not cause stack overflows.
|
|
48
|
+
while (chunkStart < items.length) {
|
|
49
|
+
parameters = items.slice(chunkStart, chunkStart + 10000);
|
|
50
|
+
parameters.unshift(start, 0);
|
|
51
|
+
// @ts-expect-error Hush, it’s fine.
|
|
52
|
+
list.splice(...parameters);
|
|
53
|
+
chunkStart += 10000;
|
|
54
|
+
start += 10000;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Append `items` (an array) at the end of `list` (another array).
|
|
61
|
+
* When `list` was empty, returns `items` instead.
|
|
62
|
+
*
|
|
63
|
+
* This prevents a potentially expensive operation when `list` is empty,
|
|
64
|
+
* and adds items in batches to prevent V8 from hanging.
|
|
65
|
+
*
|
|
66
|
+
* @template {unknown} T
|
|
67
|
+
* Item type.
|
|
68
|
+
* @param {Array<T>} list
|
|
69
|
+
* List to operate on.
|
|
70
|
+
* @param {Array<T>} items
|
|
71
|
+
* Items to add to `list`.
|
|
72
|
+
* @returns {Array<T>}
|
|
73
|
+
* Either `list` or `items`.
|
|
74
|
+
*/
|
|
75
|
+
export function push(list, items) {
|
|
76
|
+
if (list.length > 0) {
|
|
77
|
+
splice(list, list.length, 0, items);
|
|
78
|
+
return list;
|
|
79
|
+
}
|
|
80
|
+
return items;
|
|
81
|
+
}
|