Skip to content

add index.ts / index.js export for use as library #866

add index.ts / index.js export for use as library

add index.ts / index.js export for use as library #866

Triggered via push September 3, 2024 21:46
Status Success
Total duration 48s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Test: test/helpers/index.ts#L4
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/rewrite/index.js'?
Test: test/helpers/index.ts#L6
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/response.js'?
Test: test/helpers/index.ts#L7
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/request.js'?
Test: test/helpers/index.ts#L9
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../../src/utils.js'?
Test: test/helpers/index.ts#L12
Binding element 'content' implicitly has an 'any' type.
Test: test/helpers/index.ts#L13
Binding element 'contentType' implicitly has an 'any' type.
Test: src/rewrite/index.ts#L3
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../utils.js'?
Test: src/rewrite/index.ts#L5
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './decoder.js'?
Test: src/rewrite/index.ts#L7
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './rewriteVideo.js'?
Test: src/rewrite/index.ts#L9
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './dsruleset.js'?
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/