Simen Bekkhus
Simen Bekkhus
I like it :D Wanna send a PR for it?
PR welcome 🙂
Pushed a commit that's _almost_ there - `interval` fails since the timer itself doesn't have an error object - only the last one does. Not sure how to deal with...
@fatso83 I don't know how to deal with `setInterval`. Ideas? One quick fix is of course to handle `error` not being present in `getInfiniteLoopError` and just return the error created...
Pushed that latest thing - not ideal, but I don't know how to solve it properly
It's now stage 3: https://github.com/tc39/proposal-temporal/pull/1440. 🎉 Is this a good time to add support? Along with some docs caveat that it's still unstable (and of course not added to `toFake`...
I have exactly zero clue 😅
> You will only have to mock out `Temporal.now`, by design. Wonderful 👍 >I would start implementing now, but perhaps hold off shipping it until at least one engine has...
> So here's the thing: promise libraries and other libraries use nextTick and microticks for scheduling so this is a pretty big breaking change. Good point, should probably call it...
@benjamingr added a section to the readme, feedback appreciated 😀