Convert to TypeScript #20
Annotations
4 errors
test/unit/mock-http.test.ts#L3
SyntaxError: Cannot use import statement outside a module
❯ test/unit/mock-http.test.ts:3:22
Module /home/runner/work/node-sdk/node-sdk/src/Transloadit.ts:1 seems to be an ES Module but shipped in a CommonJS package. To fix this issue, change the file extension to .mjs or add "type": "module" in your package.json.
|
test/unit/test-pagination-stream.test.ts#L3
SyntaxError: Cannot use import statement outside a module
❯ test/unit/test-pagination-stream.test.ts:3:27
Module /home/runner/work/node-sdk/node-sdk/src/PaginationStream.ts:1 seems to be an ES Module but shipped in a CommonJS package. To fix this issue, change the file extension to .mjs or add "type": "module" in your package.json.
|
test/unit/test-transloadit-client.test.ts#L5
SyntaxError: Cannot use import statement outside a module
❯ test/unit/test-transloadit-client.test.ts:5:14
Module /home/runner/work/node-sdk/node-sdk/src/tus.ts:1 seems to be an ES Module but shipped in a CommonJS package. To fix this issue, change the file extension to .mjs or add "type": "module" in your package.json.
|
|
The logs for this run have expired and are no longer available.
Loading