Valentinas Janeiko
Valentinas Janeiko
If no options are provided to `swc.transformSync` call made by `ts-node` then `swc` will read the config from `.swcrc`. I have applied the following patch package to resolve the issue...
I had a similar optimization in mind to make us call typechecker less. Basically if we have a list of functions marked async or returning a Promise we could use...
I updated the PR. But looks like more work is needed here. Locally I was testing with Node22+Postgres 16. And that works in CI too. But most versions combos /...
@porsager PR is updated and CI is green.