@putout/plugin-convert-const-to-let
Advanced tools
Comparing version
@@ -33,2 +33,5 @@ 'use strict'; | ||
const isLoop = ({parentPath}) => { | ||
if (!parentPath) | ||
return false; | ||
if (parentPath.isForOfStatement()) | ||
@@ -35,0 +38,0 @@ return true; |
{ | ||
"name": "@putout/plugin-convert-const-to-let", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
4549
1.07%29
7.41%