Nick Heiner
Nick Heiner
I agree that both of the simpler approaches would be very valuable and supporting the more complicated grammar is excessive. On Fri, Mar 5, 2021 at 05:00 Adam Griffiths wrote:...
If we can't return a p-value directly, it would be nice if the docs gave me a pointer as to how I could compute it myself.
And, relatedly, in the docs for `standardNormalTable`, it would be nice to have a note about why it's a 1-dimensional table instead of a 2-dimensional table, since that's generally how...
I'm having this same issue. Passing `reignore` as the command does not work. From what I can tell from the `help` output and the README, it should.
It worked when I omitted the `--`: ``` ts-migrate reignore dir ```
Related / duplicate: https://github.com/airbnb/ts-migrate/issues/50
Cool – I'll probably have time to do some of these PRs in a month or so. Or anyone else is welcome to make an attempt in the meantime. :smile:...
You want to use [link](https://classic.yarnpkg.com/en/docs/cli/link) for the use-case of pointing one repo to a dep that's another local repo. I recommend doing: ``` # in the ts-migrate repo yarn yarn...
Happy to help! 😀 On Mon, Jun 20, 2022 at 19:34 Devin Rhode ***@***.***> wrote: > Our project has a TON of files named just .js, which contain jsx. So...
My workaround is to run `ts-migrate reignore` on the entire project, then use `git` to wipe away the unwanted changes.