.editorconfig .npmrc .prettierignore lerna.json license logo.svg package.json packages/rehype-cli/cli.js packages/rehype-cli/package.json packages/rehype-parse/errors.json packages/rehype-parse/index.js packages/rehype-parse/package.json packages/rehype-parse/types/index.d.ts packages/rehype-parse/types/rehype-parse-tests.ts packages/rehype-parse/types/tsconfig.json packages/rehype-parse/types/tslint.json packages/rehype-stringify/index.js packages/rehype-stringify/package.json packages/rehype-stringify/types/index.d.ts packages/rehype-stringify/types/rehype-stringify-tests.ts packages/rehype-stringify/types/tsconfig.json packages/rehype-stringify/types/tslint.json packages/rehype/index.js packages/rehype/package.json packages/rehype/types/index.d.ts packages/rehype/types/rehype-tests.ts packages/rehype/types/tsconfig.json packages/rehype/types/tslint.json script/parse-error.js script/regenerate-fixtures.js test/api.js test/cli.js test/fixtures/adoption/config.json test/fixtures/adoption/index.json test/fixtures/aria/config.json test/fixtures/aria/index.json test/fixtures/body-body-attributes/config.json test/fixtures/body-body-attributes/index.json test/fixtures/body-html-attributes/config.json test/fixtures/body-html-attributes/index.json test/fixtures/character-data/config.json test/fixtures/character-data/index.json test/fixtures/comment/config.json test/fixtures/comment/index.json test/fixtures/comments/config.json test/fixtures/comments/index.json test/fixtures/directive-in-fragment/config.json test/fixtures/directive-in-fragment/index.json test/fixtures/doctype-almost-standards/index.json test/fixtures/doctype-legacy-double/index.json test/fixtures/doctype-legacy-single/index.json test/fixtures/doctype-nameless/index.json test/fixtures/doctype-quirksmode-ibm/index.json test/fixtures/doctype-quirksmode-xml/index.json test/fixtures/doctype-quotes-double/index.json test/fixtures/doctype-quotes-single/index.json test/fixtures/doctype/index.json test/fixtures/element-attributes-names/config.json test/fixtures/element-attributes-names/index.json test/fixtures/element-attributes/config.json test/fixtures/element-attributes/index.json test/fixtures/element-auto-close-document/index.json test/fixtures/element-auto-close-fragment/config.json test/fixtures/element-auto-close-fragment/index.json test/fixtures/element-broken-close/config.json test/fixtures/element-broken-close/index.json test/fixtures/element-children/config.json test/fixtures/element-children/index.json test/fixtures/element-closing-attributes/config.json test/fixtures/element-closing-attributes/index.json test/fixtures/element-closing/config.json test/fixtures/element-closing/index.json test/fixtures/element-empty/config.json test/fixtures/element-empty/index.json test/fixtures/element-loose-close-document/index.json test/fixtures/element-loose-close-fragment/config.json test/fixtures/element-loose-close-fragment/index.json test/fixtures/element-opening/config.json test/fixtures/element-opening/index.json test/fixtures/element-void-close/config.json test/fixtures/element-void-close/index.json test/fixtures/element-void/config.json test/fixtures/element-void/index.json test/fixtures/element/config.json test/fixtures/element/index.json test/fixtures/empty-document/index.json test/fixtures/empty-fragment/config.json test/fixtures/empty-fragment/index.json test/fixtures/entities-in-literals/config.json test/fixtures/entities-in-literals/index.json test/fixtures/entities/config.json test/fixtures/entities/index.json test/fixtures/html-in-svg-in-html/config.json test/fixtures/html-in-svg-in-html/index.json test/fixtures/mathml/config.json test/fixtures/mathml/index.json test/fixtures/noscript/index.json test/fixtures/position-false/config.json test/fixtures/position-false/index.json test/fixtures/processing-instruction/config.json test/fixtures/processing-instruction/index.json test/fixtures/quirksmode-off/index.json test/fixtures/quirksmode-on/index.json test/fixtures/svg-in-html/index.json test/fixtures/svg/config.json test/fixtures/svg/index.json test/fixtures/verbose/config.json test/fixtures/verbose/index.json test/fixtures/xhtml/index.json test/index.js test/parse-error.js test/parse-error/abandoned-head-element-child/messages.json test/parse-error/abrupt-closing-of-empty-comment/messages.json test/parse-error/abrupt-doctype-public-identifier/messages.json test/parse-error/abrupt-doctype-system-identifier/messages.json test/parse-error/absence-of-digits-in-numeric-character-reference/messages.json test/parse-error/cdata-in-html-content/messages.json test/parse-error/character-reference-outside-unicode-range/messages.json test/parse-error/closing-of-element-with-open-child-elements/messages.json test/parse-error/control-character-in-input-stream/messages.json test/parse-error/control-character-reference/messages.json test/parse-error/disallowed-content-in-noscript-in-head/messages.json test/parse-error/duplicate-attribute/messages.json test/parse-error/end-tag-with-attributes/messages.json test/parse-error/end-tag-with-trailing-solidus/messages.json test/parse-error/end-tag-without-matching-open-element/messages.json test/parse-error/eof-before-tag-name/messages.json test/parse-error/eof-in-cdata/messages.json test/parse-error/eof-in-comment/messages.json test/parse-error/eof-in-doctype/messages.json test/parse-error/eof-in-element-that-can-contain-only-text/messages.json test/parse-error/eof-in-script-html-comment-like-text/messages.json test/parse-error/eof-in-tag/messages.json test/parse-error/incorrectly-closed-comment/messages.json test/parse-error/incorrectly-opened-comment/messages.json test/parse-error/invalid-character-sequence-after-doctype-name/messages.json test/parse-error/invalid-first-character-of-tag-name/messages.json test/parse-error/misplaced-doctype/messages.json test/parse-error/misplaced-start-tag-for-head-element/messages.json test/parse-error/missing-attribute-value/messages.json test/parse-error/missing-doctype-name/messages.json test/parse-error/missing-doctype-public-identifier/messages.json test/parse-error/missing-doctype-system-identifier/messages.json test/parse-error/missing-doctype/messages.json test/parse-error/missing-end-tag-name/messages.json test/parse-error/missing-quote-before-doctype-public-identifier/messages.json test/parse-error/missing-quote-before-doctype-system-identifier/messages.json test/parse-error/missing-semicolon-after-character-reference/messages.json test/parse-error/missing-whitespace-after-doctype-public-keyword/messages.json test/parse-error/missing-whitespace-after-doctype-system-keyword/messages.json test/parse-error/missing-whitespace-before-doctype-name/messages.json test/parse-error/missing-whitespace-between-attributes/messages.json test/parse-error/missing-whitespace-between-doctype-public-and-system-identifiers/messages.json test/parse-error/nested-comment/messages.json test/parse-error/nested-noscript-in-head/messages.json test/parse-error/non-conforming-doctype/messages.json test/parse-error/non-void-html-element-start-tag-with-trailing-solidus/messages.json test/parse-error/noncharacter-character-reference/messages.json test/parse-error/noncharacter-in-input-stream/messages.json test/parse-error/null-character-reference/messages.json test/parse-error/open-elements-left-after-eof/messages.json test/parse-error/surrogate-character-reference/messages.json test/parse-error/unexpected-character-after-doctype-system-identifier/messages.json test/parse-error/unexpected-character-in-attribute-name/messages.json test/parse-error/unexpected-character-in-unquoted-attribute-value/messages.json test/parse-error/unexpected-equals-sign-before-attribute-name/messages.json test/parse-error/unexpected-null-character/messages.json test/parse-error/unexpected-question-mark-instead-of-tag-name/messages.json test/parse-error/unexpected-solidus-in-tag/messages.json test/parse-error/unknown-named-character-reference/messages.json <<<<<< network # path=./coverage/lcov.info TN: SF:packages/rehype/index.js FNF:0 FNH:0 DA:3,3 DA:4,3 DA:5,3 DA:7,3 LF:4 LH:4 BRF:0 BRH:0 end_of_record TN: SF:packages/rehype-cli/cli.js FNF:0 FNH:0 DA:4,2 DA:5,2 DA:6,2 DA:7,2 DA:9,2 LF:5 LH:5 BRF:0 BRH:0 end_of_record TN: SF:packages/rehype-parse/index.js FN:13,parse FN:21,parser FN:36,onerror FN:69,format FN:73,char FN:79,encodedChar FN:88,camelcase FN:92,replacer FNF:8 FNH:8 FNDA:211,parse FNDA:161,parser FNDA:84,onerror FNDA:166,format FNDA:39,char FNDA:4,encodedChar FNDA:84,camelcase FNDA:300,replacer DA:3,3 DA:4,3 DA:5,3 DA:7,3 DA:9,3 DA:11,3 DA:14,211 DA:15,211 DA:17,211 DA:19,211 DA:22,161 DA:23,161 DA:24,161 DA:30,161 DA:37,84 DA:38,84 DA:39,84 DA:40,84 DA:41,84 DA:42,84 DA:47,84 DA:55,84 DA:56,83 DA:61,83 DA:62,83 DA:63,83 DA:64,83 DA:65,83 DA:66,83 DA:70,166 DA:74,39 DA:75,39 DA:76,39 DA:80,4 DA:82,4 DA:89,84 DA:93,300 LF:37 LH:37 BRDA:17,0,0,3 BRDA:17,0,1,208 BRDA:22,1,0,55 BRDA:22,1,1,106 BRDA:23,2,0,65 BRDA:23,2,1,96 BRDA:40,3,0,80 BRDA:40,3,1,4 BRDA:40,4,0,84 BRDA:40,4,1,4 BRDA:41,5,0,2 BRDA:41,5,1,82 BRDA:41,6,0,81 BRDA:41,6,1,1 BRDA:55,7,0,83 BRDA:55,7,1,1 BRDA:56,8,0,83 BRDA:66,9,0,20 BRDA:66,9,1,63 BRDA:74,10,0,5 BRDA:74,10,1,34 BRDA:76,11,0,1 BRDA:76,11,1,38 BRF:23 BRH:23 end_of_record TN: SF:packages/rehype-stringify/index.js FN:7,stringify FN:12,compiler FNF:2 FNH:2 FNDA:217,stringify FNDA:61,compiler DA:3,3 DA:5,3 DA:8,217 DA:10,217 DA:13,61 LF:5 LH:5 BRF:0 BRH:0 end_of_record <<<<<< EOF