Skip to content

refactor: use .ts file extension for relative imports #55

refactor: use .ts file extension for relative imports

refactor: use .ts file extension for relative imports #55

Triggered via push September 22, 2025 11:34
Status Failure
Total duration 4m 3s
Artifacts

checks.yml

on: push
Matrix: lint / lint
Matrix: test-mysql
Matrix: test-postgres
Matrix: test-sqlite
Matrix: typecheck / typecheck
Fit to window
Zoom out
Zoom in

Annotations

15 errors
typecheck / typecheck (latest)
Process completed with exit code 2.
typecheck / typecheck (latest): stubs/main.ts#L10
Module '"@adonisjs/core/helpers"' has no exported member 'getDirname'.
lint / lint (latest): tests/define_config.spec.ts#L12
All imports in the declaration are only used as types. Use `import type`
lint / lint (latest): tests/define_config.spec.ts#L11
All imports in the declaration are only used as types. Use `import type`
lint / lint (latest): src/types.ts#L11
All imports in the declaration are only used as types. Use `import type`
lint / lint (latest): src/types.ts#L10
All imports in the declaration are only used as types. Use `import type`
lint / lint (latest): src/stores/redis.ts#L12
Imports "RedisConnection" are only used as type
lint / lint (latest): src/limiter.ts#L11
Imports "ThrottleException" are only used as type
lint / lint (latest): src/limiter.ts#L10
All imports in the declaration are only used as types. Use `import type`
lint / lint (latest): src/http_limiter.ts#L14
All imports in the declaration are only used as types. Use `import type`
lint / lint (latest): services/main.ts#L11
All imports in the declaration are only used as types. Use `import type`
lint / lint (latest): providers/limiter_provider.ts#L11
All imports in the declaration are only used as types. Use `import type`
test-sqlite (24)
Process completed with exit code 1.
test-postgres (24, 11)
Process completed with exit code 1.
test-mysql (8.0, mysql, 22)
Process completed with exit code 1.