Skip to content

Merge pull request #4: Isolated logic, Code cleanups #6

Merge pull request #4: Isolated logic, Code cleanups

Merge pull request #4: Isolated logic, Code cleanups #6

Triggered via push June 28, 2024 13:08
Status Failure
Total duration 30s
Artifacts
Linting
22s
Linting
Compile source code
21s
Compile source code
Fit to window
Zoom out
Zoom in

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.