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
I figured out that this is due to rollup-plugin-ts, which has been deprecated. @rollup/plugin-typescript seems to be the way to go these days. I'll try writing a PR to fix this.
Node.js removed support for import assertions a while ago, so
rollup.config.mjs
is technically invalid now. I thought I could work around this by simply replacingassert
withwith
, butrollup
still thinks there is anassert
somewhere.I'm on
node 23.7.0
. Presumably versions>= 22
will be affected.To reproduce:
The text was updated successfully, but these errors were encountered: