refactor: use .ts file extension for relative imports #55
checks.yml
on: push
Matrix: lint / lint
Matrix: test-mysql
Matrix: test-postgres
Matrix: test-sqlite
Matrix: typecheck / typecheck
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.
|