Skip to content

Commit

Permalink
ci: add optional swc bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyklan committed Feb 7, 2024
1 parent cf137aa commit 89b68c6
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 4 deletions.
208 changes: 205 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,18 @@
"typescript": "^5.3.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
"@rollup/rollup-linux-arch64-gnu": "*",
"@rollup/rollup-linux-x64-gnu": "^4.9.6",
"@swc/core": "^1.4.0",
"@swc/core-darwin-arm64": "^1.4.0",
"@swc/core-darwin-x64": "^1.4.0",
"@swc/core-linux-arm-gnueabihf": "^1.4.0",
"@swc/core-linux-arm64-gnu": "^1.4.0",
"@swc/core-linux-arm64-musl": "^1.4.0",
"@swc/core-linux-x64-gnu": "^1.4.0",
"@swc/core-linux-x64-musl": "^1.4.0",
"@swc/core-win32-arm64-msvc": "^1.4.0",
"@swc/core-win32-ia32-msvc": "^1.4.0",
"@swc/core-win32-x64-msvc": "^1.4.0"
}
}

0 comments on commit 89b68c6

Please sign in to comment.