TypeScript/tests/baselines/reference/transpile/Correctly serialize metadata when transpile with System option.js
Wesley Wigham 403df45678
Rework entity name decorator metadata fallback emit to not throw at runtime (#25421)
* Rework entity name decorator metadata fallback emit to not throw at runtime

* Remove trailing whitespace
2018-07-06 15:18:03 -07:00

35 lines
No EOL
1.6 KiB
TypeScript

System.register(["angular2/core"], function (exports_1, context_1) {
"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
return c > 3 && r && Object.defineProperty(target, key, r), r;
};
var __metadata = (this && this.__metadata) || function (k, v) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
};
var ng, MyClass1;
var __moduleName = context_1 && context_1.id;
return {
setters: [
function (ng_1) {
ng = ng_1;
}
],
execute: function () {
MyClass1 = /** @class */ (function () {
function MyClass1(_elementRef) {
this._elementRef = _elementRef;
}
var _a;
MyClass1 = __decorate([
fooexport,
__metadata("design:paramtypes", [typeof (_a = typeof ng !== "undefined" && ng.ElementRef) === "function" ? _a : Object])
], MyClass1);
return MyClass1;
}());
}
};
});
//# sourceMappingURL=file.js.map