Jake Bailey
Jake Bailey
@typescript-bot test this @typescript-bot test top100 @typescript-bot user test this @typescript-bot run dt @typescript-bot perf test this faster
sigh @typescript-bot run dt
I believe everything's been resolved as of today: - https://github.com/babel/proposals/issues/86#issuecomment-1414281106 - https://github.com/microsoft/TypeScript/pull/52582
Do you have a tsconfig with experimentalDecorators set? Otherwise, you're using the new "standard" decorators which AFAIK esbuild has not yet implemented downleveling for (and therefore stays in the output).
Note that you can also provide `tsconfigRaw` rather than creating an all new tsconfig, though I'm not quite sure what TS setup you'd have without a `tsconfig` at all. I...
Is there some testing or something I could do to help with this? I would like to be able to stick bun into TypeScript's CI, but this sure makes it...
It does eventually run, but starts to hang and go extremely slowly without `globalThis.setImmediate = process.nextTick`. > random idea: what if you make it use JSON serialization mode for IPC?...
The parallel testing isn't very amenable to the command you ran, but I did push something up to https://github.com/jakebailey/TypeScript/tree/bun-ci-logging which splits logging by subprocess. The tests do not make a...
I don't have any immediate guesses, and would probably have to do a bunch of debugging to figure out what's happening. I likely won't have time to look at this...
I don't have an example for this, no. Though I vaguely remember that vue/volar/etc do something similar.