Merge pull request #4: Isolated logic, Code cleanups #6
continuous-integration.yml
on: push
Linting
22s
Compile source code
21s
Annotations
7 errors
Compile source code:
src/commands/convert-directory.ts#L7
'CommandOptions' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Compile source code:
src/commands/convert-directory.ts#L8
Cannot find module '#root/cli' or its corresponding type declarations.
|
Compile source code:
src/commands/convert-directory.ts#L10
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../lib/Logger.js'?
|
Compile source code:
src/commands/convert-file.ts#L7
'CommandOptions' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Compile source code:
src/commands/convert-file.ts#L8
Cannot find module '#root/cli' or its corresponding type declarations.
|
Compile source code
Process completed with exit code 1.
|
Linting
Process completed with exit code 1.
|