Jake Bailey

Results 1408 comments of Jake Bailey

Tested this out locally and it does seem to work; `tsc -b` at the root does the right thing (awesome), and opening up `typescript-estree/src/index.ts` and doing a find-all-refs on `getCanonicalFileName`...

I will note that our existing normalization both before and after are imperfect, specifically for readonlyness. It's totally possible for someone to have declared a type named `ReadonlyArray` and it...

I would recommend not parsing any type strings without calling TS's parser; this kind of code wouldn't handle string literal types containing `|` (which is why I did it differently...

@typescript-bot test top200 @typescript-bot user test this @typescript-bot run dt @typescript-bot perf test this faster @typescript-bot pack this

> 1 instance of "Package install failed" -- is this referring to the puppeteer error? Is there any way to debug this? Ignore this; I just fixed it yesterday (hopefully),...

@typescript-bot test top200 @typescript-bot user test this @typescript-bot run dt @typescript-bot perf test this faster

@typescript-bot test it @typescript-bot pack this