chore(release): version packages (#7) #14
release.yml
on: push
Annotations
4 errors
|
Release
Process completed with exit code 1.
|
|
tests/h2m.test.ts > H2MParser > runs the full pipeline with front matter and chunking:
src/extract/readability.ts#L64
TypeError: Cannot destructure property 'firstElementChild' of 'documentElement' as it is null.
❯ HTMLDocument.get head [as head] node_modules/.pnpm/linkedom@0.18.12/node_modules/linkedom/esm/html/document.js:54:10
❯ HTMLDocument.get body [as body] node_modules/.pnpm/linkedom@0.18.12/node_modules/linkedom/esm/html/document.js:66:12
❯ extractArticle src/extract/readability.ts:64:35
❯ H2MParser.extract src/index.ts:113:12
❯ H2MParser.process src/index.ts:142:28
❯ tests/h2m.test.ts:13:36
|
|
tests/fixtures-smoke.test.ts > fixtures smoke > processes every HTML fixture without throwing:
src/extract/readability.ts#L64
TypeError: Cannot destructure property 'firstElementChild' of 'documentElement' as it is null.
❯ HTMLDocument.get head [as head] node_modules/.pnpm/linkedom@0.18.12/node_modules/linkedom/esm/html/document.js:54:10
❯ HTMLDocument.get body [as body] node_modules/.pnpm/linkedom@0.18.12/node_modules/linkedom/esm/html/document.js:66:12
❯ extractArticle src/extract/readability.ts:64:35
❯ H2MParser.extract src/index.ts:113:12
❯ H2MParser.process src/index.ts:142:28
❯ tests/fixtures-smoke.test.ts:29:40
|
|
tests/extract-readability.test.ts > extractArticle > extracts main content and resolves relative URLs:
src/extract/readability.ts#L64
TypeError: Cannot destructure property 'firstElementChild' of 'documentElement' as it is null.
❯ HTMLDocument.get head [as head] node_modules/.pnpm/linkedom@0.18.12/node_modules/linkedom/esm/html/document.js:54:10
❯ HTMLDocument.get body [as body] node_modules/.pnpm/linkedom@0.18.12/node_modules/linkedom/esm/html/document.js:66:12
❯ extractArticle src/extract/readability.ts:64:35
❯ tests/extract-readability.test.ts:8:20
|