a few people have been asking me why i forked the unicorn lint plugin, and some not-as-friendly people unfortunately have been telling me i haven't done anything other than "replace a couple of dependencies"
so here's just some stuff i got upto on the fork ๐งต
so here's just some stuff i got upto on the fork ๐งต
Comments
We've been able to replace all of them with this one package now. Luke has done great work ๐
`isMethodCall(astNode, opts)`
opts changes shape all over so v8 can't optimise here. these monolithic helpers were split up into smaller type guards which could be optimised
this approach cut cpu time massively for a few of the rules