* Node modules compatibility: add ".js" extension to imported polyfills * Update fixtures * add extensions on calling `addDefaultImport()`, not in the function.
8 lines
153 B
JavaScript
8 lines
153 B
JavaScript
var _classCallCheck = require("@babel/runtime/helpers/classCallCheck.js");
|
|
|
|
let Foo = function Foo() {
|
|
"use strict";
|
|
|
|
_classCallCheck(this, Foo);
|
|
};
|