We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082dc61 commit cdff73eCopy full SHA for cdff73e
tests/specs/ecosystem/esroyo/scoped_performance/3_0_0.test
@@ -9,4 +9,15 @@ esroyo/scoped-performance/3.0.0
9
10
== FAST CHECK EMIT PASSED ==
11
12
-== TYPE CHECK PASSED ==
+== TYPE CHECK FAILED ==
13
+-- stdout --
14
+
15
+-- stderr --
16
+TS2420 [ERROR]: Class 'ScopedPerformance' incorrectly implements interface 'Performance'.
17
+ Type 'ScopedPerformance' is missing the following properties from type 'Performance': clearResourceTimings, setResourceTimingBufferSize
18
+export class ScopedPerformance implements Performance {
19
+ ~~~~~~~~~~~~~~~~~
20
+ at file://<tmpdir>/src/scoped-performance.ts:1:14
21
22
+error: Type checking failed.
23
0 commit comments