Ville Lautanala
Ville Lautanala
Yes. In fact, the development of the Harmony version of UglifyJS has stopped. Harmony support might need to be removed at some point. https://github.com/mishoo/UglifyJS2/issues/3010#issuecomment-374147334
It could be worth checking out if [terser](https://github.com/fabiosantoscode/terser) could be used instead of the unmaintained uglify-es for ES6 support.
I'd be happy to replace UglifyJS with Terser. The number of differences is big enough that it'd make sense to release new version as a breaking change with regards to...
This would be a nice addition. Let's see what could be done for 3.0. UglifyJS does not support the use case very well with source maps. Only one input source...
[sourcemap](https://github.com/maccman/sourcemap) allows you to do this quite easily in plain Ruby. ``` ruby foo = File.read("examples/foo.js") bar = File.read("examples/bar.js") foobar = foo + bar foo_map = SourceMap::Map.from_json File.read("examples/foo.map") bar_map =...
Replacing the JSON streaming with [eventsource](https://github.com/aslakhellesoy/eventsource-node) could work. Windows users seem to be a quite small minority, so this isn't a very high priority for us. That said, we welcome...
Sorry – I didn't mean to write off Windows support. We should get this fixed eventually, but I don't expect anyone to immediately jump to work on this. In the...
This has been (mostly) fixed in #27, but not released to crates.
I've used `Emojie.canRender` for this purpose. If emojis are rendered with colour, use the native rendering (or wrap native emoji to a special span for e.g. larger font size) It...
This would be great! I tried to get this GitHub Actions to run the .app build in https://github.com/lautis/refined-github-safari/tree/fastlane a year ago, but at least then GitHub Actions timed out building...