Home
last modified time | relevance | path

Searched +full:no +full:- +full:ts (Results 1 – 25 of 1093) sorted by relevance

12345678910>>...44

/third_party/typescript/tests/baselines/reference/
Dparser.numericSeparators.decmialNegative.symbols1 === tests/cases/conformance/parser/ecmascriptnext/numericSeparators/1.ts ===
3 No type information for this code.
4 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
6 No type information for this code.
7 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
9 No type information for this code.
10 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
12 No type information for this code.
13 No type information for this code.=== tests/cases/conformance/parser/ecmascriptnext/numericSeparato…
15 No type information for this code.
[all …]
DcollisionThisExpressionAndParameter.symbols1 === tests/cases/compiler/collisionThisExpressionAndParameter.ts ===
3 >Foo : Symbol(Foo, Decl(collisionThisExpressionAndParameter.ts, 0, 0))
6 >x : Symbol(Foo.x, Decl(collisionThisExpressionAndParameter.ts, 0, 11))
8 var _this = 10; // Local var. No this capture in x(), so no conflict.
9 >_this : Symbol(_this, Decl(collisionThisExpressionAndParameter.ts, 2, 11))
12 >inner : Symbol(inner, Decl(collisionThisExpressionAndParameter.ts, 2, 23))
13 >_this : Symbol(_this, Decl(collisionThisExpressionAndParameter.ts, 3, 23))
16 >x : Symbol(x, Decl(collisionThisExpressionAndParameter.ts, 4, 18))
20 >y : Symbol(Foo.y, Decl(collisionThisExpressionAndParameter.ts, 6, 5))
23 >lamda : Symbol(lamda, Decl(collisionThisExpressionAndParameter.ts, 8, 11))
[all …]
DcollisionArgumentsInType.symbols1 === tests/cases/compiler/collisionArgumentsInType.ts ===
2 var v1: (i: number, ...arguments) => void; // no error - no code gen
3 >v1 : Symbol(v1, Decl(collisionArgumentsInType.ts, 0, 3))
4 >i : Symbol(i, Decl(collisionArgumentsInType.ts, 0, 9))
5 >arguments : Symbol(arguments, Decl(collisionArgumentsInType.ts, 0, 19))
7 var v12: (arguments: number, ...restParameters) => void; // no error - no code gen
8 >v12 : Symbol(v12, Decl(collisionArgumentsInType.ts, 1, 3))
9 >arguments : Symbol(arguments, Decl(collisionArgumentsInType.ts, 1, 10))
10 >restParameters : Symbol(restParameters, Decl(collisionArgumentsInType.ts, 1, 28))
13 >v2 : Symbol(v2, Decl(collisionArgumentsInType.ts, 2, 3))
[all …]
DpropertiesAndIndexersForNumericNames.symbols1 === tests/cases/compiler/propertiesAndIndexersForNumericNames.ts ===
3 >C : Symbol(C, Decl(propertiesAndIndexersForNumericNames.ts, 0, 0))
6 >i : Symbol(i, Decl(propertiesAndIndexersForNumericNames.ts, 1, 5))
11 >"1" : Symbol(C["1"], Decl(propertiesAndIndexersForNumericNames.ts, 1, 24))
13 public "-1": string = "negative number"; // Error
14 >"-1" : Symbol(C["-1"], Decl(propertiesAndIndexersForNumericNames.ts, 5, 34))
16 public "-2.5": string = "negative number"; // Error
17 >"-2.5" : Symbol(C["-2.5"], Decl(propertiesAndIndexersForNumericNames.ts, 6, 44))
19 public "3.141592": string = "pi-sitive number"; // Error
20 >"3.141592" : Symbol(C["3.141592"], Decl(propertiesAndIndexersForNumericNames.ts, 7, 46))
[all …]
DcollisionArgumentsInterfaceMembers.symbols1 === tests/cases/compiler/collisionArgumentsInterfaceMembers.ts ===
4 >i1 : Symbol(i1, Decl(collisionArgumentsInterfaceMembers.ts, 0, 0))
6 (i: number, ...arguments); // no error - no code gen
7 >i : Symbol(i, Decl(collisionArgumentsInterfaceMembers.ts, 2, 5))
8 >arguments : Symbol(arguments, Decl(collisionArgumentsInterfaceMembers.ts, 2, 15))
11 >i12 : Symbol(i12, Decl(collisionArgumentsInterfaceMembers.ts, 3, 1))
13 (arguments: number, ...rest); // no error - no code gen
14 >arguments : Symbol(arguments, Decl(collisionArgumentsInterfaceMembers.ts, 5, 5))
15 >rest : Symbol(rest, Decl(collisionArgumentsInterfaceMembers.ts, 5, 23))
18 >i1NoError : Symbol(i1NoError, Decl(collisionArgumentsInterfaceMembers.ts, 6, 1))
[all …]
DnoImplicitAnyParametersInAmbientModule.symbols1 === tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts ===
3 >D_M : Symbol(D_M, Decl(noImplicitAnyParametersInAmbientModule.ts, 0, 0))
5 // No implicit-'any' errors.
7 >dm_f1 : Symbol(dm_f1, Decl(noImplicitAnyParametersInAmbientModule.ts, 0, 20))
9 // No implicit-'any' errors.
11 >dm_f2 : Symbol(dm_f2, Decl(noImplicitAnyParametersInAmbientModule.ts, 2, 27))
12 >x : Symbol(x, Decl(noImplicitAnyParametersInAmbientModule.ts, 5, 19))
14 // No implicit-'any' errors.
16 >dm_f3 : Symbol(dm_f3, Decl(noImplicitAnyParametersInAmbientModule.ts, 5, 28))
17 >x : Symbol(x, Decl(noImplicitAnyParametersInAmbientModule.ts, 8, 19))
[all …]
DparserRealSource14.errors.txt1 …r/ecmascript5/parserRealSource14.ts(4,21): error TS6053: File 'tests/cases/conformance/parser/ecma…
2 …onformance/parser/ecmascript5/parserRealSource14.ts(24,33): error TS2694: Namespace 'TypeScript' h…
3 …onformance/parser/ecmascript5/parserRealSource14.ts(38,34): error TS2694: Namespace 'TypeScript' h…
4 …onformance/parser/ecmascript5/parserRealSource14.ts(48,37): error TS2694: Namespace 'TypeScript' h…
5 …onformance/parser/ecmascript5/parserRealSource14.ts(68,39): error TS2694: Namespace 'TypeScript' h…
6 tests/cases/conformance/parser/ecmascript5/parserRealSource14.ts(70,35): error TS2339: Property 'No…
7 …onformance/parser/ecmascript5/parserRealSource14.ts(75,32): error TS2694: Namespace 'TypeScript' h…
8 …onformance/parser/ecmascript5/parserRealSource14.ts(79,32): error TS2694: Namespace 'TypeScript' h…
9 …onformance/parser/ecmascript5/parserRealSource14.ts(86,47): error TS2694: Namespace 'TypeScript' h…
10 tests/cases/conformance/parser/ecmascript5/parserRealSource14.ts(94,56): error TS2339: Property 'No…
[all …]
DcollisionSuperAndParameter.symbols1 === tests/cases/compiler/collisionSuperAndParameter.ts ===
3 >Foo : Symbol(Foo, Decl(collisionSuperAndParameter.ts, 0, 0))
6 >a : Symbol(Foo.a, Decl(collisionSuperAndParameter.ts, 0, 11))
8 var lamda = (_super: number) => { // No Error
9 >lamda : Symbol(lamda, Decl(collisionSuperAndParameter.ts, 2, 11))
10 >_super : Symbol(_super, Decl(collisionSuperAndParameter.ts, 2, 21))
13 >x : Symbol(x, Decl(collisionSuperAndParameter.ts, 3, 18))
14 >this : Symbol(Foo, Decl(collisionSuperAndParameter.ts, 0, 0))
17 b(_super: number) { // No Error
18 >b : Symbol(Foo.b, Decl(collisionSuperAndParameter.ts, 5, 5))
[all …]
DexportAssignNonIdentifier.symbols1 === tests/cases/conformance/externalModules/foo1.ts ===
3 >x : Symbol(x, Decl(foo1.ts, 0, 3))
6 >x : Symbol(x, Decl(foo1.ts, 0, 3))
8 === tests/cases/conformance/externalModules/foo2.ts ===
10 No type information for this code.
11 No type information for this code.=== tests/cases/conformance/externalModules/foo3.ts ===
13 >Foo3 : Symbol(Foo3, Decl(foo3.ts, 0, 8))
15 === tests/cases/conformance/externalModules/foo4.ts ===
17 No type information for this code.
18 No type information for this code.=== tests/cases/conformance/externalModules/foo5.ts ===
[all …]
DunionTypeConstructSignatures.symbols1 === tests/cases/conformance/types/union/unionTypeConstructSignatures.ts ===
3 >numOrDate : Symbol(numOrDate, Decl(unionTypeConstructSignatures.ts, 0, 3))
4 …mbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Dec…
7 >strOrBoolean : Symbol(strOrBoolean, Decl(unionTypeConstructSignatures.ts, 1, 3))
10 >strOrNum : Symbol(strOrNum, Decl(unionTypeConstructSignatures.ts, 2, 3))
15 …fferentReturnType : Symbol(unionOfDifferentReturnType, Decl(unionTypeConstructSignatures.ts, 6, 3))
16 >a : Symbol(a, Decl(unionTypeConstructSignatures.ts, 6, 39))
17 >a : Symbol(a, Decl(unionTypeConstructSignatures.ts, 6, 70))
18 …mbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Dec…
21 >numOrDate : Symbol(numOrDate, Decl(unionTypeConstructSignatures.ts, 0, 3))
[all …]
DnoImplicitAnyParametersInAmbientModule.errors.txt1 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(6,20): error TS7006: Parameter 'x' i…
2 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(12,20): error TS7006: Parameter 'x' …
3 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(12,23): error TS7006: Parameter 'y' …
4 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(12,26): error TS7006: Parameter 'z' …
5 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(15,20): error TS7006: Parameter 'x' …
6 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(15,31): error TS7006: Parameter 'z' …
7 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(18,20): error TS7019: Rest parameter…
8 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(21,20): error TS7006: Parameter 'x' …
9 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(21,23): error TS7019: Rest parameter…
10 tests/cases/compiler/noImplicitAnyParametersInAmbientModule.ts(24,20): error TS7006: Parameter 'x1'…
[all …]
DunionTypeCallSignatures.symbols1 === tests/cases/conformance/types/union/unionTypeCallSignatures.ts ===
3 >numOrDate : Symbol(numOrDate, Decl(unionTypeCallSignatures.ts, 0, 3))
4 …mbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Dec…
7 >strOrBoolean : Symbol(strOrBoolean, Decl(unionTypeCallSignatures.ts, 1, 3))
10 >strOrNum : Symbol(strOrNum, Decl(unionTypeCallSignatures.ts, 2, 3))
15 >unionOfDifferentReturnType : Symbol(unionOfDifferentReturnType, Decl(unionTypeCallSignatures.ts, 6…
16 >a : Symbol(a, Decl(unionTypeCallSignatures.ts, 6, 35))
17 >a : Symbol(a, Decl(unionTypeCallSignatures.ts, 6, 62))
18 …mbol(Date, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Dec…
21 >numOrDate : Symbol(numOrDate, Decl(unionTypeCallSignatures.ts, 0, 3))
[all …]
DcollisionRestParameterInType.symbols1 === tests/cases/compiler/collisionRestParameterInType.ts ===
2 var v1: (_i: number, ...restParameters) => void; // no error - no code gen
3 >v1 : Symbol(v1, Decl(collisionRestParameterInType.ts, 0, 3))
4 >_i : Symbol(_i, Decl(collisionRestParameterInType.ts, 0, 9))
5 >restParameters : Symbol(restParameters, Decl(collisionRestParameterInType.ts, 0, 20))
8 >v2 : Symbol(v2, Decl(collisionRestParameterInType.ts, 1, 3))
10 (_i: number, ...restParameters); // no error - no code gen
11 >_i : Symbol(_i, Decl(collisionRestParameterInType.ts, 2, 5))
12 >restParameters : Symbol(restParameters, Decl(collisionRestParameterInType.ts, 2, 16))
14 new (_i: number, ...restParameters); // no error - no code gen
[all …]
DstringEnumLiteralTypes2.symbols1 === tests/cases/conformance/types/literal/stringEnumLiteralTypes2.ts ===
2 const enum Choice { Unknown = "", Yes = "yes", No = "no" };
3 >Choice : Symbol(Choice, Decl(stringEnumLiteralTypes2.ts, 0, 0))
4 >Unknown : Symbol(Choice.Unknown, Decl(stringEnumLiteralTypes2.ts, 0, 19))
5 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes2.ts, 0, 33))
6 >No : Symbol(Choice.No, Decl(stringEnumLiteralTypes2.ts, 0, 46))
8 type YesNo = Choice.Yes | Choice.No;
9 >YesNo : Symbol(YesNo, Decl(stringEnumLiteralTypes2.ts, 0, 59))
10 >Choice : Symbol(Choice, Decl(stringEnumLiteralTypes2.ts, 0, 0))
11 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes2.ts, 0, 33))
[all …]
DstringEnumLiteralTypes1.symbols1 === tests/cases/conformance/types/literal/stringEnumLiteralTypes1.ts ===
2 const enum Choice { Unknown = "", Yes = "yes", No = "no" };
3 >Choice : Symbol(Choice, Decl(stringEnumLiteralTypes1.ts, 0, 0))
4 >Unknown : Symbol(Choice.Unknown, Decl(stringEnumLiteralTypes1.ts, 0, 19))
5 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes1.ts, 0, 33))
6 >No : Symbol(Choice.No, Decl(stringEnumLiteralTypes1.ts, 0, 46))
8 type YesNo = Choice.Yes | Choice.No;
9 >YesNo : Symbol(YesNo, Decl(stringEnumLiteralTypes1.ts, 0, 59))
10 >Choice : Symbol(Choice, Decl(stringEnumLiteralTypes1.ts, 0, 0))
11 >Yes : Symbol(Choice.Yes, Decl(stringEnumLiteralTypes1.ts, 0, 33))
[all …]
DcollisionArgumentsClassMethod.symbols1 === tests/cases/compiler/collisionArgumentsClassMethod.ts ===
3 >c1 : Symbol(c1, Decl(collisionArgumentsClassMethod.ts, 0, 0))
6 >foo : Symbol(c1.foo, Decl(collisionArgumentsClassMethod.ts, 0, 10))
7 >i : Symbol(i, Decl(collisionArgumentsClassMethod.ts, 1, 15))
8 …ymbol(arguments, Decl(collisionArgumentsClassMethod.ts, 1, 25), Decl(collisionArgumentsClassMethod…
10 var arguments: any[]; // no error
11 …ymbol(arguments, Decl(collisionArgumentsClassMethod.ts, 1, 25), Decl(collisionArgumentsClassMethod…
14 >foo1 : Symbol(c1.foo1, Decl(collisionArgumentsClassMethod.ts, 3, 5))
15 …ymbol(arguments, Decl(collisionArgumentsClassMethod.ts, 4, 16), Decl(collisionArgumentsClassMethod…
16 >rest : Symbol(rest, Decl(collisionArgumentsClassMethod.ts, 4, 34))
[all …]
DenumLiteralTypes1.symbols1 === tests/cases/conformance/types/literal/enumLiteralTypes1.ts ===
2 const enum Choice { Unknown, Yes, No };
3 >Choice : Symbol(Choice, Decl(enumLiteralTypes1.ts, 0, 0))
4 >Unknown : Symbol(Choice.Unknown, Decl(enumLiteralTypes1.ts, 0, 19))
5 >Yes : Symbol(Choice.Yes, Decl(enumLiteralTypes1.ts, 0, 28))
6 >No : Symbol(Choice.No, Decl(enumLiteralTypes1.ts, 0, 33))
8 type YesNo = Choice.Yes | Choice.No;
9 >YesNo : Symbol(YesNo, Decl(enumLiteralTypes1.ts, 0, 39))
10 >Choice : Symbol(Choice, Decl(enumLiteralTypes1.ts, 0, 0))
11 >Yes : Symbol(Choice.Yes, Decl(enumLiteralTypes1.ts, 0, 28))
[all …]
DenumLiteralTypes2.symbols1 === tests/cases/conformance/types/literal/enumLiteralTypes2.ts ===
2 const enum Choice { Unknown, Yes, No };
3 >Choice : Symbol(Choice, Decl(enumLiteralTypes2.ts, 0, 0))
4 >Unknown : Symbol(Choice.Unknown, Decl(enumLiteralTypes2.ts, 0, 19))
5 >Yes : Symbol(Choice.Yes, Decl(enumLiteralTypes2.ts, 0, 28))
6 >No : Symbol(Choice.No, Decl(enumLiteralTypes2.ts, 0, 33))
8 type YesNo = Choice.Yes | Choice.No;
9 >YesNo : Symbol(YesNo, Decl(enumLiteralTypes2.ts, 0, 39))
10 >Choice : Symbol(Choice, Decl(enumLiteralTypes2.ts, 0, 0))
11 >Yes : Symbol(Choice.Yes, Decl(enumLiteralTypes2.ts, 0, 28))
[all …]
DnoImplicitAnyParametersInAmbientClass.symbols1 === tests/cases/compiler/noImplicitAnyParametersInAmbientClass.ts ===
3 >D_C : Symbol(D_C, Decl(noImplicitAnyParametersInAmbientClass.ts, 0, 0))
5 // No implicit-'any' errors.
7 >pub_f1 : Symbol(D_C.pub_f1, Decl(noImplicitAnyParametersInAmbientClass.ts, 0, 19))
9 // Implicit-'any' errors for x.
11 >pub_f2 : Symbol(D_C.pub_f2, Decl(noImplicitAnyParametersInAmbientClass.ts, 2, 26))
12 >x : Symbol(x, Decl(noImplicitAnyParametersInAmbientClass.ts, 5, 18))
14 // No implicit-'any' errors.
16 >pub_f3 : Symbol(D_C.pub_f3, Decl(noImplicitAnyParametersInAmbientClass.ts, 5, 27))
17 >x : Symbol(x, Decl(noImplicitAnyParametersInAmbientClass.ts, 8, 18))
[all …]
DtypeGuardsWithAny.symbols1 === tests/cases/conformance/expressions/typeGuards/typeGuardsWithAny.ts ===
3 >x : Symbol(x, Decl(typeGuardsWithAny.ts, 0, 3))
4 >p : Symbol(p, Decl(typeGuardsWithAny.ts, 0, 14))
7 >x : Symbol(x, Decl(typeGuardsWithAny.ts, 0, 3))
8 >Object : Symbol(Object, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
10 x.p; // No error, type any unaffected by instanceof type guard
11 >x : Symbol(x, Decl(typeGuardsWithAny.ts, 0, 3))
14 x.p; // No error, type any unaffected by instanceof type guard
15 >x : Symbol(x, Decl(typeGuardsWithAny.ts, 0, 3))
19 >x : Symbol(x, Decl(typeGuardsWithAny.ts, 0, 3))
[all …]
DcollisionRestParameterInterfaceMembers.symbols1 === tests/cases/compiler/collisionRestParameterInterfaceMembers.ts ===
4 >i1 : Symbol(i1, Decl(collisionRestParameterInterfaceMembers.ts, 0, 0))
6 (_i: number, ...restParameters); // no error - no code gen
7 >_i : Symbol(_i, Decl(collisionRestParameterInterfaceMembers.ts, 2, 5))
8 >restParameters : Symbol(restParameters, Decl(collisionRestParameterInterfaceMembers.ts, 2, 16))
11 >i1NoError : Symbol(i1NoError, Decl(collisionRestParameterInterfaceMembers.ts, 3, 1))
13 (_i: number); // no error
14 >_i : Symbol(_i, Decl(collisionRestParameterInterfaceMembers.ts, 5, 5))
19 >i2 : Symbol(i2, Decl(collisionRestParameterInterfaceMembers.ts, 6, 1))
21 new (_i: number, ...restParameters); // no error - no code gen
[all …]
DcollisionSuperAndPropertyNameAsConstuctorParameter.symbols1 === tests/cases/compiler/collisionSuperAndPropertyNameAsConstuctorParameter.ts ===
3 >a : Symbol(a, Decl(collisionSuperAndPropertyNameAsConstuctorParameter.ts, 0, 0))
7 >b1 : Symbol(b1, Decl(collisionSuperAndPropertyNameAsConstuctorParameter.ts, 1, 1))
8 >a : Symbol(a, Decl(collisionSuperAndPropertyNameAsConstuctorParameter.ts, 0, 0))
11 >_super : Symbol(_super, Decl(collisionSuperAndPropertyNameAsConstuctorParameter.ts, 4, 16))
14 >super : Symbol(a, Decl(collisionSuperAndPropertyNameAsConstuctorParameter.ts, 0, 0))
19 >b2 : Symbol(b2, Decl(collisionSuperAndPropertyNameAsConstuctorParameter.ts, 7, 1))
20 >a : Symbol(a, Decl(collisionSuperAndPropertyNameAsConstuctorParameter.ts, 0, 0))
23 >_super : Symbol(b2._super, Decl(collisionSuperAndPropertyNameAsConstuctorParameter.ts, 10, 16))
26 >super : Symbol(a, Decl(collisionSuperAndPropertyNameAsConstuctorParameter.ts, 0, 0))
[all …]
DpropertiesAndIndexersForNumericNames.errors.txt1 tests/cases/compiler/propertiesAndIndexersForNumericNames.ts(6,12): error TS2412: Property '"1"' of…
2 tests/cases/compiler/propertiesAndIndexersForNumericNames.ts(7,12): error TS2412: Property '"-1"' o…
3 tests/cases/compiler/propertiesAndIndexersForNumericNames.ts(8,12): error TS2412: Property '"-2.5"'…
4 tests/cases/compiler/propertiesAndIndexersForNumericNames.ts(9,12): error TS2412: Property '"3.1415…
5 tests/cases/compiler/propertiesAndIndexersForNumericNames.ts(10,12): error TS2412: Property '"1.2e-
6 tests/cases/compiler/propertiesAndIndexersForNumericNames.ts(11,12): error TS2412: Property '"Infin…
7 tests/cases/compiler/propertiesAndIndexersForNumericNames.ts(12,12): error TS2412: Property '"-Infi…
8 tests/cases/compiler/propertiesAndIndexersForNumericNames.ts(13,12): error TS2412: Property '"NaN"'…
11 ==== tests/cases/compiler/propertiesAndIndexersForNumericNames.ts (8 errors) ====
20 public "-1": string = "negative number"; // Error
[all …]
DcommaOperatorLeftSideUnused.errors.txt1 …es/compiler/commaOperatorLeftSideUnused.ts(8,10): error TS2695: Left side of comma operator is unu…
2 …es/compiler/commaOperatorLeftSideUnused.ts(16,19): error TS2695: Left side of comma operator is un…
3 …es/compiler/commaOperatorLeftSideUnused.ts(19,21): error TS2695: Left side of comma operator is un…
4 …es/compiler/commaOperatorLeftSideUnused.ts(22,7): error TS2695: Left side of comma operator is unu…
5 …es/compiler/commaOperatorLeftSideUnused.ts(23,7): error TS2695: Left side of comma operator is unu…
6 …es/compiler/commaOperatorLeftSideUnused.ts(24,7): error TS2695: Left side of comma operator is unu…
7 …es/compiler/commaOperatorLeftSideUnused.ts(25,7): error TS2695: Left side of comma operator is unu…
8 …es/compiler/commaOperatorLeftSideUnused.ts(26,7): error TS2695: Left side of comma operator is unu…
9 …es/compiler/commaOperatorLeftSideUnused.ts(27,7): error TS2695: Left side of comma operator is unu…
10 …es/compiler/commaOperatorLeftSideUnused.ts(28,7): error TS2695: Left side of comma operator is unu…
[all …]
/third_party/typescript/tests/baselines/reference/user/
Ddiscord.js.log3 node_modules/discord.js/typings/index.d.ts(18,30): error TS7016: Could not find a declaration file …
4 …Try `npm i --save-dev @types/ws` if it exists or add a new declaration (.d.ts) file containing `de…
5 node_modules/discord.js/typings/index.d.ts(122,35): error TS2694: Namespace 'NodeJS' has no exporte…
6 node_modules/discord.js/typings/index.d.ts(123,36): error TS2694: Namespace 'NodeJS' has no exporte…
7 node_modules/discord.js/typings/index.d.ts(124,37): error TS2694: Namespace 'NodeJS' has no exporte…
8 node_modules/discord.js/typings/index.d.ts(131,43): error TS2694: Namespace 'NodeJS' has no exporte…
9 node_modules/discord.js/typings/index.d.ts(132,41): error TS2694: Namespace 'NodeJS' has no exporte…
10 node_modules/discord.js/typings/index.d.ts(133,43): error TS2694: Namespace 'NodeJS' has no exporte…
11 node_modules/discord.js/typings/index.d.ts(135,93): error TS2694: Namespace 'NodeJS' has no exporte…
12 node_modules/discord.js/typings/index.d.ts(136,92): error TS2694: Namespace 'NodeJS' has no exporte…
[all …]

12345678910>>...44