We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9856ac6 commit 6e66634Copy full SHA for 6e66634
test/cases/parsing/harmony-commonjs/index.js
@@ -8,7 +8,7 @@ it("should pass when required by CommonJS module", function () {
8
it("should pass when use babeljs transpiler", function() {
9
//the following are generated code by use babeljs.
10
// use it this way will save trouble to setup babel-loader
11
- // the babeljs transpiled code depends on the __esMoudule to be set
+ // the babeljs transpiled code depends on the __esModule to be set
12
var _test = require('./a');
13
var _test2 = _interopRequireDefault(_test);
14
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
0 commit comments