Jake Bailey

Results 1452 comments of Jake Bailey

Perf is unfortunately still greatly affected and needs to be looked into.

Funnily I clicked that link and reran it, and it told me that the new one was 6% faster; I think this particular result is just noisy. Given the benchmark...

No, there's nothing wrong with the perf infra, there really is a slowdown here that needs to be profiled.

@typescript-bot perf test this faster I can't seem to get the slowdown locally...

When you sent the PR, the template said: > Please don't send typo fixes!

This is kinda terrifying to need; what's the rationale for doing this? There's basically no warranty for any ts-ignore remaining stable over versions.

In general, I feel like generating code directly into the user's `src` and using relative imports or import mapping is preferrable to tsconfig paths, rootDirs, etc. Or at least generating...

See https://github.com/microsoft/tslib/pull/135, this was intentionally added

> I did not run the tests as the command failed even before running the test > As mentioned above: I did not run the tests as the command failed...

I've also experienced this slowdown; in a minimal piece of code where I've implemented an identity function and exported it to Node.js via N-API, Go 1.23 can only do about...