Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[squash] typo
  • Loading branch information
addaleax committed Oct 29, 2017
commit f747debe08c24d42286d17106886a960b2924683
2 changes: 1 addition & 1 deletion lib/internal/loader/ModuleWrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const createDynamicModule = (exports, url = '', evaluate) => {
);
const names = ArrayMap(exports, (name) => `${name}`);
// Create two modules: One whose exports are get- and set-able ('reflective'),
// and one which re-exports all these of these but additionally may
// and one which re-exports all of these but additionally may
// run an executor function once everything is set up.
const src = `
export let executor;
Expand Down