Skip to content

Empty export in ESM #51

@stlrnz

Description

@stlrnz

You defined a type export in the last line of sifter.ts.

export * from './types.ts';

This line is converted to EMS like this.

export * from "./types.js";

However, types.js is a nearly empty file, which makes the export pointless.

export {};
//# sourceMappingURL=types.js.map

Would you mind to optimize the export?

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