Regression range: ok in bridge.9, crashes from bridge.10 (thisType wire field, #53).
This happens when eslint and @typescript-eslint/no-unsafe-assignment are used together on the following examples
export const f = (input: [string[] | undefined]) => {
const [[a] = []] = input
return a
}
I've also created a small repro.
Regression range: ok in
bridge.9, crashes frombridge.10(thisTypewire field, #53).This happens when
eslintand@typescript-eslint/no-unsafe-assignmentare used together on the following examplesI've also created a small repro.