@swc/core 1.2.203 → 1.2.206
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/CHANGELOG.md +163 -6
- package/README.md +10 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -5,24 +5,169 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
- **(es/
|
|
8
|
+
- **(es/compat)** Fix name conflict of `Array` (#5034) ([04fc1cb](https://github.com/swc-project/swc/commit/04fc1cb429b274e72bb2a939f4aaa102c158121a))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(es/parser)** Allow initializer of the var of for-in loop in non-strict mode (#5038) ([f238093](https://github.com/swc-project/swc/commit/f238093c3b54e5a6e9d46239c28ab936de7d68e9))
|
|
9
12
|
|
|
10
13
|
### Features
|
|
11
14
|
|
|
12
15
|
|
|
13
16
|
|
|
14
|
-
- **(html)**
|
|
17
|
+
- **(html/codegen)** Improve API (#5031) ([8bf924a](https://github.com/swc-project/swc/commit/8bf924ae5f7305d1db65cf5a9b09f76cb7903e2b))
|
|
15
18
|
|
|
16
|
-
### Miscellaneous Tasks
|
|
17
19
|
|
|
20
|
+
- **(html/minifier)** Add `remove_comments` option (#5037) ([e6c78d0](https://github.com/swc-project/swc/commit/e6c78d0b1d863c61882c941f62fccd04a501530b))
|
|
18
21
|
|
|
19
22
|
|
|
20
|
-
- **(
|
|
23
|
+
- **(html/minifier)** Improve smart mode (#5004) ([9202ff9](https://github.com/swc-project/swc/commit/9202ff9700cbea5714a65746d7375fa41f8bb140))
|
|
21
24
|
|
|
25
|
+
## [1.2.205] - 2022-06-24
|
|
22
26
|
|
|
23
|
-
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
- **(css/parser)** Improve lexer errors (#5025) ([c345524](https://github.com/swc-project/swc/commit/c345524e368078a59cdf5376999a5b443f2918e7))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
- **(es/lints)** Allow duplicate function in non-top level (#5011) ([4a422a0](https://github.com/swc-project/swc/commit/4a422a09a4a933b7db085d936d16dbf53e518956))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
- **(es/parser)** Don't panic on an invalid import meta property (#4994) ([53a8cb1](https://github.com/swc-project/swc/commit/53a8cb12094b15aed1667f844abfefea1420d3d2))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
- **(es/parser)** Allow instantiation expression followed by a line break or a binary operator (#5000) ([a62b2b3](https://github.com/swc-project/swc/commit/a62b2b32446613fca0a6193c93c19f1e0b86c3b0))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
- **(es/transforms)** Add custom `Sync` + `Send` for the renamer (#5018) ([fd73895](https://github.com/swc-project/swc/commit/fd73895a7be31b24a2795e38c1e7729086656023))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
- **(es/typescript)** Preserve `export = ` for AMD (#4995) ([d736b31](https://github.com/swc-project/swc/commit/d736b31e08771c3ca243e6875a11bef1a2937c85))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
- **(html/minifier)** Avoid optional attributes (#5016) ([f1fd83d](https://github.com/swc-project/swc/commit/f1fd83dcc70aff7d27d0bd0d4f0954dc5dc8cbbd))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
- **(html/minifier)** Compress more complex attributes (#5024) ([c61babd](https://github.com/swc-project/swc/commit/c61babd9af822491d2af4295638df0483748d2e0))
|
|
53
|
+
|
|
54
|
+
### Documentation
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
- **(readme)** Add a link for discord badge in `README.md` (#5005) ([1f64055](https://github.com/swc-project/swc/commit/1f64055438f1867683fc0fb3b3bef88ca077ff0c))
|
|
59
|
+
|
|
60
|
+
### Features
|
|
24
61
|
|
|
25
|
-
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
- **(html/minifier)** Compress more svg/mathml attributes (#5001) ([1538649](https://github.com/swc-project/swc/commit/15386492372bd8bf322bd60a71ebdff54a15ebf8))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
- **(html/minifier)** Add an API to minify document fragments (#5002) ([7745fbf](https://github.com/swc-project/swc/commit/7745fbf604d6c3c8daeb61eced8c01b464e385db))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
- **(html/minifier)** Minify js (#4999) ([28bc735](https://github.com/swc-project/swc/commit/28bc735d03987dd965fdefe7284b30bee3346a3a))
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
- **(html/minifier)** Add `remove_redundant_attributes` (#5023) ([03d8a3a](https://github.com/swc-project/swc/commit/03d8a3a0ddb843ded43134265973557dd48e14a7))
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
- **(html/minifier)** Compress `style` and `media` attributes (#5022) ([47d34a3](https://github.com/swc-project/swc/commit/47d34a33d43a6e28a4318ea826513edf380dc13a))
|
|
77
|
+
|
|
78
|
+
### Performance
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
- **(html/parser)** Improve performance (#5028) ([a057183](https://github.com/swc-project/swc/commit/a057183230303cc874a6f7c236cf0ea11fe24f2f))
|
|
83
|
+
|
|
84
|
+
### Refactor
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
- **(webpack-ast)** Remove (#5026) ([17c51fa](https://github.com/swc-project/swc/commit/17c51fa53ca605aea6c3286e1994ab5dbc5f1b74))
|
|
89
|
+
|
|
90
|
+
### Testing
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
- **(es/helpers)** Unify code path for testing external helpers (#5010) ([125549b](https://github.com/swc-project/swc/commit/125549b7a96d5a91101e1a96a0bb39214e252800))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
- **(es/minifier)** Add a test case for the minifier (#5013) ([eedcb11](https://github.com/swc-project/swc/commit/eedcb114a2df09d88995c1b58ea1d1980831a02d))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
- **(es/parser)** Add a test case for instantiation expr (#5014) ([6bcb925](https://github.com/swc-project/swc/commit/6bcb92598b5c71fee407b4f4be7da85d36a0735d))
|
|
101
|
+
|
|
102
|
+
## [1.2.204] - 2022-06-18
|
|
103
|
+
|
|
104
|
+
### Bug Fixes
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
- **(es/helpers)** Fix `module` field in `package.json` of `@swc/helpers` (#4978) ([5123c20](https://github.com/swc-project/swc/commit/5123c20b5d765db0fa645a1d4ba2820d5eeddc9c))
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
- **(es/helpers)** Use `.mjs` extension in helper imports (#4979) ([9484cf8](https://github.com/swc-project/swc/commit/9484cf81a1cef43059bea98c20a6fa8cef6802d1))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
- **(es/parser)** Fix binary operator parsed as an instantiation expression (#4992) ([36ef3e4](https://github.com/swc-project/swc/commit/36ef3e4507d949187b83c1bf7ecd6b31eef50a73))
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
- **(es/resolver)** Make catch parameter not disturb resolving (#4976) ([b3f6f20](https://github.com/swc-project/swc/commit/b3f6f20721b90b03a67c1db5d9680147ffe13923))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
- **(html/codegen)** Handle optional tags (#4986) ([41dc0a7](https://github.com/swc-project/swc/commit/41dc0a7aa9c7c48dd9a47b3ac61422419c3e879e))
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
- **(html/minifier)** Fix removal of comments (#4974) ([8e63b0b](https://github.com/swc-project/swc/commit/8e63b0bbd528b48122a3cef1164a512fbd4952e8))
|
|
124
|
+
|
|
125
|
+
### Documentation
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
- **(*)** Add more badges (#4982) ([cb30ba2](https://github.com/swc-project/swc/commit/cb30ba2ad4df7cd04af49f3e7ff41e2be9649dac))
|
|
130
|
+
|
|
131
|
+
### Features
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
- **(es/config)** Add `isModule` to `.swcrc` (#4993) ([e85c0db](https://github.com/swc-project/swc/commit/e85c0db92689d0eaf656ac869b6cb16ebec43b6f))
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
- **(html/codegen)** Add option for tag omission of self closing void elements (#4971) ([d07ab2c](https://github.com/swc-project/swc/commit/d07ab2cb91a68ef88bd9adbdcc18217818a0c31d))
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
- **(html/minifier)** Compress CSS (#4973) ([3e6c0f5](https://github.com/swc-project/swc/commit/3e6c0f567a50e1b0a8ba097b3f13b866efd6ebfa))
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
- **(html/minifier)** Add `preserve_comments` option (#4959) ([2e52c18](https://github.com/swc-project/swc/commit/2e52c18a6b4ea4d58c219253c159af86a189ce26))
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
- **(html/minifier)** Add an option to set html5 doctype (#4980) ([fb74ace](https://github.com/swc-project/swc/commit/fb74ace19b2aa06f38ef0803bea500a8a5d8f165))
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
- **(html/minifier)** Minify conditional comments (#4975) ([713a256](https://github.com/swc-project/swc/commit/713a256ed7fe9c3301d751575f298f1462434fc0))
|
|
151
|
+
|
|
152
|
+
### Performance
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
- **(es/hygiene)** Make `hygiene` faster (#4952) ([36d960c](https://github.com/swc-project/swc/commit/36d960c7e908f6924ce9b0fd23ce4cd972dbbba0))
|
|
157
|
+
|
|
158
|
+
### Refactor
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
- **(es/minifier)** Use `Program` instead of `Module` (#4969) ([99a474c](https://github.com/swc-project/swc/commit/99a474cb2d18f2741277a64b8524300d3977cc66))
|
|
163
|
+
|
|
164
|
+
### Testing
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
- **(html)** Remove files which are too large too verify (#4983) ([364a34c](https://github.com/swc-project/swc/commit/364a34cd7093a3bc7ca6e7e5cf2cba0844eba9c8))
|
|
169
|
+
|
|
170
|
+
## [1.2.203] - 2022-06-14
|
|
26
171
|
|
|
27
172
|
### Bug Fixes
|
|
28
173
|
|
|
@@ -39,6 +184,9 @@
|
|
|
39
184
|
|
|
40
185
|
- **(es/helpers)** Allow using external helpers with `type: module` (#4962) ([4a27e6f](https://github.com/swc-project/swc/commit/4a27e6f84a9a4e99d161664fa1441b1278756023))
|
|
41
186
|
|
|
187
|
+
|
|
188
|
+
- **(es/parser)** Don't assume the length of char (#4967) ([3e03ebf](https://github.com/swc-project/swc/commit/3e03ebf8bb527d3237b309c3df3a24bc9ebf7314))
|
|
189
|
+
|
|
42
190
|
### Features
|
|
43
191
|
|
|
44
192
|
|
|
@@ -49,6 +197,9 @@
|
|
|
49
197
|
- **(es/minifier)** Turn `Array`/`Object` calls into literals (#4947) ([47bdc6a](https://github.com/swc-project/swc/commit/47bdc6a6b13c5a4d6b85d4e3a0e729126c7b5f9d))
|
|
50
198
|
|
|
51
199
|
|
|
200
|
+
- **(html)** Support self-closing flag (#4950) ([5c2a918](https://github.com/swc-project/swc/commit/5c2a918946105d26d107b8bd869ee5dc76c9c04d))
|
|
201
|
+
|
|
202
|
+
|
|
52
203
|
- **(html/minifier)** Compress whitespaces (#4916) ([f2690cc](https://github.com/swc-project/swc/commit/f2690cce08bf2e922b7eb9146288ca78ad0eeed4))
|
|
53
204
|
|
|
54
205
|
|
|
@@ -63,6 +214,12 @@
|
|
|
63
214
|
|
|
64
215
|
- **(ci)** Test `concurrent` (#4955) ([1a9f935](https://github.com/swc-project/swc/commit/1a9f93546bf1c9192baa562a419648cfe5d199fc))
|
|
65
216
|
|
|
217
|
+
|
|
218
|
+
- **(ci)** Use macos for release builds (#4968) ([1bf2b80](https://github.com/swc-project/swc/commit/1bf2b80f97c736cc7aae1a9c04325044839d0a3b))
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
- **(ci)** Fix publish build on Windows (#4970) ([db9f7a5](https://github.com/swc-project/swc/commit/db9f7a5ad4d830b1b1e42e7aa09a2edc935a8ad1))
|
|
222
|
+
|
|
66
223
|
### Performance
|
|
67
224
|
|
|
68
225
|
|
package/README.md
CHANGED
|
@@ -15,11 +15,21 @@
|
|
|
15
15
|
<a href="https://crates.io/crates/swc_ecma_parser">
|
|
16
16
|
<img alt="undefined" src="https://img.shields.io/crates/d/swc_ecma_parser.svg?label=crates.io%20downloads">
|
|
17
17
|
</a>
|
|
18
|
+
<img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/swc-project/swc">
|
|
18
19
|
</p>
|
|
20
|
+
|
|
19
21
|
<p align="center">
|
|
22
|
+
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/swc-project/swc">
|
|
20
23
|
<a href="https://github.com/swc-project/swc/actions/workflows/cargo.yml">
|
|
21
24
|
<img alt="CI Status" src="https://github.com/swc-project/swc/actions/workflows/cargo.yml/badge.svg?event=push">
|
|
22
25
|
</a>
|
|
26
|
+
<img alt="node-current (scoped)" src="https://img.shields.io/node/v/@swc/core">
|
|
27
|
+
</p>
|
|
28
|
+
|
|
29
|
+
<p align="center">
|
|
30
|
+
<a href="https://discord.com/invite/GnHbXTdZz6">
|
|
31
|
+
<img alt="Discord" src="https://img.shields.io/discord/889779439272075314">
|
|
32
|
+
</a>
|
|
23
33
|
</p>
|
|
24
34
|
|
|
25
35
|
SWC (stands for `Speedy Web Compiler`) is a super-fast TypeScript / JavaScript compiler written in Rust. It's a library for Rust and JavaScript at the same time. If you are using SWC from Rust, see [rustdoc](https://rustdoc.swc.rs/swc/) and for most users, your entry point for using the library will be [parser](https://rustdoc.swc.rs/swc_ecma_parser/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.206",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"@babel/preset-typescript": "^7.13.0",
|
|
96
96
|
"@babel/types": "^7.14.0",
|
|
97
97
|
"@napi-rs/cli": "^2.10.0",
|
|
98
|
-
"@swc/helpers": "^0.
|
|
98
|
+
"@swc/helpers": "^0.4.2",
|
|
99
99
|
"@taplo/cli": "^0.3.2",
|
|
100
100
|
"@types/jest": "^26.0.23",
|
|
101
101
|
"@types/node": "^14.14.41",
|
|
@@ -135,18 +135,18 @@
|
|
|
135
135
|
"url": "https://opencollective.com/swc"
|
|
136
136
|
},
|
|
137
137
|
"optionalDependencies": {
|
|
138
|
-
"@swc/core-win32-x64-msvc": "1.2.
|
|
139
|
-
"@swc/core-darwin-x64": "1.2.
|
|
140
|
-
"@swc/core-linux-x64-gnu": "1.2.
|
|
141
|
-
"@swc/core-linux-x64-musl": "1.2.
|
|
142
|
-
"@swc/core-freebsd-x64": "1.2.
|
|
143
|
-
"@swc/core-win32-ia32-msvc": "1.2.
|
|
144
|
-
"@swc/core-linux-arm64-gnu": "1.2.
|
|
145
|
-
"@swc/core-linux-arm-gnueabihf": "1.2.
|
|
146
|
-
"@swc/core-darwin-arm64": "1.2.
|
|
147
|
-
"@swc/core-android-arm64": "1.2.
|
|
148
|
-
"@swc/core-linux-arm64-musl": "1.2.
|
|
149
|
-
"@swc/core-win32-arm64-msvc": "1.2.
|
|
150
|
-
"@swc/core-android-arm-eabi": "1.2.
|
|
138
|
+
"@swc/core-win32-x64-msvc": "1.2.206",
|
|
139
|
+
"@swc/core-darwin-x64": "1.2.206",
|
|
140
|
+
"@swc/core-linux-x64-gnu": "1.2.206",
|
|
141
|
+
"@swc/core-linux-x64-musl": "1.2.206",
|
|
142
|
+
"@swc/core-freebsd-x64": "1.2.206",
|
|
143
|
+
"@swc/core-win32-ia32-msvc": "1.2.206",
|
|
144
|
+
"@swc/core-linux-arm64-gnu": "1.2.206",
|
|
145
|
+
"@swc/core-linux-arm-gnueabihf": "1.2.206",
|
|
146
|
+
"@swc/core-darwin-arm64": "1.2.206",
|
|
147
|
+
"@swc/core-android-arm64": "1.2.206",
|
|
148
|
+
"@swc/core-linux-arm64-musl": "1.2.206",
|
|
149
|
+
"@swc/core-win32-arm64-msvc": "1.2.206",
|
|
150
|
+
"@swc/core-android-arm-eabi": "1.2.206"
|
|
151
151
|
}
|
|
152
152
|
}
|