generated_file.js
828 Bytes
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export var GeneratedFile = (function () {
/**
* @param {?} srcFileUrl
* @param {?} genFileUrl
* @param {?} source
*/
function GeneratedFile(srcFileUrl, genFileUrl, source) {
this.srcFileUrl = srcFileUrl;
this.genFileUrl = genFileUrl;
this.source = source;
}
return GeneratedFile;
}());
function GeneratedFile_tsickle_Closure_declarations() {
/** @type {?} */
GeneratedFile.prototype.srcFileUrl;
/** @type {?} */
GeneratedFile.prototype.genFileUrl;
/** @type {?} */
GeneratedFile.prototype.source;
}
//# sourceMappingURL=generated_file.js.map