type of dynamic url imports nested in a dynamic import always resolves to any
#20294
Labels
bug
Something isn't working correctly
fix available
there is a fix available in a third party library that needs to be merged
swc
related to swc (bundling/transpiling)
Summary
type of dynamic imports from URL like
import("https://<url>").Member
are alwaysany
.Reproduction
(adding
@deno-types
makes no differences)this does not seem to be a esm.sh problem as manually converting dynamic imports to import statement works:
npm:
works:The text was updated successfully, but these errors were encountered: