mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 20:29:11 +00:00

Fixes #4031 When a bundle contains a single module, we were incorrectly determining the module name, resulting in a non-functional bundle. This PR corrects that determination.
2 lines
40 B
TypeScript
2 lines
40 B
TypeScript
console.log("Hello world!");
|
|
export {};
|