pkg: add minimal type lints. #40
Triggered via pull request
September 24, 2023 12:28
Status
Failure
Total duration
10m 18s
Artifacts
–
node.js.yml
on: pull_request
Lint
35s
Browser
8m 51s
Matrix: Native
Matrix: Native w/ Torsion
Matrix: Javascript & Bigint
Annotations
10 errors
Lint:
lib/aead.js#L9
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Lint:
lib/aes.js#L11
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Lint:
lib/arc4.js#L9
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Lint:
lib/bcrypt.js#L9
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Lint:
lib/blake2b.js#L9
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Lint:
lib/blake2b160.js#L58
Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Lint:
lib/blake2b256.js#L58
Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Lint:
lib/blake2b384.js#L58
Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Lint:
lib/blake2b512.js#L58
Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|
Lint:
lib/blake2s.js#L9
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
|