Convert AMD to use new shared implementation.
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user