summaryrefslogtreecommitdiff
path: root/cli/tests/subdir/single_module.ts
AgeCommit message (Collapse)Author
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2020-02-19fix: emit when bundle contains single module (#4042)Kitson Kelly
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.