There was an error while loading. Please reload this page.
1 parent 685ff96 commit 9171309Copy full SHA for 9171309
src/emitterlua.ts
@@ -288,7 +288,7 @@ export class EmitterLua {
288
throw new Error("Prototype can\'t be undefined or null");\
289
} \
290
\
291
- const obj = <any>{ \
+ const obj = { \
292
__index: __get_call_undefined__, \
293
__proto: proto, \
294
__newindex: __set_call_undefined__, \
test/test.ts
@@ -1,3 +1,3 @@
1
-declare var os: any;
+declare var os;
2
3
os.time();
0 commit comments