azproduction / lmd

LMD - JavaScript Module-Assembler for building better web applications :warning: Project is no longer supported :warning:
http://azproduction.ru/lmd/
MIT License
449 stars 27 forks source link

UglifyJS transforms /_/.test(function(_){}) to /_/.test(function(){}) in cache plugin #148

Closed azproduction closed 11 years ago

azproduction commented 11 years ago

It should keep _ in function body or argument.

/_/.test(function(){_()})
azproduction commented 11 years ago

lmd@1.10.22