fix(compiler): add typings for COMPILED.
Note: This commit has to be synced into G3 again.
This commit is contained in:
committed by
Alex Rickabaugh
parent
db74f44a97
commit
0038712474
Vendored
+9
@@ -11,5 +11,14 @@
|
||||
* Typings for google closure.
|
||||
*/
|
||||
declare namespace goog {
|
||||
/**
|
||||
* Note: Don't use this to check for advanced compilation,
|
||||
* as it is sometimes true.
|
||||
*/
|
||||
export const DEBUG: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* Use this flag to check for advanced compilation.
|
||||
*/
|
||||
declare const COMPILED: boolean;
|
||||
|
||||
Reference in New Issue
Block a user