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
The CJS analysis in this case tells that zlib is a reexport (but not "uuid" or "stream"). I think this is completely wrong as it's not a reexport of the actual file, because it's inside a closure that provides module variable.
Reported in: denoland/deno#23265 (reply in thread)
Our CJS analysis gets confused by code like this:
The CJS analysis in this case tells that
zlib
is a reexport (but not "uuid" or "stream"). I think this is completely wrong as it's not a reexport of the actual file, because it's inside a closure that providesmodule
variable.Complete file: https://gist.github.com/bartlomieju/a00a74d32947eef6a0811483d8619a0e
Reproduction in Deno:
The text was updated successfully, but these errors were encountered: