acro5piano/kysely-migration-cli

Suggestion: Use `import type { Kysely }` for migration template

Closed this issue ยท 3 comments

Hey!

What do you think about using the explicit type import for Kysely in migration files?

Instead of
import { Kysely } from 'kysely'

it would be
import type { Kysely } from 'kysely'

@m4rvr That would be nice. Can you make a pull request? Thanks

Fixed on v0.3.0

Damn, sorry @acro5piano. Totally forgot about that ๐Ÿ™ƒ
Thanks @marcosrjjunior for doing it! ๐Ÿ™