CertainlyAria

Results 8 comments of CertainlyAria

By using exclude in swcrc, you lose the ability to run tests with [@swc/jest](https://github.com/swc-project/jest). I think this discussion should be moved to [@swc/cli](https://github.com/swc-project/cli). There is already an open issue about...

You can close the issue with a comment saying "closed in favor of ...." or "duplicate of ....". Replace dots with a link to the `swc-project/cli`. Also change the labels...

Sorry if my communication was not clear enough. Let me try again. # My Goal Lets say that I want to implement the following logic: 1. Get userId by calling...

Any pushbacks against this? I can update the branch to fix the conflicts but I guess that's not the issue. Meanwhile, I think from `fromResultPromise` is a better name.

> > > What are thoughts on this API? > > The issue with the API suggested by @ghost91- is that the `promise` could be rejected / fail. Hence the...

> > and never rejects > > This cannot be guaranteed by the very nature of how promises work. Hence why omitting the error handler is dangerous. Omitting the error...

I tried to run my vike project with `vite-node` (previously I was running with `tsx`). I got the following error. I'm not sure whether I should create a new issue...

This seems to break existing code. [Link To CodeSandbox](https://codesandbox.io/p/devbox/4vmk9p) ![image](https://github.com/user-attachments/assets/cc887b59-1bfa-4893-9c3c-b115e84b878e) It looks like the problem is `StaticEventEmitterOptions` is not exported from `node:events` [Link](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/704fd4ba58eeff587171f4c2aa131abc317506f6/types/node/events.d.ts#L78-L83) The same code and setup produces no...