nenw*

Results 25 comments of nenw*

When this module is transpiled using swc, the output contain things like this: ```js let _getResponseCache; var _class, _body, _init; var RequestError = (_class = class extends Error { constructor(message,...

For someone who is experincing the same issue: Using `tsx` instead of `ts-node` would mitigate this issue. * `NODE_OPTIONS='--import tsx' graphql-codegen-esm` // for node 20 and higher * `NODE_OPTIONS='--loader tsx'...

~~I found that this issue was actually same issue with #249, and confirmed the issue was fixed by c6db282198a7832e20d288478a57289ecb980641.~~ Oh, I found that some cases are solved with that commit,...

Sorry for late reply :cry: > I think the weights need to be adjusted so that it works like expected. I have adjusted weights so that in `ActionsFirst`, the actions...

> I'm not certain whether should we apply this in the general scoring logic (like below), or only in the ActionsFirst case. To fix your case, it seems that boosting...