@swc/core 1.5.11 → 1.5.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.5.11",
3
+ "version": "1.5.19",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./src/index.js",
@@ -91,24 +91,12 @@
91
91
  ],
92
92
  "dependencies": {
93
93
  "@swc/counter": "^0.1.3",
94
- "@swc/types": "workspace:^"
94
+ "@swc/types": "^0.1.7"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@napi-rs/cli": "^3.0.0-alpha.43",
98
98
  "cross-env": "^7.0.3",
99
99
  "jest": "^29.7.0",
100
100
  "typescript": "^5.3.3"
101
- },
102
- "optionalDependencies": {
103
- "@swc/core-darwin-x64": "1.5.11",
104
- "@swc/core-win32-x64-msvc": "1.5.11",
105
- "@swc/core-linux-x64-gnu": "1.5.11",
106
- "@swc/core-linux-x64-musl": "1.5.11",
107
- "@swc/core-win32-ia32-msvc": "1.5.11",
108
- "@swc/core-linux-arm-gnueabihf": "1.5.11",
109
- "@swc/core-linux-arm64-gnu": "1.5.11",
110
- "@swc/core-darwin-arm64": "1.5.11",
111
- "@swc/core-linux-arm64-musl": "1.5.11",
112
- "@swc/core-win32-arm64-msvc": "1.5.11"
113
101
  }
114
102
  }
