@swc/core 1.2.230 → 1.2.233

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,57 @@
1
1
  # Changelog
2
2
  ## [unreleased]
3
3
 
4
+ ### Build
5
+
6
+
7
+
8
+ - **(es)** Bump up bindings (#5493) ([e547631](https://github.com/swc-project/swc/commit/e5476310f816c8d16dc9c653e234737bfeb03697))
9
+
10
+ ## [1.2.232] - 2022-08-15
11
+
12
+ ### Bug Fixes
13
+
14
+
15
+
16
+ - **(es/minifier)** Fix context of call/new expressions (#5487) ([40bb695](https://github.com/swc-project/swc/commit/40bb695f64da7fe1f7d892ded51bf77101cea4bc))
17
+
18
+
19
+ - **(es/plugin)** Share `SourceFile` for plugin transforms (#5475) ([ff7f6f6](https://github.com/swc-project/swc/commit/ff7f6f63f93c253834908c329f61fe28fef9ad62))
20
+
21
+ ## [1.2.231] - 2022-08-14
22
+
23
+ ### Bug Fixes
24
+
25
+
26
+
27
+ - **(es/helpers)** Fix `for await` (#5458) ([b655bf4](https://github.com/swc-project/swc/commit/b655bf473a12a45a8c6d3f2fb3dc0811b778c075))
28
+
29
+
30
+ - **(es/minifier)** Remove wrong code (#5485) ([2045fe6](https://github.com/swc-project/swc/commit/2045fe627397da217dc28fca52bd5cf85d42d2ae))
31
+
32
+
33
+ - **(swc_core)** Bump up `swc_plugin_macro` (#5486) ([04e11a5](https://github.com/swc-project/swc/commit/04e11a577dcda1b745faa120e7bb94e8ba408d1e))
34
+
35
+ ### Performance
36
+
37
+
38
+
39
+ - **(es/minifier)** Remove needless allocation of name mangler (#5483) ([1a0a2b5](https://github.com/swc-project/swc/commit/1a0a2b584265907c965242320cace6c89f858171))
40
+
41
+ ### Refactor
42
+
43
+
44
+
45
+ - **(bindings)** Use published `swc_core` as interface (#5482) ([83417b6](https://github.com/swc-project/swc/commit/83417b6f7594c5e74a896034fb508473922203d0))
46
+
47
+ ### Build
48
+
49
+
50
+
51
+ - **(bindings)** Bump up swc_core (#5484) ([76797b1](https://github.com/swc-project/swc/commit/76797b1fc19a6396e62df58dfa834efcd1367939))
52
+
53
+ ## [1.2.230] - 2022-08-14
54
+
4
55
  ### Features
5
56
 
6
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.230",
3
+ "version": "1.2.233",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -138,19 +138,19 @@
138
138
  "url": "https://opencollective.com/swc"
139
139
  },
140
140
  "optionalDependencies": {
141
- "@swc/core-win32-x64-msvc": "1.2.230",
142
- "@swc/core-darwin-x64": "1.2.230",
143
- "@swc/core-linux-x64-gnu": "1.2.230",
144
- "@swc/core-linux-x64-musl": "1.2.230",
145
- "@swc/core-freebsd-x64": "1.2.230",
146
- "@swc/core-win32-ia32-msvc": "1.2.230",
147
- "@swc/core-linux-arm64-gnu": "1.2.230",
148
- "@swc/core-linux-arm-gnueabihf": "1.2.230",
149
- "@swc/core-darwin-arm64": "1.2.230",
150
- "@swc/core-android-arm64": "1.2.230",
151
- "@swc/core-linux-arm64-musl": "1.2.230",
152
- "@swc/core-win32-arm64-msvc": "1.2.230",
153
- "@swc/core-android-arm-eabi": "1.2.230"
141
+ "@swc/core-win32-x64-msvc": "1.2.233",
142
+ "@swc/core-darwin-x64": "1.2.233",
143
+ "@swc/core-linux-x64-gnu": "1.2.233",
144
+ "@swc/core-linux-x64-musl": "1.2.233",
145
+ "@swc/core-freebsd-x64": "1.2.233",
146
+ "@swc/core-win32-ia32-msvc": "1.2.233",
147
+ "@swc/core-linux-arm64-gnu": "1.2.233",
148
+ "@swc/core-linux-arm-gnueabihf": "1.2.233",
149
+ "@swc/core-darwin-arm64": "1.2.233",
150
+ "@swc/core-android-arm64": "1.2.233",
151
+ "@swc/core-linux-arm64-musl": "1.2.233",
152
+ "@swc/core-win32-arm64-msvc": "1.2.233",
153
+ "@swc/core-android-arm-eabi": "1.2.233"
154
154
  },
155
155
  "files": [
156
156
  "CHANGELOG.md",