Skip to content

Commit

Permalink
fix(compiler): add typings for COMPILED.
Browse files Browse the repository at this point in the history
Note: This commit has to be synced into G3 again.
  • Loading branch information
tbosch authored and alxhub committed Sep 29, 2017
1 parent db74f44 commit 0038712
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/goog.d.ts
Expand Up @@ -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;

0 comments on commit 0038712

Please sign in to comment.