Ingvar Stepanyan

Results 1089 comments of Ingvar Stepanyan

@jakejarvis Sorry to be that guy, but "+1" couple of months since the last update is hopefully appropriate :) I want to use this action, but `env` doesn't seem very...

> I think the most accurate that JS has is performance.now() which isn't really all that accurate (millisecond I think?), but it'd still be neat to have at least a...

Personally, I think trying to adapt criterion might be a bit of an overkill for the JS+WASM ecosystem, since it will involve lot of work to port things like HTML...

@ljharb Well `test262` as you said is much more thorough and what I want is just quick-and-dirty checks that wouldn't slow down initialization.

@chicoxyzzy Usually it's the duplicate (that is, newest) issue that gets closed in favor of previous discussion :P

Perhaps it's better to just split the AMD loader into a separate module and let users use default Rollup's AMD generation, but with this loader imported explicitly.

Would love to see this merged to get rid of all the `&arr[..]` in `approx` calls.

Well, to be honest, Shift is a good & convenient alternative, but not a community standard. /cc @dherman @mikesherov @sebmck

@mikesherov It's not about output but more about input (ability to generate WebAssembly from readily transformed AST). Of course, Shift can easily be plugged in as well, since they already...

Hmm, just run into this, but it looks like relevant issue https://github.com/Rich-Harris/butternut/issues/137 might be already fixed on master, but this plugin depends on `"butternut": "^0.3.5"` so versions 0.4.* (including latest...