Ingvar Stepanyan

Results 1089 comments of Ingvar Stepanyan

Moreover - I might be wrong, but from code looks like option is just ignored at the moment.

Definitely, a spec driven would be awesome. We even have `estree-formal` package that could be theoretically used for that (although syntactic generation like various types of number literals, valid regular...

@michaelficarra I've closed issue with mishoo/UglifyJS2#526 and already used esfuzz (with some adaptations) for generative testing of UglifyJS->SpiderMonkey AST convertor itself. Check out mishoo/UglifyJS2#527 for details (hopefully it helps).

But you're using `git://...` dependencies for parsers, is it necessary to wait for the release?

I'd like to, and even started rewriting adapter to CoffeeScript, but the problem I have is actually the same as I mentioned in michaelficarra/CoffeeScriptRedux#315 (btw, could you please have a...

I have required subset of MinGW, but still it behaves pretty different from real Linux shell and sometimes fails (at least, I couldn't build CoffeeScriptRedux nor this project).

Nope - it doesn't :P At least for this project or CoffeeScriptRedux.

> which is a bit deprecated? Oh, it is? I'm only digging into those APIs and having hard time figuring out which methods are new and which are deprecated, or...

Btw, I've noticed that SDL doesn't work with OffscreenCanvas mode either (https://github.com/emscripten-core/emscripten/issues/13652). I wonder if that's for the same reasons - not supporting custom WebGL contexts - or a separate...

> Partially related issues for asin(sin(x)) and acos(cos(x)): #6053, #6496. Those were implemented with an explicit flag `inverse=True` with which user basically says "yeah I know the returned angle might...