loynoir

Results 97 comments of loynoir

Seems [axkibe](https://github.com/axkibe) figure out what is going on. @jcubic https://github.com/nodegit/nodegit/issues/1977#issuecomment-1500963241 > Out of some reason, isogit is not looking for the commit object in the pack file, this "fixes" it...

@kdy1 ```sh $ yarn tsc --version \ && yarn swc --version \ && yarn tsc --build \ && yarn swc ./reproduce.mts -o ./swc/reproduce.mjs \ && node ./tsc/reproduce.mjs \ && node...

Actually, swc core 1.4.15 err is `ReferenceError: resource is not defined`. And I found babel also have different output with tsc.

I reverted to 1.4.14, and opened an issue at typescript.

```js import { deepStrictEqual } from 'node:assert' import process from 'node:process' let i = 0 /** @type {any} */ let err try { await using _x1 = { async [Symbol.asyncDispose]()...