Convert AMD to use new shared implementation.

This commit is contained in:
Logan Smyth
2017-09-07 20:41:00 -07:00
parent 95e08b6d2a
commit f17d30692c
43 changed files with 275 additions and 253 deletions

View File

@@ -1,15 +1,18 @@
define(["exports"], function (exports) {
define(["exports"], function (_exports) {
"use strict";
Object.defineProperty(exports, "__esModule", {
Object.defineProperty(_exports, "__esModule", {
value: true
});
_exports.default = void 0;
exports.default = function (_a) {
var _default = function _default(_a) {
return {
a: function a() {
return _a;
}
};
};
_exports.default = _default;
});