Skip to content

Add extensions in compiled CTS/MTS #10

Description

@egasimus

@hackbg/4mat is compiled and published using @hackbg/ubik. When installed in a Deno project, at the path node_modules/.deno/@hackbg+4mat@3.1.2/node_modules/@hackbg/4mat/4mat.dist.d.mts is found the reexport statement:

export * from './4mat.browser'; 

which should instead be:

export * from './4mat.browser.dist.mts'; 

because otherwise Deno fails to see the reexported items.

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