This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
e01664d0ae
denoland-deno
/
cli
/
tests
/
subdir
/
single_module.ts
3 lines
81 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix: emit when bundle contains single module (#4042) 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.
2020-02-19 22:35:21 -05:00
console
.
log
(
"Hello world!"
)
;
upgrade: TypeScript 3.8 (#4100)
2020-02-25 15:33:19 -05:00
export
{
}
;
// TODO(ry) This shouldn't be necessary.
Copy permalink