Elon Volo

Results 28 comments of Elon Volo

One addition question I have is whether the addition typescript dependencies (e.g. Typescript) should be bumped up to their latest version (e.g. 4.7.3)?

It's not just tests breaking, though. Now, when you create a stock typescript and run it it breaks.

@jamonholmgren Some act of weird gitness stripped the command from the end of a line in package.json. Assuming this passes tests it should be a fix

@jamonholmgren Have you considered the possibility of generating a launch.json that's included with the project when its generated, so people wouldn't have to do any trial and error, hunting on...

I'd just like a modern, up-to-date, simple tutorial using expo that runs out of the box after being cloned and that can capture video. After two weeks, I still can't...

I'll look into this when I get back home. First off, though, what happens if you replace ```module.exports.parser = 'babel';``` with ```module.exports.parser = 'babylon';```

@saravanakumar-apolloio Good find (yeah, it was totally duh and I missed it. Whoops). @Daniel15, @fkling is there be any disadvantage to switching the babylon parser configuration (and maybe babel5compat) to...

I guess I neglected to mention that I did an experiment where I tried running a transform on a export before decorator piece of a code and one where the...

I find the TSQuery approach particularly interesting and I've flirted with the idea of adding something like this to jscodeshift (after a heck of a lot refactoring, that is). https://github.com/phenomnomnominal/tsquery

What happens if you clone the following repository to a non .npm destination (home directory, whatever) and try to run it? https://github.com/ElonVolo/jscodeshift_litmus