Skip to content

pkg: add minimal type lints. #40

pkg: add minimal type lints.

pkg: add minimal type lints. #40

Triggered via pull request September 24, 2023 12:28
@nodechnodech
synchronize #74
nodech:ts-lint
Status Failure
Total duration 10m 18s
Artifacts

node.js.yml

on: pull_request
Matrix: Native
Matrix: Native w/ Torsion
Matrix: Javascript & Bigint
Fit to window
Zoom out
Zoom in

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`.