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
add filename polyfill (sst#554)
to get support for typescript emitDecoratorMetadata, the need to use typescript (or swc) from esbuild was needed.
but when I tried to transpileModule from esbuild plugin, it is run from within the eval***.mjs file, wich is ESM and typescript did not like that and needs __filename.