mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
9 lines
No EOL
420 B
TypeScript
9 lines
No EOL
420 B
TypeScript
/* Prevents the unneeded deps.js SCRIPT auto-inject when doing uncompiled tests.
|
|
|
|
* Because of how TypeScript's <reference/> tag works, this must be in its own file and declared above
|
|
* goog/base.js in order to prevent unfortunate side-effects from occuring. We don't need the functionality
|
|
* that the Closure library tries to import otherwise.
|
|
*/
|
|
|
|
declare var CLOSURE_NO_DEPS: boolean;
|
|
var CLOSURE_NO_DEPS = true; |