Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit e125173

Browse files
alexeaglemhevery
authored andcommitted
fix: Suppress closure compiler warnings about unknown 'process' variable.
Needed to compile angular2 apps with closure compiler. Closes #295
1 parent 5dc4339 commit e125173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/browser/utils.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Suppress closure compiler errors about unknown 'process' constiable
2+
* Suppress closure compiler errors about unknown 'process' variable
33
* @fileoverview
4-
* @suppress {undefinedconsts}
4+
* @suppress {undefinedVars}
55
*/
66

77
// Hack since TypeScript isn't compiling this for a worker.

0 commit comments

Comments
 (0)