You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The text was updated successfully, but these errors were encountered:
@hackbg/4mat
is compiled and published using@hackbg/ubik
. When installed in a Deno project, at the pathnode_modules/.deno/@[email protected]/node_modules/@hackbg/4mat/4mat.dist.d.mts
is found the reexport statement:which should instead be:
because otherwise Deno fails to see the reexported items.
The text was updated successfully, but these errors were encountered: