6 lines
121 B
JavaScript

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