-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add callback functions to CLI #55
Comments
Yeah, I think it's acceptable |
kdy1
pushed a commit
that referenced
this issue
Sep 14, 2024
Closes #55 I rename `packages/cli/src/swc/index.ts` to `packages/cli/src/swc/bin.ts`, and export `swcDir` function via new `packages/cli/src/swc/index.ts` add doc here: swc-project/website#261
kdy1
added a commit
that referenced
this issue
Oct 22, 2024
kdy1
added a commit
that referenced
this issue
Oct 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to integrate @swc/cli in my project as follows:
But now onSuccess and onFail callbacks are missing.
Is this reasonable? I will make a pr if this is possible.
The text was updated successfully, but these errors were encountered: