Skip to content

Minor annoyance: an unused import is generated for pg #1

Closed
@KMahoney

Description

@KMahoney

Hi, thanks for this! It looks really useful.

I encountered a small issue with the 'pg' backend. This line is generated:

import { IPostgresInterval } from "postgres-interval";

If it is not used, it is a compiler error when noUnusedLocals is on.

If it is difficult to selectively include, maybe add a // @ts-ignore annotation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions