forked from angular/compiler-cli-builds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
21 lines (21 loc) · 849 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
* @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
*/
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var codegen_1 = require('./src/codegen');
exports.CodeGenerator = codegen_1.CodeGenerator;
var reflector_host_1 = require('./src/reflector_host');
exports.NodeReflectorHostContext = reflector_host_1.NodeReflectorHostContext;
exports.ReflectorHost = reflector_host_1.ReflectorHost;
var static_reflector_1 = require('./src/static_reflector');
exports.StaticReflector = static_reflector_1.StaticReflector;
exports.StaticSymbol = static_reflector_1.StaticSymbol;
__export(require('@angular/tsc-wrapped'));
//# sourceMappingURL=index.js.map