eslint-plugin: [prefer-includes] don't auto fix when test method's argument type doesn't have an 'includes' method (#2391) (71c4c72)3.9.0 (2020-08-10)Bug Fixeseslint-plugin: [no-throw-literal] support type asse
TypeScript is then maybe breaking the goal ofPreserve runtime behavior of all JavaScript code.without something similar to this As with your example, it would work the same as let: letvalue:number;console.log(value);// should be illegalvalue=42;// should be OKconsole.log(value);// should...