mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05: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 {};
|