Nick McCurdy

Results 349 comments of Nick McCurdy

> I think probably for full TS support I should add a postpublish hook that does a babel transpilation to pure JS? I believe you need to do this, unless...

TypeScript declaration files tell the typechecker to completely ignore the source file.

Yes, but the compiler will see the Flow syntax, not the typechecker.

I'm not sure, it depends on React Native's build process and how a TypeScript user would set up their build process.

It seems like there's still more work to be done on the ES module conversion. Can we please get this merged in the interim? I'd argue it's already being sufficiently...

I'm pretty sure this is illegal JSX syntax, the spec doesn't mention using `//` comments and this might be typo or something specific to your JSX transpiler, but I don't...

Can we at least keep the `no-` prefix for extension rules? I don't think the benefits of simplifying the APIs apply to rules that are already in ESLint, and this...

Redux has recently been ported to TypeScript which may fix this issue, though it hasn't been released yet. Maybe you could try building it from source.

I'm mostly referring to how the Babel/browserslist config explicitly support IE in the build. Is that explicitly tested though?