UNPKG

727 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Google Inc. All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8/// <amd-module name="@angular/compiler-cli/src/tooling" />
9/**
10 * @module
11 * @description
12 * Tooling support helpers.
13 */
14/**
15 * Known values for global variables in `@angular/core` that Terser should set using
16 * https://github.com/terser-js/terser#conditional-compilation
17 */
18export declare const GLOBAL_DEFS_FOR_TERSER: {
19 ngDevMode: boolean;
20 ngI18nClosureMode: boolean;
21};
22export declare const GLOBAL_DEFS_FOR_TERSER_WITH_AOT: {
23 ngJitMode: boolean;
24 ngDevMode: boolean;
25 ngI18nClosureMode: boolean;
26};