@swc/core 1.2.153 → 1.2.156
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 +234 -0
- package/package.json +22 -18
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,240 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
- **(es)** Sort spans while preserving comments (#4011) ([b337c2e](https://github.com/swc-project/swc/commit/b337c2e2d4716520c3cf718b2037d299d9654bc5))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(es/compat)** Change pass ordering of `es2015` (#4029) ([e19a60a](https://github.com/swc-project/swc/commit/e19a60aad44318d9752f790c913bf010423e7f7c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
- **(es/decorator)** Remove `noop_fold_type` (#4022) ([0c8c3d7](https://github.com/swc-project/swc/commit/0c8c3d7d51e49ad9050224a8647ebc55a0262b35))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
- **(es/decorator)** Insert initializer to constructor with body (#4028) ([0c76696](https://github.com/swc-project/swc/commit/0c76696ed2d8cbf00a18fd9506b8c09f1be9cdd3))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
- **(es/helpers)** Inject helpers for scripts (#4025) ([73c91d3](https://github.com/swc-project/swc/commit/73c91d34d5c6fcd869e99db02b0cf82f8e159224))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
- **(es/lints)** Fix false-positive of `duplicate-exports` (#4041) ([ba1c854](https://github.com/swc-project/swc/commit/ba1c854fb1685e581599da3e9f25a4e35a9279bc))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
- **(es/modules)** Use correct span for `ExportAll`s (#4038) ([834cd4f](https://github.com/swc-project/swc/commit/834cd4f7b6866729b345fe68ce6386dc94b202d7))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
- **(es/parser)** Report an error if `LeftHandSideExpression` is invalid (#4001) ([f8d6127](https://github.com/swc-project/swc/commit/f8d6127dd1a064e2d4b255dfc1894a1b9eb89f71))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
- **(es/parser)** Allow building with stable `rustc` (#4024) ([25e5ccc](https://github.com/swc-project/swc/commit/25e5ccc548260823c9ad78b607617440e04950d3))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
- **(es/parser)** Emit an error for multiple constructors with body (#4031) ([120d2a5](https://github.com/swc-project/swc/commit/120d2a534e76003e726848f3fc9f6c648a837dbb))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
- **(node-swc)** Disable logging of `warn` level by default (#4033) ([bba5a33](https://github.com/swc-project/swc/commit/bba5a33415b6420c9e7b85f50da4df6c11ac9e6d))
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
- **(cli/compile)** Support `out-file` (#4016) ([629709e](https://github.com/swc-project/swc/commit/629709e1b14bb6c5a6b9963fec234fb9c6911786))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
- **(css)** Supports more color notations (#4009) ([a4bc092](https://github.com/swc-project/swc/commit/a4bc0927a0c44ba9d3219964d8548a0cf11d24ce))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
- **(css/prefixer)** Implement more rules for prefixer (#4013) ([4f6f244](https://github.com/swc-project/swc/commit/4f6f244170f2059e1b5a3765560b91c102e00a1b))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
- **(es/minifier)** Drop noop calls (#4019) ([be09ea6](https://github.com/swc-project/swc/commit/be09ea6991165162fd9fa4cfce2ead4cdba0b0cf))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
- **(es/transforms/base)** Add `paren_remover` (#4034) ([3a4704f](https://github.com/swc-project/swc/commit/3a4704fe77d3d3533e2f1dc438c63c8058a1df51))
|
|
57
|
+
|
|
58
|
+
### Miscellaneous Tasks
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
- **(ci)** Make bump-command check lazy (#4018) ([c27b84c](https://github.com/swc-project/swc/commit/c27b84c3f693ecae73cb0da74dd6f6178d8ab45e))
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
- **(ci)** Fix auto-rebase script ([9b8b111](https://github.com/swc-project/swc/commit/9b8b11126480ae9b1160f3b5722fc4e27a05b025))
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
- **(ci)** Revert package scripts to fix publish action (#4039) ([eee8e0f](https://github.com/swc-project/swc/commit/eee8e0f7bb025fea83c6ba44a506799be061c2f6))
|
|
69
|
+
|
|
70
|
+
### Refactor
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
- **(es/minifier)** Cleanup (#4020) ([3173047](https://github.com/swc-project/swc/commit/3173047f589128c429d02b7cb128d80f0fd6e011))
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
- **(plugin/runner)** Split modules and introduce feature flags (#4035) ([dab2002](https://github.com/swc-project/swc/commit/dab2002a2eebefde1db545fd8f388fa528079f33))
|
|
78
|
+
|
|
79
|
+
### Testing
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
- **(es)** Add tests for fixed issues (#4036) ([71f7cf2](https://github.com/swc-project/swc/commit/71f7cf2011fd948a0c1d7c4268316f3c0103f2f3))
|
|
84
|
+
|
|
85
|
+
### Build
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
- **(tsconfig)** Set `tsbuildinfo` filename (#4042) ([a1308c9](https://github.com/swc-project/swc/commit/a1308c9a16c651555acb2c6e082ce95519fda88e))
|
|
90
|
+
|
|
91
|
+
## [1.2.155] - 2022-03-14
|
|
92
|
+
|
|
93
|
+
### Bug Fixes
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
- **(common)** Don't use `None` as source while generating source maps (#4007) ([0ad13d9](https://github.com/swc-project/swc/commit/0ad13d93f288e54f245b249920d74cfe13d1e969))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
- **(css/codegen)** Fix source maps (#3997) ([ece8d96](https://github.com/swc-project/swc/commit/ece8d962f86a9adadf02b425288308a2a06851fb))
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
- **(es)** Merge `jsc.loose` and `jsc.assumptions` (#3990) ([3590ea2](https://github.com/swc-project/swc/commit/3590ea22779fa3ca57fc9eab55cd203f9fb23f29))
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
- **(es/resolver)** Use correct context for identifiers after type parameters (#4000) ([87a3c1c](https://github.com/swc-project/swc/commit/87a3c1c91673c2609e71eda12f969a1fd4e56294))
|
|
107
|
+
|
|
108
|
+
### Documentation
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
- **(api/rust)** Add examples (#4002) ([dac84b9](https://github.com/swc-project/swc/commit/dac84b98e38bd546cb9c9df72e3ad8d08b9550d9))
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
- **(api/rust)** Add an example for generating code and sourcemap (#4005) ([f650ca6](https://github.com/swc-project/swc/commit/f650ca6bb91845558d66c975d7c01c235eaa4ab1))
|
|
116
|
+
|
|
117
|
+
### Features
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
- **(common)** Implement a pretty error reporter (#3946) ([40b8a4e](https://github.com/swc-project/swc/commit/40b8a4e596f0df33a325c93b75e5abab1336be11))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
- **(css/parser)** Improve error reporting (#3999) ([96d6f37](https://github.com/swc-project/swc/commit/96d6f37c204f4962d0850a4ee2e38652d4833fa3))
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
- **(es/minifier)** Implement more rules for `arrows` (#3992) ([64ca5ba](https://github.com/swc-project/swc/commit/64ca5bae4d87b0aed82776d74e6aa5e2a712a35f))
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
- **(es/minifier)** Compress more comparisons (#3996) ([a23af2d](https://github.com/swc-project/swc/commit/a23af2dea243a16a12ce09c778f6fd3d56da0382))
|
|
131
|
+
|
|
132
|
+
### Miscellaneous Tasks
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
- **(ci)** Invoke `yarn` before publishing ([743a5da](https://github.com/swc-project/swc/commit/743a5da1e5e6a3c9b8c59694e4f3cf04fa89006d))
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
- **(es/preset-env)** Track `.json` files to make cargo happy ([bd0fcb9](https://github.com/swc-project/swc/commit/bd0fcb9ea491f713ab3c0ed2b6035d3438446e8e))- **general**: Update linguist (#3991) ([0312292](https://github.com/swc-project/swc/commit/0312292410e3e001906241f5a2ab88839995376f))
|
|
140
|
+
|
|
141
|
+
### Performance
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
- **(es/minifier)** Refactor base54 (#3989) ([04db7e2](https://github.com/swc-project/swc/commit/04db7e2a9be00248e005deb0a9113bcba0039e8f))
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
- **(es/minifier)** Use `Vec<u8>` as a buffer for `base54` (#3993) ([f7b212b](https://github.com/swc-project/swc/commit/f7b212bfc4fe9cdc89b77b5639be52a586c220e0))
|
|
149
|
+
|
|
150
|
+
### Testing
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
- **(*)** Print diagnostics to stderr while testing (#4003) ([ee9a841](https://github.com/swc-project/swc/commit/ee9a841f33005c1ae287151952cf132a18b26de6))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
- **(es)** Add an execution test system (#3994) ([b22d084](https://github.com/swc-project/swc/commit/b22d084180b77508f5e940045eb1b7bb9cd5c99b))
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
- **(es)** Add auto-closable tests (#3995) ([dabc492](https://github.com/swc-project/swc/commit/dabc4920a813ab395a96f9f8f90b3c50163063f9))
|
|
161
|
+
|
|
162
|
+
### Build
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
- **(cargo)** Set workspace default members (#3978) ([560c81b](https://github.com/swc-project/swc/commit/560c81b120043b1edc20702a3ccfe3d3336c489a))
|
|
167
|
+
|
|
168
|
+
## [1.2.154] - 2022-03-12
|
|
169
|
+
|
|
170
|
+
### Bug Fixes
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
- **(es)** Change error message as it can be misleading (#3982) ([48f2fd8](https://github.com/swc-project/swc/commit/48f2fd8e1b723e3dfa1d54c25aa9f3c391c5ee74))
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
- **(es/preset-env)** Fix compilation issue (#3972) ([7ebfcfa](https://github.com/swc-project/swc/commit/7ebfcfa70f1456e627f6cf30f65c00e2b0b17476))
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
- **(es/preset-env)** Publish `builtin.json` (#3973) ([858372f](https://github.com/swc-project/swc/commit/858372ffada23f0f36c1161d2ec36b6da93d973c))
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
- **(es/preset-env)** Move out finished proposals (#3970) ([502f934](https://github.com/swc-project/swc/commit/502f934ce5397526db3a26554293841c3c5821ae))
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
- **(preset-env)** Use `core-js-compat` and `@babel/compat-data` directly (#3968) ([487273f](https://github.com/swc-project/swc/commit/487273fc5b5f964c159ea23d409b0f66e1d74229))
|
|
187
|
+
|
|
188
|
+
### Features
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
- **(*)** Update dependencies (#3964) ([1206c84](https://github.com/swc-project/swc/commit/1206c84e19eca2711670e96407c47062c22a4d04))
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
- **(css/codegen)** Fix source maps and ast defs (#3974) ([516dbc6](https://github.com/swc-project/swc/commit/516dbc65dc769b21411989f4397dc97cf97571ed))
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
- **(css/prefixer)** Prefix more properties (#3976) ([4a9a5ff](https://github.com/swc-project/swc/commit/4a9a5ffa4b128c706f9a73a8465a317240c4babf))
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
- **(es/lints)** Mark catch params as binding patterns while checking duplicates (#3981) ([f28134f](https://github.com/swc-project/swc/commit/f28134fe774173b6e12c8571c92fe1c015f8b53b))
|
|
202
|
+
|
|
203
|
+
### Miscellaneous Tasks
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
- **(ci)** Skip unnecessary package for the benchmark (#3980) ([485dc54](https://github.com/swc-project/swc/commit/485dc54d299c6f48752841401d2bfaf716f64f06))
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
- **(es/parser)** Add some inline attributes (#3969) ([6a6c322](https://github.com/swc-project/swc/commit/6a6c32203b8f2fde61279320cca505052f969da3))
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
- **(es/preset-env)** Use js script for copying files (#3986) ([83722df](https://github.com/swc-project/swc/commit/83722df21a54d29caffb6fe8eb1261763a085830))
|
|
214
|
+
|
|
215
|
+
### Performance
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
- **(common)** Use `fxhash` everywhere (#3985) ([db60291](https://github.com/swc-project/swc/commit/db602911647360e0a26139d93882c353ba4d9330))
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
- **(es/minifier)** Make mangler faster by merging hash sets into one (#3983) ([107c91d](https://github.com/swc-project/swc/commit/107c91dd206e31c221df98446f71e8f18020c060))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
- **(es/minifier)** Use fxhash for integers (#3984) ([67e6154](https://github.com/swc-project/swc/commit/67e615421f85aee2919016a5d01e4ebb1b9b08c4))
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
- **(es/minifier)** Merge hashmap for scoping before checking (#3988) ([1beecce](https://github.com/swc-project/swc/commit/1beecceead16765abd1b698d3a255e647a2adcc7))
|
|
229
|
+
|
|
230
|
+
### Testing
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
- **(es)** Add tests for fixed issues (#3987) ([073d847](https://github.com/swc-project/swc/commit/073d847a33fe9902428633292efa8a606fe208f1))
|
|
235
|
+
|
|
236
|
+
## [1.2.153] - 2022-03-11
|
|
237
|
+
|
|
238
|
+
### Bug Fixes
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
8
242
|
- **(api/rust)** Fix transform comment api (#3962) ([fcbd3c5](https://github.com/swc-project/swc/commit/fcbd3c5c5849418b911d87d3a0b36eb84bef1a68))
|
|
9
243
|
|
|
10
244
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.156",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -53,17 +53,19 @@
|
|
|
53
53
|
"types": "./index.d.ts",
|
|
54
54
|
"scripts": {
|
|
55
55
|
"changelog": "git cliff --output CHANGELOG.md",
|
|
56
|
-
"prepare": "husky install && git config feature.manyFiles true",
|
|
56
|
+
"prepare": "husky install && git config feature.manyFiles true && node ./crates/swc_ecma_preset_env/scripts/copy-data.js",
|
|
57
57
|
"artifacts": "napi artifacts --dist scripts/npm",
|
|
58
58
|
"prepublishOnly": "tsc -d && napi prepublish -p scripts/npm --tagstyle npm",
|
|
59
|
+
"pack": "wasm-pack",
|
|
60
|
+
"build:ts": "tsc -d",
|
|
61
|
+
"build:wasm": "npm-run-all \"pack -- build ./crates/wasm --scope swc {1} -t {2} --features plugin\" --",
|
|
59
62
|
"build": "tsc -d && napi build --platform --cargo-name node --js ./node-swc/src/binding.js --dts ./node-swc/src/binding.d.ts -p node --release",
|
|
60
63
|
"build:dev": "tsc -d && napi build --platform --cargo-name node --js ./node-swc/src/binding.js --dts ./node-swc/src/binding.d.ts -p node",
|
|
61
|
-
"build:ts": "tsc -d",
|
|
62
64
|
"test": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest node-swc/__tests__",
|
|
63
65
|
"version": "napi version -p scripts/npm"
|
|
64
66
|
},
|
|
65
67
|
"devDependencies": {
|
|
66
|
-
"@babel/compat-data": "^7.
|
|
68
|
+
"@babel/compat-data": "^7.17.0",
|
|
67
69
|
"@babel/core": "^7.13.16",
|
|
68
70
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
69
71
|
"@babel/plugin-proposal-decorators": "^7.13.15",
|
|
@@ -72,7 +74,7 @@
|
|
|
72
74
|
"@babel/preset-react": "^7.13.13",
|
|
73
75
|
"@babel/preset-typescript": "^7.13.0",
|
|
74
76
|
"@babel/types": "^7.14.0",
|
|
75
|
-
"@napi-rs/cli": "^2.4.
|
|
77
|
+
"@napi-rs/cli": "^2.4.5",
|
|
76
78
|
"@swc/helpers": "^0.2.10",
|
|
77
79
|
"@types/jest": "^26.0.23",
|
|
78
80
|
"@types/node": "^14.14.41",
|
|
@@ -83,6 +85,7 @@
|
|
|
83
85
|
"benchmark": "^2.1.4",
|
|
84
86
|
"class-validator": "^0.13.1",
|
|
85
87
|
"core-js": "^2.6.11",
|
|
88
|
+
"core-js-compat": "^3.21.1",
|
|
86
89
|
"cross-env": "^7.0.3",
|
|
87
90
|
"cspell": "^5.12.3",
|
|
88
91
|
"expect": "^27.4.2",
|
|
@@ -90,6 +93,7 @@
|
|
|
90
93
|
"jest": "^27.0.1",
|
|
91
94
|
"lodash": "^4.17.21",
|
|
92
95
|
"mocha": "^9.1.3",
|
|
96
|
+
"npm-run-all": "^4.1.5",
|
|
93
97
|
"progress": "^2.0.3",
|
|
94
98
|
"prop-types": "^15.7.2",
|
|
95
99
|
"react": "^17.0.2",
|
|
@@ -107,18 +111,18 @@
|
|
|
107
111
|
"url": "https://opencollective.com/swc"
|
|
108
112
|
},
|
|
109
113
|
"optionalDependencies": {
|
|
110
|
-
"@swc/core-win32-x64-msvc": "1.2.
|
|
111
|
-
"@swc/core-darwin-x64": "1.2.
|
|
112
|
-
"@swc/core-linux-x64-gnu": "1.2.
|
|
113
|
-
"@swc/core-linux-x64-musl": "1.2.
|
|
114
|
-
"@swc/core-freebsd-x64": "1.2.
|
|
115
|
-
"@swc/core-win32-ia32-msvc": "1.2.
|
|
116
|
-
"@swc/core-linux-arm64-gnu": "1.2.
|
|
117
|
-
"@swc/core-linux-arm-gnueabihf": "1.2.
|
|
118
|
-
"@swc/core-darwin-arm64": "1.2.
|
|
119
|
-
"@swc/core-android-arm64": "1.2.
|
|
120
|
-
"@swc/core-linux-arm64-musl": "1.2.
|
|
121
|
-
"@swc/core-win32-arm64-msvc": "1.2.
|
|
122
|
-
"@swc/core-android-arm-eabi": "1.2.
|
|
114
|
+
"@swc/core-win32-x64-msvc": "1.2.156",
|
|
115
|
+
"@swc/core-darwin-x64": "1.2.156",
|
|
116
|
+
"@swc/core-linux-x64-gnu": "1.2.156",
|
|
117
|
+
"@swc/core-linux-x64-musl": "1.2.156",
|
|
118
|
+
"@swc/core-freebsd-x64": "1.2.156",
|
|
119
|
+
"@swc/core-win32-ia32-msvc": "1.2.156",
|
|
120
|
+
"@swc/core-linux-arm64-gnu": "1.2.156",
|
|
121
|
+
"@swc/core-linux-arm-gnueabihf": "1.2.156",
|
|
122
|
+
"@swc/core-darwin-arm64": "1.2.156",
|
|
123
|
+
"@swc/core-android-arm64": "1.2.156",
|
|
124
|
+
"@swc/core-linux-arm64-musl": "1.2.156",
|
|
125
|
+
"@swc/core-win32-arm64-msvc": "1.2.156",
|
|
126
|
+
"@swc/core-android-arm-eabi": "1.2.156"
|
|
123
127
|
}
|
|
124
128
|
}
|