James Henry

Results 381 comments of James Henry
trafficstars

Creator of @typescript-eslint here 👋 I stumbled upon this project via a tweet. I’m just curious, were any experiments undertaken to try and ingest rules as they exist today (in...

Yeah it was a genuinely open question - I haven't thought about it in any detail and I also don't know that much about rust or deno :) I do...

Wouldn’t you need that anyway for new features and/or breaking changes? E.g. bigint was just added and that would have been a parse error until our update went out, the...

Interestingly, those properties are not actually defined in the ESTree spec: https://github.com/estree/estree/blob/master/es5.md I noticed esprima doesn't have them, but most of the other popular parsers do. We can probably consider...

Is there any easy way to offer a compatibility layer within typescript-eslint-parser, so that eslint rules don't need to be rewritten? I imagine post-processing the whole AST is an option,...

I think I also just hit this windows specific issue when upgrading the lerna repo: https://github.com/lerna/lerna/pull/3154 Any idea why the failure is specific to windows? Sadly I don't have a...

Yeah, thanks @aciccarello! I would say it is definitely fair to assume that all Angular 1 projects have angular-mocks as a peerDependency already. If they don't, they have bigger problems...

There are a lot of upvotes and linked issues to this one (which is the correct etiquette), but given this has not received any explicit interaction for over a year,...

Sorry, this one will need to be updated as I don't think it's best to move ahead with the TS 4.4 one yet