Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 28, 2024

  1. chore: remove unused require

    From fork codermarcos/interpret
    
    On branch master
    Changes to be committed:
    	modified:   scripts/plugin.mjs
    codermarcos committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    972be61 View commit details
    Browse the repository at this point in the history
  2. feat: Add new version of SWC to fix gulpjs#98

    From fork codermarcos/interpret
    
    On branch master
    Changes to be committed:
    	modified:   index.js
    codermarcos committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5c551c7 View commit details
    Browse the repository at this point in the history
  3. fix: Fix tests

    From fork codermarcos/interpret
    On branch master
    Changes to be committed:
    	modified:   test/fixtures/swc.js/0/package.json
    	new file:   test/fixtures/swc.js/1/package.json
    	new file:   test/fixtures/swc.js/1/test.swc.js
    	modified:   test/fixtures/swc.jsx/0/package.json
    	new file:   test/fixtures/swc.jsx/1/package.json
    	new file:   test/fixtures/swc.jsx/1/test.swc.jsx
    	modified:   test/fixtures/swc.ts/0/package.json
    	new file:   test/fixtures/swc.ts/1/package.json
    	new file:   test/fixtures/swc.ts/1/test.swc.ts
    	modified:   test/fixtures/swc.tsx/0/package.json
    	new file:   test/fixtures/swc.tsx/1/package.json
    	new file:   test/fixtures/swc.tsx/1/test.swc.tsx
    	modified:   test/fixtures/ts/4/package.json
    	new file:   test/fixtures/ts/5/package.json
    	new file:   test/fixtures/ts/5/test.ts
    	modified:   test/fixtures/tsx/4/package.json
    	new file:   test/fixtures/tsx/5/package.json
    	new file:   test/fixtures/tsx/5/test.tsx
    	modified:   test/index.js
    codermarcos committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    94097d2 View commit details
    Browse the repository at this point in the history
  4. fix: Remove console log

    On branch master
    Changes to be committed:
    	modified:   index.js
    codermarcos committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b9c367e View commit details
    Browse the repository at this point in the history