Brian Chen
Brian Chen
There's also a bug on ios with a fix that hasn't been merged. So I conclude yes unfortunately
Bump @willmcpo this library works pretty great besides this ios bug 😢
Thank you @igorkamyshev. Since these are definitions for your own library so as long as basic standards are maintained I'm happy to merge. You've just got a few minor syntax...
Flow Enums have shipped and at first usage `import/named` throws an error. ``` import { MyEnum } from 'enumModule'; // errors MyEnum.A; // Ideal usage import * as EnumModule from...
@ljharb I've have a look into this one now and just working on getting tests to run and noticed that babel-core is version `6.26.3` but to support transpiling enums the...
Should v6 still be supported? It's years old at this point? Just wondering is all. Also want to add that `import/exports` also has an issue when there is a module...
I don't know what the impact of this would be if we changed just one, probably would be better once there's an ability to share types between libdefs
The correct thing here would be to build a proxy for where the cache is generated from, and the cli searches for lib defs there. If they cannot be found...
node_setup which automatically annotates github prs doesn't annotate warnings, so looking into that
@GAntoine I'm quite close to getting this action to work as I expect but I'm missing a key part where the `GITHUB_TOKEN` doesn't have permission to submit annotations, you can...