feat(node-swc): Expose the new swc_cli as a binary named swcx (#3684)

This commit is contained in:
OJ Kwon 2022-02-23 08:47:47 -08:00 committed by GitHub
parent bb47be19f8
commit 9cc094ab57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 55 additions and 14 deletions

View File

@ -63,4 +63,6 @@ deny.toml
.mocha.setup.js
.mocharc.js
jest.config.js
cliff.toml
cliff.toml
.kodiak.toml
clippy.toml

View File

@ -12,6 +12,9 @@
"swc.android-arm-eabi.node",
"swc"
],
"bin": {
"swcx": "swc"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.android-arm64.node",
"swc"
],
"bin": {
"swcx": "swc"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.darwin-arm64.node",
"swc"
],
"bin": {
"swcx": "swc"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.darwin-x64.node",
"swc"
],
"bin": {
"swcx": "swc"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.freebsd-x64.node",
"swc"
],
"bin": {
"swcx": "swc"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.linux-arm-gnueabihf.node",
"swc"
],
"bin": {
"swcx": "swc"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.linux-arm64-gnu.node",
"swc"
],
"bin": {
"swcx": "swc"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.linux-arm64-musl.node",
"swc"
],
"bin": {
"swcx": "swc"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.linux-x64-gnu.node",
"swc"
],
"bin": {
"swcx": "swc"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.linux-x64-musl.node",
"swc"
],
"bin": {
"swcx": "swc"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.win32-arm64-msvc.node",
"swc.exe"
],
"bin": {
"swcx": "swc.exe"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.win32-ia32-msvc.node",
"swc.exe"
],
"bin": {
"swcx": "swc.exe"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}

View File

@ -12,6 +12,9 @@
"swc.win32-x64-msvc.node",
"swc.exe"
],
"bin": {
"swcx": "swc.exe"
},
"description": "Super-fast alternative for babel",
"keywords": [
"swc",
@ -39,4 +42,4 @@
"bugs": {
"url": "https://github.com/swc-project/swc/issues"
}
}
}