Kevin Chavez
Kevin Chavez
I created a PR on emscripten, let's see if it gets merged https://github.com/emscripten-core/emscripten/pull/21115. Feel free to comment and make noise in it
I'm working on a side-project that would benefit from this and have some days I could put some work thinking about this issue. The site for https://www.webaudiomodules.org is down though...
> Is there any reason we can't update Flow's global window declaration to something like declare var window: Window; and declare a Window class with all the right props? Not...
Note: if it doesn't land on flow v0.71.0 it will land on v0.72.0. Sometimes cuts get backlogged a little; it is coming up though!
iirc means it's possible to build now
You can do [this](https://flow.org/try/#0PTACDMBsHsHcCgDG0B2BnALgAgIIC4ByAQwKwF4tiClVMsAhQgI1IoJfngwE8AHAUywAxaNHJYA3vCxYA2jwHRwuAD5YF-JQwC6eLJgBOASxQBzeAF9OydNnCi9IsRSkyiegEQALfpBgeAGmksJk9YaANIABNA+BAZRE9+AwMI2IsgA) right now. If/once https://github.com/facebook/flow/pull/4175 gets merged, you wouldn't need to write the types of `A` and `B` explicitly, cause it wouldn't be just `string` anymore. The...
Yup, that's what I meant by the multiple indexer bit; flow supports only one. I agree it could come in handy.
The first one to match could be taken. That's kind of how the definition for `Object` works, with that last honeypot case: https://github.com/facebook/flow/blob/v0.75/lib/core.js#L69 There could also be static analysis in...
In what library is this included? The types for (listing the contents of a directory)[https://developer.mozilla.org/en-US/docs/Web/API/File_System_API/Origin_private_file_system#listing_the_contents_of_a_folder] seem to be missing for me, I'm using: `"lib": ["DOM", "DOM.Iterable", "ESNext"]`
Created a new issue to not discuss in a closed issue https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1639