mirror of
https://github.com/denoland/deno.git
synced 2024-11-26 16:09:27 -05:00
0e579ee9dc
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 {};
|