Jake Teton-Landis
Jake Teton-Landis
> Goals: > • esmodule output ready to be consumed on the web I understand why this is wanted > • shipped as the latest ecmascript target. I understand why...
@71 I'd welcome any contributions on these topics. Here's the situation: ### .wasm file I discussed this with @carlosdp a few days ago, he may be working on it already....
Hello, I'm an engineer at Notion. We're currently rolling out some changes to the Notion editor to a portion of users, which is probably why this issue presents inconsistently for...
I just encountered this bug while trying to migrate test helpers to Jest.
Here's my work-around: ```typescript import { beforeAll, afterAll as fifoAfterAll, beforeEach, afterEach as fifoAfterEach, } from "@jest/globals" export * from "@jest/globals" /** * Jest w/ Circus incorrectly runs afterEach hooks...
Do you mean including C library source maps?
I think according to https://github.com/airbnb/javascript#6.2 our max-length is 100 characters, not 80 characters. Please make the length explicit. I thought that this number was already well-declared and obvious in our...
Go ahead and make it explicitly 100 chars in your markdown update and in the eslintrc. We'll let the PR sit here for a day or two after that and...
oops
@ljharb then we have to tell if the values involved in the right-hand side are nullable or something -- it is possible to have this sort of check with Flow...