Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extensions in compiled CTS/MTS #10

Open
egasimus opened this issue Dec 7, 2024 · 0 comments
Open

Add extensions in compiled CTS/MTS #10

egasimus opened this issue Dec 7, 2024 · 0 comments

Comments

@egasimus
Copy link
Collaborator

egasimus commented Dec 7, 2024

@hackbg/4mat is compiled and published using @hackbg/ubik. When installed in a Deno project, at the path node_modules/.deno/@[email protected]/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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant