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
src/browser/Terminal2.test.ts(80,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
7
-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
8
-
The file is in the program because:
9
-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
10
-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
11
-
The file is in the program because:
12
-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
13
6
addons/xterm-addon-ligatures/src/font.ts(6,26): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
14
7
addons/xterm-addon-ligatures/src/font.ts(7,44): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
15
-
addons/xterm-addon-ligatures/src/font.ts(47,30): error TS2583: Cannot find name 'AsyncIterableIterator'. Do you need to change your target library? Try changing the `lib` compiler option to 'es2018' or later.
16
-
addons/xterm-addon-ligatures/src/font.ts(62,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
8
+
addons/xterm-addon-ligatures/src/font.ts(71,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
17
9
addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
18
10
addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not accept type arguments.
19
11
addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an 'any' type.
node_modules/@types/mongodb/index.d.ts(44,78): error TS7016: Could not find a declaration file for module 'bson'. '../../../tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter/node_modules/bson/index.js' implicitly has an 'any' type.
4
+
Try `npm i --save-dev @types/bson` if it exists or add a new declaration (.d.ts) file containing `declare module 'bson';`
5
+
node_modules/@types/mongodb/index.d.ts(57,111): error TS7016: Could not find a declaration file for module 'bson'. '../../../tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter/node_modules/bson/index.js' implicitly has an 'any' type.
6
+
Try `npm i --save-dev @types/bson` if it exists or add a new declaration (.d.ts) file containing `declare module 'bson';`
7
+
node_modules/mongoose/node_modules/@types/mongodb/index.d.ts(46,78): error TS7016: Could not find a declaration file for module 'bson'. '../../../tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter/node_modules/bson/index.js' implicitly has an 'any' type.
8
+
Try `npm i --save-dev @types/bson` if it exists or add a new declaration (.d.ts) file containing `declare module 'bson';`
9
+
node_modules/mongoose/node_modules/@types/mongodb/index.d.ts(58,111): error TS7016: Could not find a declaration file for module 'bson'. '../../../tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter/node_modules/bson/index.js' implicitly has an 'any' type.
10
+
Try `npm i --save-dev @types/bson` if it exists or add a new declaration (.d.ts) file containing `declare module 'bson';`
0 commit comments