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
This is admittedly a bit of a weird package, as it has no type definitions at all
It also has no exports: it was meant to have exports, but I messed up my publishing script so it ended up publishing as CJS, which from an ESM point of view has no exports. This is however not an unreasonable case, as you might have an actual module that has no exports: it's very common for polyfills.
JSR should not show the "Functions" header, as there are no functions exported by the package.
The text was updated successfully, but these errors were encountered:
https://jsr.io/@babel-test-6ae45912/[email protected]/doc/helpers/arrayWithHoles
This is admittedly a bit of a weird package, as it has no type definitions at all
It also has no exports: it was meant to have exports, but I messed up my publishing script so it ended up publishing as CJS, which from an ESM point of view has no exports. This is however not an unreasonable case, as you might have an actual module that has no exports: it's very common for polyfills.
JSR should not show the "Functions" header, as there are no functions exported by the package.
The text was updated successfully, but these errors were encountered: