forked from swc-project/swc-node
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2a684a
commit ca2ac4e
Showing
6 changed files
with
57 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"name": "@swc-node/integrate", | ||
"description": "Integrate testing", | ||
"devDependencies": { | ||
"@swc-node/core": "1.13.3", | ||
"@swc-node/register": "workspace:*", | ||
"@swc/helpers": "0.5.15", | ||
"sinon": "19.0.2" | ||
}, | ||
"name": "@swc-node/integrate" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"dependencies": { | ||
"@node-rs/xxhash": "1.7.4", | ||
"@swc-node/core": "1.13.3", | ||
"@swc-node/register": "1.10.9" | ||
}, | ||
"name": "@swc-node/jest", | ||
"description": "swc preprocessor for jest with source map support", | ||
"devDependencies": { | ||
"@swc/core": "1.9.2", | ||
"@swc/types": "0.1.12" | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/Brooooooklyn" | ||
}, | ||
"main": "./lib/index.js", | ||
"files": [ | ||
"lib", | ||
"jest-preset.js", | ||
"LICENSE" | ||
], | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/Brooooooklyn" | ||
"dependencies": { | ||
"@node-rs/xxhash": "1.7.4", | ||
"@swc-node/core": "1.13.3", | ||
"@swc-node/register": "1.10.9" | ||
}, | ||
"main": "./lib/index.js", | ||
"name": "@swc-node/jest" | ||
"devDependencies": { | ||
"@swc/core": "1.9.2", | ||
"@swc/types": "0.1.12" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"dependencies": { | ||
"@swc-node/core": "1.13.3", | ||
"@swc-node/register": "1.10.9" | ||
}, | ||
"name": "@swc-node/loader", | ||
"description": "Webpack loader powered by swc", | ||
"devDependencies": {}, | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/Brooooooklyn" | ||
}, | ||
"main": "./index.js", | ||
"files": [ | ||
"lib", | ||
"LICENSE", | ||
"index.js" | ||
], | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/sponsors/Brooooooklyn" | ||
"dependencies": { | ||
"@swc-node/core": "1.13.3", | ||
"@swc-node/register": "1.10.9" | ||
}, | ||
"main": "./index.js", | ||
"name": "@swc-node/loader" | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"dependencies": { | ||
"source-map-support": "0.5.21", | ||
"tslib": "2.8.1" | ||
}, | ||
"name": "@swc-node/sourcemap-support", | ||
"description": "Runtime sourcemap support in NodeJS", | ||
"devDependencies": { | ||
"@types/source-map-support": "0.5.10" | ||
}, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"README.md", | ||
"LICENSE" | ||
], | ||
"main": "lib/index.js", | ||
"name": "@swc-node/sourcemap-support", | ||
"types": "lib/index.d.ts" | ||
"dependencies": { | ||
"source-map-support": "0.5.21", | ||
"tslib": "2.8.1" | ||
}, | ||
"devDependencies": { | ||
"@types/source-map-support": "0.5.10" | ||
} | ||
} |