Skip to content
Closed
Prev Previous commit
Next Next commit
remove comment i forgot to remove
  • Loading branch information
devsnek committed Nov 2, 2017
commit 1a53fd195ad58ff16e9c391fa1d9d3a8a3969e70
2 changes: 0 additions & 2 deletions lib/internal/loader/ModuleRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ loaders.set('esm', async (url) => {
});

// Strategy for loading a node-style CommonJS module
// Uses babel and typescript style __esModule property for
// attaching named imports due to the possiblity of `module.exports.default`
loaders.set('cjs', async (url) => {
debug(`Loading CJSModule ${url}`);
const CJSModule = require('module');
Expand Down