-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "No type information for this code" from baseline (#51311)
* Fix "No type information for this code" in baseline * Just remove the message
- Loading branch information
1 parent
88d25b4
commit 9c4e14d
Showing
880 changed files
with
3,813 additions
and
3,409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...oduleThatMergeWithStringIndexerAndExportedFunctionWithTypeIncompatibleWithIndexer.symbols
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
=== tests/cases/conformance/internalModules/DeclarationMerging/ClassAndModuleThatMergeWithStringIndexerAndExportedFunctionWithTypeIncompatibleWithIndexer.ts === | ||
|
||
No type information for this code. |
1 change: 0 additions & 1 deletion
1
...dModuleThatMergeWithStringIndexerAndExportedFunctionWithTypeIncompatibleWithIndexer.types
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
=== tests/cases/conformance/internalModules/DeclarationMerging/ClassAndModuleThatMergeWithStringIndexerAndExportedFunctionWithTypeIncompatibleWithIndexer.ts === | ||
|
||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/conformance/statements/for-ofStatements/ES5For-of12.ts === | ||
|
||
for ([""] of [[""]]) { } | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
=== tests/cases/compiler/InterfaceDeclaration8.ts === | ||
|
||
interface string { | ||
No type information for this code.} | ||
No type information for this code. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
=== tests/cases/conformance/parser/ecmascript5/Protected/Protected2.ts === | ||
|
||
protected module M { | ||
No type information for this code.} | ||
No type information for this code. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/TypeArgumentLists/TypeArgumentList1.ts === | ||
|
||
Foo<A,B,\ C>(4, 5, 6); | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
=== tests/cases/conformance/es6/variableDeclarations/VariableDeclaration11_es6.ts === | ||
|
||
"use strict"; | ||
No type information for this code.let | ||
No type information for this code. | ||
let |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/conformance/es6/variableDeclarations/VariableDeclaration1_es6.ts === | ||
|
||
const | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/conformance/es6/variableDeclarations/VariableDeclaration1_es6.ts === | ||
|
||
const | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/conformance/es6/variableDeclarations/VariableDeclaration6_es6.ts === | ||
|
||
let | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
=== tests/cases/conformance/es6/yieldExpressions/YieldExpression18_es6.ts === | ||
|
||
"use strict"; | ||
No type information for this code.yield(foo); | ||
No type information for this code. | ||
yield(foo); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/conformance/es6/yieldExpressions/YieldExpression1_es6.ts === | ||
|
||
yield; | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/conformance/es6/yieldExpressions/YieldExpression2_es6.ts === | ||
|
||
yield foo; | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/conformance/es6/yieldExpressions/YieldStarExpression1_es6.ts === | ||
|
||
yield * []; | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/conformance/es6/yieldExpressions/YieldStarExpression2_es6.ts === | ||
|
||
yield *; | ||
No type information for this code. |
13 changes: 7 additions & 6 deletions
13
tests/baselines/reference/ambientExportDefaultErrors.symbols
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
=== tests/cases/conformance/es6/moduleExportsAmd/a.ts === | ||
|
||
export default class {} | ||
No type information for this code. | ||
No type information for this code.=== tests/cases/conformance/es6/moduleExportsAmd/b.ts === | ||
|
||
=== tests/cases/conformance/es6/moduleExportsAmd/b.ts === | ||
|
||
export default function() {} | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
=== tests/cases/conformance/es6/moduleExportsAmd/a.ts === | ||
|
||
export default class {} | ||
No type information for this code. | ||
No type information for this code.=== tests/cases/conformance/es6/moduleExportsAmd/b.ts === | ||
|
||
=== tests/cases/conformance/es6/moduleExportsAmd/b.ts === | ||
|
||
export default function() {} | ||
No type information for this code. |
7 changes: 4 additions & 3 deletions
7
tests/baselines/reference/anonymousDefaultExportsCommonjs.symbols
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
=== tests/cases/conformance/es6/moduleExportsCommonjs/a.ts === | ||
|
||
export default class {} | ||
No type information for this code. | ||
No type information for this code.=== tests/cases/conformance/es6/moduleExportsCommonjs/b.ts === | ||
|
||
=== tests/cases/conformance/es6/moduleExportsCommonjs/b.ts === | ||
|
||
export default function() {} | ||
No type information for this code. |
7 changes: 4 additions & 3 deletions
7
tests/baselines/reference/anonymousDefaultExportsCommonjs.types
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
=== tests/cases/conformance/es6/moduleExportsCommonjs/a.ts === | ||
|
||
export default class {} | ||
No type information for this code. | ||
No type information for this code.=== tests/cases/conformance/es6/moduleExportsCommonjs/b.ts === | ||
|
||
=== tests/cases/conformance/es6/moduleExportsCommonjs/b.ts === | ||
|
||
export default function() {} | ||
No type information for this code. |
7 changes: 4 additions & 3 deletions
7
tests/baselines/reference/anonymousDefaultExportsSystem.symbols
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
=== tests/cases/conformance/es6/moduleExportsSystem/a.ts === | ||
|
||
export default class {} | ||
No type information for this code. | ||
No type information for this code.=== tests/cases/conformance/es6/moduleExportsSystem/b.ts === | ||
|
||
=== tests/cases/conformance/es6/moduleExportsSystem/b.ts === | ||
|
||
export default function() {} | ||
No type information for this code. |
7 changes: 4 additions & 3 deletions
7
tests/baselines/reference/anonymousDefaultExportsSystem.types
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
=== tests/cases/conformance/es6/moduleExportsSystem/a.ts === | ||
|
||
export default class {} | ||
No type information for this code. | ||
No type information for this code.=== tests/cases/conformance/es6/moduleExportsSystem/b.ts === | ||
|
||
=== tests/cases/conformance/es6/moduleExportsSystem/b.ts === | ||
|
||
export default function() {} | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
=== tests/cases/conformance/es6/moduleExportsUmd/a.ts === | ||
|
||
export default class {} | ||
No type information for this code. | ||
No type information for this code.=== tests/cases/conformance/es6/moduleExportsUmd/b.ts === | ||
|
||
=== tests/cases/conformance/es6/moduleExportsUmd/b.ts === | ||
|
||
export default function() {} | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
=== tests/cases/conformance/es6/moduleExportsUmd/a.ts === | ||
|
||
export default class {} | ||
No type information for this code. | ||
No type information for this code.=== tests/cases/conformance/es6/moduleExportsUmd/b.ts === | ||
|
||
=== tests/cases/conformance/es6/moduleExportsUmd/b.ts === | ||
|
||
export default function() {} | ||
No type information for this code. |
2 changes: 1 addition & 1 deletion
2
tests/baselines/reference/arrowFunctionInExpressionStatement1.symbols
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/compiler/arrowFunctionInExpressionStatement1.ts === | ||
|
||
() => 0; | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/compiler/asiBreak.ts === | ||
|
||
while (true) break | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== tests/cases/compiler/asiContinue.ts === | ||
|
||
while (true) continue | ||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
=== tests/cases/compiler/asiReturn.ts === | ||
|
||
// This should be an error for using a return outside a function, but ASI should work properly | ||
No type information for this code.return | ||
No type information for this code. | ||
return |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
=== tests/cases/compiler/asiReturn.ts === | ||
|
||
// This should be an error for using a return outside a function, but ASI should work properly | ||
No type information for this code.return | ||
No type information for this code. | ||
return |
1 change: 0 additions & 1 deletion
1
tests/baselines/reference/assignmentCompatWithWithGenericConstructSignatures.symbols
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
=== tests/cases/conformance/types/typeRelationships/assignmentCompatibility/assignmentCompatWithWithGenericConstructSignatures.ts === | ||
|
||
No type information for this code. |
1 change: 0 additions & 1 deletion
1
tests/baselines/reference/assignmentCompatWithWithGenericConstructSignatures.types
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
=== tests/cases/conformance/types/typeRelationships/assignmentCompatibility/assignmentCompatWithWithGenericConstructSignatures.ts === | ||
|
||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
=== tests/cases/conformance/async/es5/asyncInterface_es5.ts === | ||
|
||
async interface I { | ||
No type information for this code.} | ||
No type information for this code. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
=== tests/cases/conformance/async/es6/asyncInterface_es6.ts === | ||
|
||
async interface I { | ||
No type information for this code.} | ||
No type information for this code. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
=== tests/cases/conformance/async/es5/asyncModule_es5.ts === | ||
|
||
async module M { | ||
No type information for this code.} | ||
No type information for this code. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
=== tests/cases/conformance/async/es6/asyncModule_es6.ts === | ||
|
||
async module M { | ||
No type information for this code.} | ||
No type information for this code. | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
=== tests/cases/compiler/augmentArray.ts === | ||
|
||
interface Array<T> { | ||
No type information for this code. (): any[]; | ||
No type information for this code.} | ||
No type information for this code. | ||
(): any[]; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
=== tests/cases/compiler/bind2.ts === | ||
|
||
No type information for this code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
=== tests/cases/compiler/bind2.ts === | ||
|
||
No type information for this code. |
6 changes: 3 additions & 3 deletions
6
tests/baselines/reference/breakInIterationOrSwitchStatement1.symbols
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
=== tests/cases/compiler/breakInIterationOrSwitchStatement1.ts === | ||
|
||
while (true) { | ||
No type information for this code. break; | ||
No type information for this code.} | ||
No type information for this code. | ||
break; | ||
} |
Oops, something went wrong.