@@ -0,0 +1,3 @@
1
+ # `@swc/core-darwin-arm64`
2
+
3
+ This is the **aarch64-apple-darwin** binary for `@swc/core`
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@swc/core-darwin-arm64",
3
+ "version": "1.5.19",
4
+ "os": [
5
+ "darwin"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "swc.darwin-arm64.node",
11
+ "files": [
12
+ "swc.darwin-arm64.node",
13
+ "swc"
14
+ ],
15
+ "description": "Super-fast alternative for babel",
16
+ "keywords": [
17
+ "swc",
18
+ "swcpack",
19
+ "babel",
20
+ "typescript",
21
+ "rust",
22
+ "webpack",
23
+ "tsc"
24
+ ],
25
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
26
+ "homepage": "https://swc.rs",
27
+ "license": "Apache-2.0 AND MIT",
28
+ "engines": {
29
+ "node": ">=10"
30
+ },
31
+ "publishConfig": {
32
+ "registry": "https://registry.npmjs.org/",
33
+ "access": "public"
34
+ },
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/swc-project/swc.git"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/swc-project/swc/issues"
41
+ }
42
+ }
@@ -0,0 +1,3 @@
1
+ # `@swc/core-darwin-x64`
2
+
3
+ This is the **x86_64-apple-darwin** binary for `@swc/core`
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@swc/core-darwin-x64",
3
+ "version": "1.5.19",
4
+ "os": [
5
+ "darwin"
6
+ ],
7
+ "cpu": [
8
+ "x64"
9
+ ],
10
+ "main": "swc.darwin-x64.node",
11
+ "files": [
12
+ "swc.darwin-x64.node",
13
+ "swc"
14
+ ],
15
+ "description": "Super-fast alternative for babel",
16
+ "keywords": [
17
+ "swc",
18
+ "swcpack",
19
+ "babel",
20
+ "typescript",
21
+ "rust",
22
+ "webpack",
23
+ "tsc"
24
+ ],
25
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
26
+ "homepage": "https://swc.rs",
27
+ "license": "Apache-2.0 AND MIT",
28
+ "engines": {
29
+ "node": ">=10"
30
+ },
31
+ "publishConfig": {
32
+ "registry": "https://registry.npmjs.org/",
33
+ "access": "public"
34
+ },
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/swc-project/swc.git"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/swc-project/swc/issues"
41
+ }
42
+ }
@@ -0,0 +1,3 @@
1
+ # `@swc/core-linux-arm-gnueabihf`
2
+
3
+ This is the **armv7-unknown-linux-gnueabihf** binary for `@swc/core`
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@swc/core-linux-arm-gnueabihf",
3
+ "version": "1.5.19",
4
+ "os": [
5
+ "linux"
6
+ ],
7
+ "cpu": [
8
+ "arm"
9
+ ],
10
+ "main": "swc.linux-arm-gnueabihf.node",
11
+ "files": [
12
+ "swc.linux-arm-gnueabihf.node",
13
+ "swc"
14
+ ],
15
+ "description": "Super-fast alternative for babel",
16
+ "keywords": [
17
+ "swc",
18
+ "swcpack",
19
+ "babel",
20
+ "typescript",
21
+ "rust",
22
+ "webpack",
23
+ "tsc"
24
+ ],
25
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
26
+ "homepage": "https://swc.rs",
27
+ "license": "Apache-2.0",
28
+ "engines": {
29
+ "node": ">=10"
30
+ },
31
+ "publishConfig": {
32
+ "registry": "https://registry.npmjs.org/",
33
+ "access": "public"
34
+ },
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/swc-project/swc.git"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/swc-project/swc/issues"
41
+ }
42
+ }
@@ -0,0 +1,3 @@
1
+ # `@swc/core-linux-arm64-gnu`
2
+
3
+ This is the **aarch64-unknown-linux-gnu** binary for `@swc/core`
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "@swc/core-linux-arm64-gnu",
3
+ "version": "1.5.19",
4
+ "os": [
5
+ "linux"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "swc.linux-arm64-gnu.node",
11
+ "files": [
12
+ "swc.linux-arm64-gnu.node",
13
+ "swc"
14
+ ],
15
+ "libc": [
16
+ "glibc"
17
+ ],
18
+ "description": "Super-fast alternative for babel",
19
+ "keywords": [
20
+ "swc",
21
+ "swcpack",
22
+ "babel",
23
+ "typescript",
24
+ "rust",
25
+ "webpack",
26
+ "tsc"
27
+ ],
28
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
29
+ "homepage": "https://swc.rs",
30
+ "license": "Apache-2.0 AND MIT",
31
+ "engines": {
32
+ "node": ">=10"
33
+ },
34
+ "publishConfig": {
35
+ "registry": "https://registry.npmjs.org/",
36
+ "access": "public"
37
+ },
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "git+https://github.com/swc-project/swc.git"
41
+ },
42
+ "bugs": {
43
+ "url": "https://github.com/swc-project/swc/issues"
44
+ }
45
+ }
@@ -0,0 +1,3 @@
1
+ # `@swc/core-linux-arm64-musl`
2
+
3
+ This is the **aarch64-unknown-linux-musl** binary for `@swc/core`
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "@swc/core-linux-arm64-musl",
3
+ "version": "1.5.19",
4
+ "os": [
5
+ "linux"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "swc.linux-arm64-musl.node",
11
+ "files": [
12
+ "swc.linux-arm64-musl.node",
13
+ "swc"
14
+ ],
15
+ "libc": [
16
+ "musl"
17
+ ],
18
+ "description": "Super-fast alternative for babel",
19
+ "keywords": [
20
+ "swc",
21
+ "swcpack",
22
+ "babel",
23
+ "typescript",
24
+ "rust",
25
+ "webpack",
26
+ "tsc"
27
+ ],
28
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
29
+ "homepage": "https://swc.rs",
30
+ "license": "Apache-2.0 AND MIT",
31
+ "engines": {
32
+ "node": ">=10"
33
+ },
34
+ "publishConfig": {
35
+ "registry": "https://registry.npmjs.org/",
36
+ "access": "public"
37
+ },
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "git+https://github.com/swc-project/swc.git"
41
+ },
42
+ "bugs": {
43
+ "url": "https://github.com/swc-project/swc/issues"
44
+ }
45
+ }
@@ -0,0 +1,3 @@
1
+ # `@swc/core-linux-x64-gnu`
2
+
3
+ This is the **x86_64-unknown-linux-gnu** binary for `@swc/core`
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "@swc/core-linux-x64-gnu",
3
+ "version": "1.5.19",
4
+ "os": [
5
+ "linux"
6
+ ],
7
+ "cpu": [
8
+ "x64"
9
+ ],
10
+ "main": "swc.linux-x64-gnu.node",
11
+ "files": [
12
+ "swc.linux-x64-gnu.node",
13
+ "swc"
14
+ ],
15
+ "libc": [
16
+ "glibc"
17
+ ],
18
+ "description": "Super-fast alternative for babel",
19
+ "keywords": [
20
+ "swc",
21
+ "swcpack",
22
+ "babel",
23
+ "typescript",
24
+ "rust",
25
+ "webpack",
26
+ "tsc"
27
+ ],
28
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
29
+ "homepage": "https://swc.rs",
30
+ "license": "Apache-2.0 AND MIT",
31
+ "engines": {
32
+ "node": ">=10"
33
+ },
34
+ "publishConfig": {
35
+ "registry": "https://registry.npmjs.org/",
36
+ "access": "public"
37
+ },
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "git+https://github.com/swc-project/swc.git"
41
+ },
42
+ "bugs": {
43
+ "url": "https://github.com/swc-project/swc/issues"
44
+ }
45
+ }
@@ -0,0 +1,3 @@
1
+ # `@swc/core-linux-x64-musl`
2
+
3
+ This is the **x86_64-unknown-linux-musl** binary for `@swc/core`
@@ -0,0 +1,45 @@
1
+ {
2
+ "name": "@swc/core-linux-x64-musl",
3
+ "version": "1.5.19",
4
+ "os": [
5
+ "linux"
6
+ ],
7
+ "cpu": [
8
+ "x64"
9
+ ],
10
+ "main": "swc.linux-x64-musl.node",
11
+ "files": [
12
+ "swc.linux-x64-musl.node",
13
+ "swc"
14
+ ],
15
+ "libc": [
16
+ "musl"
17
+ ],
18
+ "description": "Super-fast alternative for babel",
19
+ "keywords": [
20
+ "swc",
21
+ "swcpack",
22
+ "babel",
23
+ "typescript",
24
+ "rust",
25
+ "webpack",
26
+ "tsc"
27
+ ],
28
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
29
+ "homepage": "https://swc.rs",
30
+ "license": "Apache-2.0 AND MIT",
31
+ "engines": {
32
+ "node": ">=10"
33
+ },
34
+ "publishConfig": {
35
+ "registry": "https://registry.npmjs.org/",
36
+ "access": "public"
37
+ },
38
+ "repository": {
39
+ "type": "git",
40
+ "url": "git+https://github.com/swc-project/swc.git"
41
+ },
42
+ "bugs": {
43
+ "url": "https://github.com/swc-project/swc/issues"
44
+ }
45
+ }
@@ -0,0 +1,3 @@
1
+ # `@swc/core-win32-arm64-msvc`
2
+
3
+ This is the **aarch64-pc-windows-msvc** binary for `@swc/core`
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@swc/core-win32-arm64-msvc",
3
+ "version": "1.5.19",
4
+ "os": [
5
+ "win32"
6
+ ],
7
+ "cpu": [
8
+ "arm64"
9
+ ],
10
+ "main": "swc.win32-arm64-msvc.node",
11
+ "files": [
12
+ "swc.win32-arm64-msvc.node",
13
+ "swc.exe"
14
+ ],
15
+ "description": "Super-fast alternative for babel",
16
+ "keywords": [
17
+ "swc",
18
+ "swcpack",
19
+ "babel",
20
+ "typescript",
21
+ "rust",
22
+ "webpack",
23
+ "tsc"
24
+ ],
25
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
26
+ "homepage": "https://swc.rs",
27
+ "license": "Apache-2.0 AND MIT",
28
+ "engines": {
29
+ "node": ">=10"
30
+ },
31
+ "publishConfig": {
32
+ "registry": "https://registry.npmjs.org/",
33
+ "access": "public"
34
+ },
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/swc-project/swc.git"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/swc-project/swc/issues"
41
+ }
42
+ }
@@ -0,0 +1,3 @@
1
+ # `@swc/core-win32-ia32-msvc`
2
+
3
+ This is the **i686-pc-windows-msvc** binary for `@swc/core`
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@swc/core-win32-ia32-msvc",
3
+ "version": "1.5.19",
4
+ "os": [
5
+ "win32"
6
+ ],
7
+ "cpu": [
8
+ "ia32"
9
+ ],
10
+ "main": "swc.win32-ia32-msvc.node",
11
+ "files": [
12
+ "swc.win32-ia32-msvc.node",
13
+ "swc.exe"
14
+ ],
15
+ "description": "Super-fast alternative for babel",
16
+ "keywords": [
17
+ "swc",
18
+ "swcpack",
19
+ "babel",
20
+ "typescript",
21
+ "rust",
22
+ "webpack",
23
+ "tsc"
24
+ ],
25
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
26
+ "homepage": "https://swc.rs",
27
+ "license": "Apache-2.0 AND MIT",
28
+ "engines": {
29
+ "node": ">=10"
30
+ },
31
+ "publishConfig": {
32
+ "registry": "https://registry.npmjs.org/",
33
+ "access": "public"
34
+ },
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/swc-project/swc.git"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/swc-project/swc/issues"
41
+ }
42
+ }
@@ -0,0 +1,3 @@
1
+ # `@swc/core-win32-x64-msvc`
2
+
3
+ This is the **x86_64-pc-windows-msvc** binary for `@swc/core`
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@swc/core-win32-x64-msvc",
3
+ "version": "1.5.19",
4
+ "os": [
5
+ "win32"
6
+ ],
7
+ "cpu": [
8
+ "x64"
9
+ ],
10
+ "main": "swc.win32-x64-msvc.node",
11
+ "files": [
12
+ "swc.win32-x64-msvc.node",
13
+ "swc.exe"
14
+ ],
15
+ "description": "Super-fast alternative for babel",
16
+ "keywords": [
17
+ "swc",
18
+ "swcpack",
19
+ "babel",
20
+ "typescript",
21
+ "rust",
22
+ "webpack",
23
+ "tsc"
24
+ ],
25
+ "author": "강동윤 <kdy1997.dev@gmail.com>",
26
+ "homepage": "https://swc.rs",
27
+ "license": "Apache-2.0 AND MIT",
28
+ "engines": {
29
+ "node": ">=10"
30
+ },
31
+ "publishConfig": {
32
+ "registry": "https://registry.npmjs.org/",
33
+ "access": "public"
34
+ },
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/swc-project/swc.git"
38
+ },
39
+ "bugs": {
40
+ "url": "https://github.com/swc-project/swc/issues"
41
+ }
42
+ }