Fix #13, and windows flash task bug #40
Annotations
8 errors and 2 warnings
build:
src/commands/compileProject.mts#L38
Unexpected var, use let or const instead
|
build:
src/commands/compileProject.mts#L41
Unexpected var, use let or const instead
|
build:
src/commands/compileProject.mts#L44
Unexpected var, use let or const instead
|
build:
src/commands/compileProject.mts#L49
Unexpected var, use let or const instead
|
build:
src/commands/compileProject.mts#L49
Don't use `Number` as a type. Use number instead
|
build:
src/commands/compileProject.mts#L50
Unsafe argument of type `any` assigned to a parameter of type `Number | PromiseLike<Number>`
|
build:
src/commands/compileProject.mts#L56
Invalid operand for a '+' operation. Operands must each be a number or string, allowing a string + any of: `any`, `boolean`, `null`, `RegExp`, `undefined`. Got `Number`
|
build
Process completed with exit code 1.
|
build:
src/commands/compileProject.mts#L44
'e' is defined but never used
|
build:
src/commands/compileProject.mts#L49
'reject' is defined but never used
|