foundeo / toscript

Converts Tag based CFML to CFML Script
GNU General Public License v3.0
20 stars 9 forks source link

[feature request] suggest automatic fixes like var-scoping #15

Open mjhagen opened 7 years ago

mjhagen commented 7 years ago

right now <cfloop array="#myArray#" index="myItem"> is converted to for ( myItem in myArray ). Would be cool if some easy fixes could be suggested/applied.