Skip to content

Commit 37091e6

Browse files
committed
remove todo; various reviewers had no qualms
1 parent b8f5e53 commit 37091e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/modules/esm/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ function compileSourceTextModule(url, source, cascadedLoader, context = {}) {
355355

356356
const { isMain } = context;
357357
if (isMain) {
358-
wrap.isMain = true; // todo: is this fine?
358+
wrap.isMain = true;
359359
}
360360

361361
// Cache the source map for the module if present.

0 commit comments

Comments
 (0)