fix: proper handling of situations where AS files are not invalid #109
Annotations
9 errors
test
Process completed with exit code 1.
|
test:
tests/ts/test/core/throwError.test.ts#L25
Unsafe member access .mockRestore on an `any` value
|
test:
tests/ts/test/core/throwError.test.ts#L25
Unsafe call of a(n) `any` typed value
|
test:
tests/ts/test/core/throwError.test.ts#L16
'any' overrides all other types in this union type
|
test:
tests/ts/test/core/throwError.test.ts#L16
Unexpected any. Specify a different type
|
test:
src/core/precompile.ts#L98
Only use `process.exit()` in CLI apps. Throw an error instead
|
test:
src/core/precompile.ts#L98
Don't use process.exit(); throw an error instead
|
test:
src/core/compile.ts#L32
Only use `process.exit()` in CLI apps. Throw an error instead
|
test:
src/core/compile.ts#L32
Don't use process.exit(); throw an error instead
|