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
Fixes an issue where slugify was breaking with deno publish since the
TypeScript exports for slugify don't have support for modern tooling.
For future reference, the specific error message was:
TS2349 [ERROR]: This expression is not callable.
Type 'typeof import("./node_modules/slugify/slugify.d.ts")' has no call signatures.
Upstream issue: simov/slugify#185
hi,
when using nodenext as module in tsconfig, I can't call anymore slugify function.
Could you please fix the export so it is compatbile?
Thanks,
The text was updated successfully, but these errors were encountered: