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 think one extra check would be args.resolveDir !== "". If you're omitting the resolveDir: Deno.cwd() option, args.resolveDir will be an empty string.
If I use the
stdin
option to set the entrypoint, I get the following error:This is the code snippet used:
Esbuild doesn't set the namespace for stdin entrypoint. The object received by the plugin looks like this:
Might be as well an esbuild bug, but not sure if the loader can handle this case.
The text was updated successfully, but these errors were encountered: