File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed
teapot/insomnia_plugin_aws Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,4 @@ shyce/echo-chamber/0.1.0
99
1010== FAST CHECK EMIT PASSED ==
1111
12- == TYPE CHECK FAILED ==
13- -- stdout --
14-
15- -- stderr --
16- TS2503 [ERROR]: Cannot find namespace 'NodeJS'.
17- public get _internalPingInterval(): NodeJS.Timeout | null {
18- ~~~~~~
19- at file://<tmpdir>/src/EchoChamber.ts:50:39
20-
21- TS2503 [ERROR]: Cannot find namespace 'NodeJS'.
22- public set _internalPingInterval(pingInterval: NodeJS.Timeout | null) {}
23- ~~~~~~
24- at file://<tmpdir>/src/EchoChamber.ts:53:50
25-
26- Found 2 errors.
27-
28- error: Type checking failed.
29-
12+ == TYPE CHECK PASSED ==
Original file line number Diff line number Diff line change @@ -13,17 +13,10 @@ teapot/insomnia-plugin-aws/0.1.0
1313-- stdout --
1414
1515-- stderr --
16- TS2503 [ERROR]: Cannot find namespace 'NodeJS'.
17- platform: NodeJS.Platform;
18- ~~~~~~
19- at file://<tmpdir>/src/types/app.ts:18:13
20-
2116TS2580 [ERROR]: Cannot find name 'Buffer'.
2217 getBodyBuffer: (response: Response, fallback?: any) => Promise<Buffer | null>;
2318 ~~~~~~
2419 at file://<tmpdir>/src/types/template.ts:60:72
2520
26- Found 2 errors.
27-
2821error: Type checking failed.
2922
You can’t perform that action at this time.
0 commit comments