In the typeBaselines branch, we get the following error when running the tests:
compiler tests for tests/cases/conformance/types/members/duplicateStringIndexers.ts Correct errors for tests/cases/conformanc
e/types/members/duplicateStringIndexers.ts:
AssertionError: total number of errors: expected 52 to equal 54
at Object.getErrorBaseline (C:\Work\XTeamUpdate\src\typescript\public\built\local\run.js:34387:20)
The problem is that the test has errors, but the compiler actually reports the errors in lib.d.ts. This is arguably a bug in the compiler, but the harness should also be more explicit about this.
In the typeBaselines branch, we get the following error when running the tests:
compiler tests for tests/cases/conformance/types/members/duplicateStringIndexers.ts Correct errors for tests/cases/conformanc
e/types/members/duplicateStringIndexers.ts:
AssertionError: total number of errors: expected 52 to equal 54
at Object.getErrorBaseline (C:\Work\XTeamUpdate\src\typescript\public\built\local\run.js:34387:20)
The problem is that the test has errors, but the compiler actually reports the errors in lib.d.ts. This is arguably a bug in the compiler, but the harness should also be more explicit about this.