/third_party/typescript/tests/baselines/reference/ |
D | unusedIdentifiersConsolidated1.errors.txt | 1 tests/cases/compiler/unusedIdentifiersConsolidated1.ts(1,18): error TS6133: 'person' is declared bu… 2 tests/cases/compiler/unusedIdentifiersConsolidated1.ts(2,9): error TS6133: 'unused' is declared but… 3 …entifiersConsolidated1.ts(5,32): error TS6133: 'unusedtypeparameter' is declared but its value is … 4 …tifiersConsolidated1.ts(6,13): error TS6133: 'unusedprivatevariable' is declared but its value is … 5 tests/cases/compiler/unusedIdentifiersConsolidated1.ts(7,13): error TS6133: 'greeting' is declared … 6 tests/cases/compiler/unusedIdentifiersConsolidated1.ts(11,17): error TS6133: 'message' is declared … 7 tests/cases/compiler/unusedIdentifiersConsolidated1.ts(12,13): error TS6133: 'unused2' is declared … 8 tests/cases/compiler/unusedIdentifiersConsolidated1.ts(16,20): error TS6133: 'person' is declared b… 9 tests/cases/compiler/unusedIdentifiersConsolidated1.ts(17,13): error TS6133: 'unused' is declared b… 10 …ifiersConsolidated1.ts(24,13): error TS6133: 'unUsedPrivateFunction' is declared but its value is … [all …]
|
D | unusedLocalsAndParameters.errors.txt | 1 tests/cases/compiler/unusedLocalsAndParameters.ts(4,12): error TS6133: 'a' is declared but its valu… 2 tests/cases/compiler/unusedLocalsAndParameters.ts(9,22): error TS6133: 'a' is declared but its valu… 3 tests/cases/compiler/unusedLocalsAndParameters.ts(15,5): error TS6133: 'farrow' is declared but its… 4 tests/cases/compiler/unusedLocalsAndParameters.ts(15,15): error TS6133: 'a' is declared but its val… 5 tests/cases/compiler/unusedLocalsAndParameters.ts(18,7): error TS6196: 'C' is declared but never us… 6 tests/cases/compiler/unusedLocalsAndParameters.ts(20,12): error TS6133: 'a' is declared but its val… 7 tests/cases/compiler/unusedLocalsAndParameters.ts(23,11): error TS6133: 'v' is declared but its val… 8 tests/cases/compiler/unusedLocalsAndParameters.ts(27,5): error TS6133: 'E' is declared but its valu… 9 tests/cases/compiler/unusedLocalsAndParameters.ts(29,12): error TS6133: 'a' is declared but its val… 10 tests/cases/compiler/unusedLocalsAndParameters.ts(32,11): error TS6133: 'v' is declared but its val… [all …]
|
D | parameterInitializersForwardReferencing.errors.txt | 1 …eferencing.ts(6,20): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 2 …ferencing.ts(11,21): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 3 …ferencing.ts(11,28): error TS2373: Parameter 'b' cannot reference identifier 'c' declared after it. 4 …ferencing.ts(17,21): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 5 …ferencing.ts(23,25): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 6 …ferencing.ts(32,21): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 7 …ferencing.ts(33,16): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 8 …ferencing.ts(37,14): error TS2373: Parameter 'a' cannot reference identifier 'b' declared after it. 9 …ferencing.ts(37,21): error TS2373: Parameter 'b' cannot reference identifier 'c' declared after it. 10 …ferencing.ts(37,28): error TS2373: Parameter 'c' cannot reference identifier 'd' declared after it. [all …]
|
D | unusedVariablesWithUnderscoreInBindingElement.errors.txt | 1 …ariablesWithUnderscoreInBindingElement.ts(12,17): error TS6133: 'b1' is declared but its value is … 2 …ariablesWithUnderscoreInBindingElement.ts(13,12): error TS6133: 'a2' is declared but its value is … 3 …ariablesWithUnderscoreInBindingElement.ts(14,12): error TS6133: 'a3' is declared but its value is … 4 …ariablesWithUnderscoreInBindingElement.ts(14,16): error TS6133: 'b3' is declared but its value is … 5 …ariablesWithUnderscoreInBindingElement.ts(23,12): error TS6133: 'a3' is declared but its value is … 6 …ariablesWithUnderscoreInBindingElement.ts(23,18): error TS6133: 'b3' is declared but its value is … 7 …ariablesWithUnderscoreInBindingElement.ts(23,22): error TS6133: 'c3' is declared but its value is … 8 …ariablesWithUnderscoreInBindingElement.ts(23,28): error TS6133: 'd3' is declared but its value is … 9 …ariablesWithUnderscoreInBindingElement.ts(23,32): error TS6133: 'e3' is declared but its value is … 10 …ariablesWithUnderscoreInBindingElement.ts(37,22): error TS6133: 'b1' is declared but its value is … [all …]
|
D | accessorsInAmbientContext.errors.txt | 1 …orsInAmbientContext.ts(3,17): error TS1183: An implementation cannot be declared in ambient contex… 2 …orsInAmbientContext.ts(4,18): error TS1183: An implementation cannot be declared in ambient contex… 3 …orsInAmbientContext.ts(6,24): error TS1183: An implementation cannot be declared in ambient contex… 4 …orsInAmbientContext.ts(7,25): error TS1183: An implementation cannot be declared in ambient contex… 5 …rsInAmbientContext.ts(12,13): error TS1183: An implementation cannot be declared in ambient contex… 6 …rsInAmbientContext.ts(13,14): error TS1183: An implementation cannot be declared in ambient contex… 7 …rsInAmbientContext.ts(15,20): error TS1183: An implementation cannot be declared in ambient contex… 8 …rsInAmbientContext.ts(16,21): error TS1183: An implementation cannot be declared in ambient contex… 16 !!! error TS1183: An implementation cannot be declared in ambient contexts. 19 !!! error TS1183: An implementation cannot be declared in ambient contexts. [all …]
|
D | unusedVariablesWithUnderscoreInForOfLoop.errors.txt | 1 …nusedVariablesWithUnderscoreInForOfLoop.ts(15,21): error TS6133: 'b' is declared but its value is … 2 …nusedVariablesWithUnderscoreInForOfLoop.ts(17,17): error TS6133: 'a' is declared but its value is … 3 …nusedVariablesWithUnderscoreInForOfLoop.ts(19,17): error TS6133: 'a' is declared but its value is … 4 …nusedVariablesWithUnderscoreInForOfLoop.ts(19,20): error TS6133: 'b' is declared but its value is … 5 …nusedVariablesWithUnderscoreInForOfLoop.ts(23,23): error TS6133: 'b' is declared but its value is … 6 …nusedVariablesWithUnderscoreInForOfLoop.ts(25,19): error TS6133: 'a' is declared but its value is … 7 …nusedVariablesWithUnderscoreInForOfLoop.ts(27,19): error TS6133: 'a' is declared but its value is … 8 …nusedVariablesWithUnderscoreInForOfLoop.ts(27,22): error TS6133: 'b' is declared but its value is … 28 !!! error TS6133: 'b' is declared but its value is never read. 32 !!! error TS6133: 'a' is declared but its value is never read. [all …]
|
D | noUnusedLocals_selfReference.errors.txt | 1 tests/cases/compiler/noUnusedLocals_selfReference.ts(3,10): error TS6133: 'f' is declared but its v… 2 tests/cases/compiler/noUnusedLocals_selfReference.ts(5,14): error TS6133: 'g' is declared but its v… 3 tests/cases/compiler/noUnusedLocals_selfReference.ts(9,7): error TS6196: 'C' is declared but never … 4 tests/cases/compiler/noUnusedLocals_selfReference.ts(12,6): error TS6196: 'E' is declared but never… 5 tests/cases/compiler/noUnusedLocals_selfReference.ts(13,11): error TS6196: 'I' is declared but neve… 6 tests/cases/compiler/noUnusedLocals_selfReference.ts(14,6): error TS6196: 'T' is declared but never… 7 tests/cases/compiler/noUnusedLocals_selfReference.ts(15,11): error TS6133: 'N' is declared but its … 8 tests/cases/compiler/noUnusedLocals_selfReference.ts(22,19): error TS6133: 'm' is declared but its … 16 !!! error TS6133: 'f' is declared but its value is never read. 20 !!! error TS6133: 'g' is declared but its value is never read. [all …]
|
D | unusedLocalsOnFunctionExpressionWithinFunctionDeclaration2.errors.txt | 1 …xpressionWithinFunctionDeclaration2.ts(1,18): error TS6133: 'person' is declared but its value is … 2 …ExpressionWithinFunctionDeclaration2.ts(2,9): error TS6133: 'unused' is declared but its value is … 3 …nExpressionWithinFunctionDeclaration2.ts(3,9): error TS6133: 'maker' is declared but its value is … 4 …ExpressionWithinFunctionDeclaration2.ts(3,26): error TS6133: 'child' is declared but its value is … 5 …pressionWithinFunctionDeclaration2.ts(4,13): error TS6133: 'unused2' is declared but its value is … 6 …xpressionWithinFunctionDeclaration2.ts(6,27): error TS6133: 'child2' is declared but its value is … 7 …pressionWithinFunctionDeclaration2.ts(7,13): error TS6133: 'unused3' is declared but its value is … 13 !!! error TS6133: 'person' is declared but its value is never read. 16 !!! error TS6133: 'unused' is declared but its value is never read. 19 !!! error TS6133: 'maker' is declared but its value is never read. [all …]
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionDeclaration2.errors.txt | 1 …clarationWithinFunctionDeclaration2.ts(1,18): error TS6133: 'person' is declared but its value is … 2 …eclarationWithinFunctionDeclaration2.ts(2,9): error TS6133: 'unused' is declared but its value is … 3 …eclarationWithinFunctionDeclaration2.ts(3,14): error TS6133: 'maker' is declared but its value is … 4 …eclarationWithinFunctionDeclaration2.ts(3,20): error TS6133: 'child' is declared but its value is … 5 …larationWithinFunctionDeclaration2.ts(4,13): error TS6133: 'unused2' is declared but its value is … 6 …clarationWithinFunctionDeclaration2.ts(6,21): error TS6133: 'child2' is declared but its value is … 7 …larationWithinFunctionDeclaration2.ts(7,13): error TS6133: 'unused3' is declared but its value is … 13 !!! error TS6133: 'person' is declared but its value is never read. 16 !!! error TS6133: 'unused' is declared but its value is never read. 19 !!! error TS6133: 'maker' is declared but its value is never read. [all …]
|
D | unusedLocalsOnFunctionExpressionWithinFunctionExpression2.errors.txt | 1 …ExpressionWithinFunctionExpression2.ts(1,25): error TS6133: 'person' is declared but its value is … 2 …nExpressionWithinFunctionExpression2.ts(2,9): error TS6133: 'unused' is declared but its value is … 3 …onExpressionWithinFunctionExpression2.ts(3,9): error TS6133: 'maker' is declared but its value is … 4 …nExpressionWithinFunctionExpression2.ts(3,27): error TS6133: 'child' is declared but its value is … 5 …xpressionWithinFunctionExpression2.ts(4,13): error TS6133: 'unused2' is declared but its value is … 6 …ExpressionWithinFunctionExpression2.ts(6,28): error TS6133: 'child2' is declared but its value is … 7 …xpressionWithinFunctionExpression2.ts(7,13): error TS6133: 'unused3' is declared but its value is … 13 !!! error TS6133: 'person' is declared but its value is never read. 16 !!! error TS6133: 'unused' is declared but its value is never read. 19 !!! error TS6133: 'maker' is declared but its value is never read. [all …]
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionExpression2.errors.txt | 1 …eclarationWithinFunctionExpression2.ts(1,25): error TS6133: 'person' is declared but its value is … 2 …DeclarationWithinFunctionExpression2.ts(2,9): error TS6133: 'unused' is declared but its value is … 3 …DeclarationWithinFunctionExpression2.ts(3,14): error TS6133: 'maker' is declared but its value is … 4 …DeclarationWithinFunctionExpression2.ts(3,20): error TS6133: 'child' is declared but its value is … 5 …clarationWithinFunctionExpression2.ts(4,13): error TS6133: 'unused2' is declared but its value is … 6 …eclarationWithinFunctionExpression2.ts(6,21): error TS6133: 'child2' is declared but its value is … 7 …clarationWithinFunctionExpression2.ts(7,13): error TS6133: 'unused3' is declared but its value is … 13 !!! error TS6133: 'person' is declared but its value is never read. 16 !!! error TS6133: 'unused' is declared but its value is never read. 19 !!! error TS6133: 'maker' is declared but its value is never read. [all …]
|
D | letDeclarations-invalidContexts.errors.txt | 1 …ions-invalidContexts.ts(3,5): error TS1157: 'let' declarations can only be declared inside a block. 2 …ions-invalidContexts.ts(5,5): error TS1157: 'let' declarations can only be declared inside a block. 3 …ions-invalidContexts.ts(8,5): error TS1157: 'let' declarations can only be declared inside a block. 4 …ons-invalidContexts.ts(11,5): error TS1157: 'let' declarations can only be declared inside a block. 6 …ons-invalidContexts.ts(19,5): error TS1157: 'let' declarations can only be declared inside a block. 7 …ons-invalidContexts.ts(22,5): error TS1157: 'let' declarations can only be declared inside a block. 8 …ns-invalidContexts.ts(25,12): error TS1157: 'let' declarations can only be declared inside a block. 9 …ns-invalidContexts.ts(28,29): error TS1157: 'let' declarations can only be declared inside a block. 17 !!! error TS1157: 'let' declarations can only be declared inside a block. 21 !!! error TS1157: 'let' declarations can only be declared inside a block. [all …]
|
D | constDeclarations-invalidContexts.errors.txt | 1 …ns-invalidContexts.ts(3,5): error TS1156: 'const' declarations can only be declared inside a block. 2 …ns-invalidContexts.ts(5,5): error TS1156: 'const' declarations can only be declared inside a block. 3 …ns-invalidContexts.ts(8,5): error TS1156: 'const' declarations can only be declared inside a block. 4 …s-invalidContexts.ts(11,5): error TS1156: 'const' declarations can only be declared inside a block. 6 …s-invalidContexts.ts(19,5): error TS1156: 'const' declarations can only be declared inside a block. 7 …s-invalidContexts.ts(22,5): error TS1156: 'const' declarations can only be declared inside a block. 8 …-invalidContexts.ts(25,12): error TS1156: 'const' declarations can only be declared inside a block. 9 …-invalidContexts.ts(28,29): error TS1156: 'const' declarations can only be declared inside a block. 17 !!! error TS1156: 'const' declarations can only be declared inside a block. 21 !!! error TS1156: 'const' declarations can only be declared inside a block. [all …]
|
D | unusedTypeParametersWithUnderscore.errors.txt | 1 tests/cases/compiler/unusedTypeParametersWithUnderscore.ts(1,16): error TS6133: 'U' is declared but… 2 tests/cases/compiler/unusedTypeParametersWithUnderscore.ts(3,12): error TS6133: 'U' is declared but… 3 tests/cases/compiler/unusedTypeParametersWithUnderscore.ts(5,17): error TS6133: 'U' is declared but… 4 tests/cases/compiler/unusedTypeParametersWithUnderscore.ts(7,13): error TS6133: 'U' is declared but… 5 tests/cases/compiler/unusedTypeParametersWithUnderscore.ts(8,18): error TS6133: 'W' is declared but… 6 tests/cases/compiler/unusedTypeParametersWithUnderscore.ts(11,14): error TS6133: 'U' is declared bu… 12 !!! error TS6133: 'U' is declared but its value is never read. 16 !!! error TS6133: 'U' is declared but its value is never read. 20 !!! error TS6133: 'U' is declared but its value is never read. 24 !!! error TS6133: 'U' is declared but its value is never read. [all …]
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionExpression1.errors.txt | 1 …eclarationWithinFunctionExpression1.ts(1,25): error TS6133: 'person' is declared but its value is … 2 …clarationWithinFunctionExpression1.ts(1,41): error TS6133: 'person2' is declared but its value is … 3 …DeclarationWithinFunctionExpression1.ts(2,9): error TS6133: 'unused' is declared but its value is … 4 …DeclarationWithinFunctionExpression1.ts(3,14): error TS6133: 'maker' is declared but its value is … 5 …DeclarationWithinFunctionExpression1.ts(3,20): error TS6133: 'child' is declared but its value is … 6 …clarationWithinFunctionExpression1.ts(4,13): error TS6133: 'unused2' is declared but its value is … 12 !!! error TS6133: 'person' is declared but its value is never read. 14 !!! error TS6133: 'person2' is declared but its value is never read. 17 !!! error TS6133: 'unused' is declared but its value is never read. 20 !!! error TS6133: 'maker' is declared but its value is never read. [all …]
|
D | unusedLocalsOnFunctionDeclarationWithinFunctionDeclaration1.errors.txt | 1 …clarationWithinFunctionDeclaration1.ts(1,18): error TS6133: 'person' is declared but its value is … 2 …larationWithinFunctionDeclaration1.ts(1,34): error TS6133: 'person2' is declared but its value is … 3 …eclarationWithinFunctionDeclaration1.ts(2,9): error TS6133: 'unused' is declared but its value is … 4 …eclarationWithinFunctionDeclaration1.ts(3,14): error TS6133: 'maker' is declared but its value is … 5 …eclarationWithinFunctionDeclaration1.ts(3,20): error TS6133: 'child' is declared but its value is … 6 …larationWithinFunctionDeclaration1.ts(4,13): error TS6133: 'unused2' is declared but its value is … 12 !!! error TS6133: 'person' is declared but its value is never read. 14 !!! error TS6133: 'person2' is declared but its value is never read. 17 !!! error TS6133: 'unused' is declared but its value is never read. 20 !!! error TS6133: 'maker' is declared but its value is never read. [all …]
|
D | unusedLocalsOnFunctionExpressionWithinFunctionExpression1.errors.txt | 1 …ExpressionWithinFunctionExpression1.ts(1,25): error TS6133: 'person' is declared but its value is … 2 …xpressionWithinFunctionExpression1.ts(1,41): error TS6133: 'person2' is declared but its value is … 3 …nExpressionWithinFunctionExpression1.ts(2,9): error TS6133: 'unused' is declared but its value is … 4 …onExpressionWithinFunctionExpression1.ts(3,9): error TS6133: 'maker' is declared but its value is … 5 …nExpressionWithinFunctionExpression1.ts(3,27): error TS6133: 'child' is declared but its value is … 6 …xpressionWithinFunctionExpression1.ts(4,13): error TS6133: 'unused2' is declared but its value is … 12 !!! error TS6133: 'person' is declared but its value is never read. 14 !!! error TS6133: 'person2' is declared but its value is never read. 17 !!! error TS6133: 'unused' is declared but its value is never read. 20 !!! error TS6133: 'maker' is declared but its value is never read. [all …]
|
D | unusedLocalsOnFunctionExpressionWithinFunctionDeclaration1.errors.txt | 1 …xpressionWithinFunctionDeclaration1.ts(1,18): error TS6133: 'person' is declared but its value is … 2 …pressionWithinFunctionDeclaration1.ts(1,34): error TS6133: 'person2' is declared but its value is … 3 …ExpressionWithinFunctionDeclaration1.ts(2,9): error TS6133: 'unused' is declared but its value is … 4 …nExpressionWithinFunctionDeclaration1.ts(3,9): error TS6133: 'maker' is declared but its value is … 5 …ExpressionWithinFunctionDeclaration1.ts(3,27): error TS6133: 'child' is declared but its value is … 6 …pressionWithinFunctionDeclaration1.ts(4,13): error TS6133: 'unused2' is declared but its value is … 12 !!! error TS6133: 'person' is declared but its value is never read. 14 !!! error TS6133: 'person2' is declared but its value is never read. 17 !!! error TS6133: 'unused' is declared but its value is never read. 20 !!! error TS6133: 'maker' is declared but its value is never read. [all …]
|
D | unusedTypeParametersCheckedByNoUnusedParameters.errors.txt | 1 …ypeParametersCheckedByNoUnusedParameters.ts(1,11): error TS6133: 'T' is declared but its value is … 2 …TypeParametersCheckedByNoUnusedParameters.ts(3,7): error TS6133: 'T' is declared but its value is … 3 …ypeParametersCheckedByNoUnusedParameters.ts(5,12): error TS6133: 'T' is declared but its value is … 4 …TypeParametersCheckedByNoUnusedParameters.ts(7,8): error TS6133: 'T' is declared but its value is … 5 …ypeParametersCheckedByNoUnusedParameters.ts(8,13): error TS6133: 'V' is declared but its value is … 6 …ypeParametersCheckedByNoUnusedParameters.ts(11,9): error TS6133: 'T' is declared but its value is … 12 !!! error TS6133: 'T' is declared but its value is never read. 16 !!! error TS6133: 'T' is declared but its value is never read. 20 !!! error TS6133: 'T' is declared but its value is never read. 24 !!! error TS6133: 'T' is declared but its value is never read. [all …]
|
D | unusedParametersWithUnderscore.errors.txt | 1 tests/cases/compiler/unusedParametersWithUnderscore.ts(1,12): error TS6133: 'a' is declared but its… 2 tests/cases/compiler/unusedParametersWithUnderscore.ts(1,19): error TS6133: 'c' is declared but its… 3 tests/cases/compiler/unusedParametersWithUnderscore.ts(1,27): error TS6133: 'd' is declared but its… 4 tests/cases/compiler/unusedParametersWithUnderscore.ts(1,29): error TS6133: 'e___' is declared but … 6 tests/cases/compiler/unusedParametersWithUnderscore.ts(11,16): error TS6133: 'arg' is declared but … 7 tests/cases/compiler/unusedParametersWithUnderscore.ts(17,13): error TS6133: 'arg' is declared but … 13 !!! error TS6133: 'a' is declared but its value is never read. 15 !!! error TS6133: 'c' is declared but its value is never read. 17 !!! error TS6133: 'd' is declared but its value is never read. 19 !!! error TS6133: 'e___' is declared but its value is never read. [all …]
|
D | unusedPrivateMethodInClass3.errors.txt | 1 tests/cases/compiler/unusedPrivateMethodInClass3.ts(2,13): error TS6133: 'function1' is declared bu… 2 tests/cases/compiler/unusedPrivateMethodInClass3.ts(3,13): error TS6133: 'y' is declared but its va… 3 tests/cases/compiler/unusedPrivateMethodInClass3.ts(7,13): error TS6133: 'function2' is declared bu… 4 tests/cases/compiler/unusedPrivateMethodInClass3.ts(8,13): error TS6133: 'y' is declared but its va… 5 tests/cases/compiler/unusedPrivateMethodInClass3.ts(13,13): error TS6133: 'y' is declared but its v… 12 !!! error TS6133: 'function1' is declared but its value is never read. 15 !!! error TS6133: 'y' is declared but its value is never read. 21 !!! error TS6133: 'function2' is declared but its value is never read. 24 !!! error TS6133: 'y' is declared but its value is never read. 31 !!! error TS6133: 'y' is declared but its value is never read.
|
D | constructorParametersInVariableDeclarations.errors.txt | 1 …ializer of instance member variable 'a' cannot reference identifier 'x' declared in the constructo… 2 …ializer of instance member variable 'b' cannot reference identifier 'x' declared in the constructo… 3 …ializer of instance member variable 'c' cannot reference identifier 'x' declared in the constructo… 4 …ializer of instance member variable 'a' cannot reference identifier 'x' declared in the constructo… 5 …ializer of instance member variable 'b' cannot reference identifier 'x' declared in the constructo… 6 …ializer of instance member variable 'c' cannot reference identifier 'x' declared in the constructo… 13 …ializer of instance member variable 'a' cannot reference identifier 'x' declared in the constructo… 16 …ializer of instance member variable 'b' cannot reference identifier 'x' declared in the constructo… 19 …ializer of instance member variable 'c' cannot reference identifier 'x' declared in the constructo… 27 …ializer of instance member variable 'a' cannot reference identifier 'x' declared in the constructo… [all …]
|
D | unusedDestructuring.errors.txt | 2 tests/cases/compiler/unusedDestructuring.ts(4,9): error TS6133: 'c' is declared but its value is ne… 3 tests/cases/compiler/unusedDestructuring.ts(6,7): error TS6133: 'e' is declared but its value is ne… 4 tests/cases/compiler/unusedDestructuring.ts(7,7): error TS6133: 'g' is declared but its value is ne… 6 tests/cases/compiler/unusedDestructuring.ts(10,10): error TS6133: 'f' is declared but its value is … 8 tests/cases/compiler/unusedDestructuring.ts(10,24): error TS6133: 'c' is declared but its value is … 9 tests/cases/compiler/unusedDestructuring.ts(10,32): error TS6133: 'e' is declared but its value is … 20 !!! error TS6133: 'c' is declared but its value is never read. 24 !!! error TS6133: 'e' is declared but its value is never read. 27 !!! error TS6133: 'g' is declared but its value is never read. 34 !!! error TS6133: 'f' is declared but its value is never read. [all …]
|
D | unusedMultipleParameters2InFunctionDeclaration.errors.txt | 1 …pleParameters2InFunctionDeclaration.ts(1,18): error TS6133: 'person' is declared but its value is … 2 …leParameters2InFunctionDeclaration.ts(1,34): error TS6133: 'person2' is declared but its value is … 3 …leParameters2InFunctionDeclaration.ts(1,51): error TS6133: 'person3' is declared but its value is … 4 …ipleParameters2InFunctionDeclaration.ts(2,9): error TS6133: 'unused' is declared but its value is … 10 !!! error TS6133: 'person' is declared but its value is never read. 12 !!! error TS6133: 'person2' is declared but its value is never read. 14 !!! error TS6133: 'person3' is declared but its value is never read. 17 !!! error TS6133: 'unused' is declared but its value is never read.
|
D | unusedPrivateMethodInClass2.errors.txt | 1 tests/cases/compiler/unusedPrivateMethodInClass2.ts(2,13): error TS6133: 'function1' is declared bu… 2 tests/cases/compiler/unusedPrivateMethodInClass2.ts(3,13): error TS6133: 'y' is declared but its va… 3 tests/cases/compiler/unusedPrivateMethodInClass2.ts(7,13): error TS6133: 'function2' is declared bu… 4 tests/cases/compiler/unusedPrivateMethodInClass2.ts(8,13): error TS6133: 'y' is declared but its va… 11 !!! error TS6133: 'function1' is declared but its value is never read. 14 !!! error TS6133: 'y' is declared but its value is never read. 20 !!! error TS6133: 'function2' is declared but its value is never read. 23 !!! error TS6133: 'y' is declared but its value is never read.
|