diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-27 14:15:22 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-27 14:20:23 -0400 |
commit | 92e97bca41266df17a5c305e1633c3060e23d26f (patch) | |
tree | e21f3e866cb8df84cc60778b096106cb38b5e947 /globals.ts | |
parent | bbcdc9b488b0674bb424b3eb58a8586c4d73f9bd (diff) |
workaround text-encoding bug
Diffstat (limited to 'globals.ts')
-rw-r--r-- | globals.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.ts b/globals.ts index 184f25163..e82afd75b 100644 --- a/globals.ts +++ b/globals.ts @@ -1,3 +1,4 @@ +/// <reference path="./text-encoding.d.ts" /> import * as timer from "./timers"; // If you use the eval function indirectly, by invoking it via a reference |