-
-
Notifications
You must be signed in to change notification settings - Fork 611
Open
Description
- Rollup Plugin Name: all
- Rollup Plugin Version: -
- Rollup Version:
- Operating System (or Browser): windows
- Node Version: 20
- Link to reproduction (
⚠️ read below):
https://github.com/javadbat/design-system/blob/main/tasks/build/builder/src/web-component-builder.ts
Expected Behavior
When using all rollup official plugins in Deno, I get the following error:
This expression is not callable.
Type 'typeof import("file:///.../$node_modules/.deno/@rollup+plugin-replace@6.0.2/$node_modules/@rollup/plugin-replace/types/index")' has no call signatures.deno-ts(2349)
Actual Behavior
by putting //@ts-ignore it works fine but TypeScript somehow couldn't resolve it as a function
Additional Information
Here is where I use rollup packages. it was working fine before I moved to deno, but currently need to be silenced with //@ts-ignore
https://github.com/javadbat/design-system/blob/main/tasks/build/builder/src/web-component-builder.ts
Metadata
Metadata
Assignees
Labels
No labels