You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/features/fileConfigurationManager.ts(170,4): Type 'string | undefined' is not assignable to type 'SemicolonPreference | undefined'.
8
+
Type 'string' is not assignable to type 'SemicolonPreference | undefined'.
7
9
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
8
10
9
11
10
12
11
13
Standard error:
12
14
[XX:XX:XX] 'compile' errored after ?s
13
-
[XX:XX:XX] TypeError: Cannot read property 'text' of undefined
14
-
at DeclarationResolver._getDeclarationSourceFile (/vscode/build/monaco/api.js:519:75)
15
-
at DeclarationResolver.getDeclarationSourceFile (/vscode/build/monaco/api.js:493:52)
16
-
at sourceFileGetter (/vscode/build/monaco/api.js:525:53)
17
-
at lines.forEach.line (/vscode/build/monaco/api.js:330:32)
18
-
at Array.forEach (<anonymous>)
19
-
at generateDeclarationFile (/vscode/build/monaco/api.js:319:11)
20
-
at _run (/vscode/build/monaco/api.js:438:15)
21
-
at Object.run3 (/vscode/build/monaco/api.js:526:12)
22
-
at MonacoGenerator._run (/vscode/build/lib/compilation.js:142:27)
23
-
at MonacoGenerator.execute (/vscode/build/lib/compilation.js:154:29)
15
+
[XX:XX:XX] Error: Found 1 errors
16
+
at Stream.<anonymous> (/vscode/build/lib/reporter.js:74:29)
17
+
at _end (/vscode/node_modules/through/index.js:65:9)
18
+
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
19
+
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
20
+
at Object.onceWrapper (events.js:286:20)
21
+
at StreamFilter.emit (events.js:203:15)
22
+
at StreamFilter.EventEmitter.emit (domain.js:466:23)
23
+
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
24
+
at process._tickCallback (internal/process/next_tick.js:63:19)
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/TypeScript-React-Native-Starter.log
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Standard output:
3
3
node_modules/@types/react-native/index.d.ts(3425,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
4
4
node_modules/@types/react-native/index.d.ts(3438,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
5
5
node_modules/@types/react-native/index.d.ts(8745,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.
6
-
node_modules/@types/react/index.d.ts(373,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
6
+
node_modules/@types/react/index.d.ts(386,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/axios-src.log
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ lib/adapters/xhr.js(64,7): error TS2322: Type 'null' is not assignable to type '
14
14
lib/adapters/xhr.js(76,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
15
15
lib/adapters/xhr.js(83,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
16
16
lib/adapters/xhr.js(86,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
17
-
lib/adapters/xhr.js(95,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
18
-
lib/adapters/xhr.js(165,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
17
+
lib/adapters/xhr.js(99,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
18
+
lib/adapters/xhr.js(169,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
19
19
lib/axios.js(23,9): error TS2554: Expected 3 arguments, but got 2.
20
20
lib/axios.js(25,3): error TS2739: Type '(...args: any[]) => any' is missing the following properties from type 'Axios': defaults, interceptors, request, getUri
21
21
lib/axios.js(32,7): error TS2339: Property 'Axios' does not exist on type 'Axios'.
0 commit comments