Closed dariajung closed 9 years ago
Running the minifier through ts2dart produces this interesting renaming dictionary...
lastGeneratedPropName isn't being updated in one of the if clauses
lastGeneratedPropName
if
Proposed solution, line 270 in ts-minify main.ts
main.ts
} else if (chars[0].match(/[0-9]/)) { newName = firstAlpha + Array(len).join(firstChar); this.lastGeneratedPropName = newName; return newName;
Running the minifier through ts2dart produces this interesting renaming dictionary...
lastGeneratedPropName
isn't being updated in one of theif
clauses