https://github.com/mishoo/UglifyJS
Revision fdc9b9413bfddc711fe6195bd4fd408ab1dfa95e authored by Alex Lam S.L on 02 March 2017, 03:31:39 UTC, committed by GitHub on 02 March 2017, 03:31:39 UTC
- "" + "a"     => "a"
- "" + a + "b" => a + "b"
- "a" + ""     => "a" (improving on #45)
1 parent 40ceddb
History
Tip revision: fdc9b9413bfddc711fe6195bd4fd408ab1dfa95e authored by Alex Lam S.L on 02 March 2017, 03:31:39 UTC
minor improvement to string optimisation (#1514)
Tip revision: fdc9b94
File Mode Size
bin
lib
test
tools
.gitattributes -rw-r--r-- 20 bytes
.gitignore -rw-r--r-- 35 bytes
.travis.yml -rw-r--r-- 150 bytes
LICENSE -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 40.1 KB
appveyor.yml -rw-r--r-- 350 bytes
package.json -rw-r--r-- 1.3 KB

README.md

back to top