-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed as not planned
Closed as not planned
Copy link
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code
Description
Acknowledgement
- I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
Comment
I have a pull #56281 which involves changing src/lib/rs5.d.ts
.
I think because it changes that file, there are a few fourslash errors similar to this one:
fourslash tests
tests/cases/fourslash/completionListInTypeParameterOfClassExpression1.ts
fourslash test completionListInTypeParameterOfClassExpression1.ts runs correctly:
AssertionError: At marker "4": expected [ 'D', 'any', 'Array', …(138) ] to deeply equal [ 'D', 'any', 'Array', …(137) ]
at _TestState.verifyCompletionsAreExactly (src/harness/fourslashImpl.ts:1213:16)
at _TestState.verifyCompletionsWorker (src/harness/fourslashImpl.ts:1074:18)
at _TestState.verifyCompletions (src/harness/fourslashImpl.ts:1009:25)
at Verify.completions (src/harness/fourslashInterfaceImpl.ts:251:31)
at eval (completionListInTypeParameterOfClassExpression1.js:8:8)
at runCode (src/harness/fourslashImpl.ts:4607:9)
at runFourSlashTestContent (src/harness/fourslashImpl.ts:4565:5)
at runFourSlashTest (src/harness/fourslashImpl.ts:4548:5)
at Context.<anonymous> (src/testRunner/fourslashRunner.ts:60:39)
at processImmediate (node:internal/timers:478:21)
They don't go away after hereby baseline-accept
.
Does this require changing the LKG?
Otherwise, how to inspect the differences and modify the baseline?
Metadata
Metadata
Assignees
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code