Files
babel/test/fixtures/transformation/es6-modules-amd-strict/module-name/expected.js

6 lines
121 B
JavaScript

define("es6-modules-amd-strict/module-name/expected", ["exports"], function (exports) {
"use strict";
foobar();
});