Skip to content

Add support to @swc-node/register the new version of @swc/register #99

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: Remove console log
On branch master
Changes to be committed:
	modified:   index.js
  • Loading branch information
codermarcos committed Mar 28, 2024
commit b9c367e19a0f36794b62e0519b7a97b65974c142
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ var extensions = {
},
};

console.log(hook)

hook(
Object.assign({}, config, {
Expand Down