espruino / EspruinoTools

JavaScript library of tools for Espruino - used for the Web IDE, CLI, etc.
Apache License 2.0
150 stars 89 forks source link

Esprima minification options have never worked #92

Closed gfwilliams closed 4 years ago

gfwilliams commented 5 years ago
for(var i in passes){if(!options[i]){delete(passes[i])};}

doesn't do anything to pipeline!

We could probably remove this, and the pipeline could be changed now too:

https://github.com/estools/esmangle/blob/90bf70752292064aecd33160a5c9cb0308038079/lib/pass.js#L54

gfwilliams commented 4 years ago

Fixed with https://github.com/espruino/EspruinoTools/commit/a1493a2146455bc151da003113101a665bce0b50