We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e395e49 commit e0a685dCopy full SHA for e0a685d
src/services/codefixes/addMissingConstInForLoop.ts
@@ -2,7 +2,7 @@
2
namespace ts.codefix {
3
const fixId = "addMissingConstInForLoop";
4
const errorCodes = [
5
- Diagnostics.Cannot_find_name_0.code,
+ Diagnostics.Cannot_find_name_0.code,
6
Diagnostics.No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer.code
7
];
8
0 commit comments