@swc/core 1.2.157 → 1.2.158

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 +29 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,35 @@
5
5
 
6
6
 
7
7
 
8
+ - **(css/prefixer)** Reduce the number of vars in debug build (#4078) ([4af5e6d](https://github.com/swc-project/swc/commit/4af5e6d77bff7bf6bf247b18185b22754c3ceceb))
9
+
10
+
11
+ - **(es/helpers)** Fix decorator helper script (#4072) ([55cfad1](https://github.com/swc-project/swc/commit/55cfad152d52e7f818fc4e71913e94ce84ab91a2))
12
+
13
+
14
+ - **(es/modules)** Fix sourcemap, really (#4074) ([22d005e](https://github.com/swc-project/swc/commit/22d005e2246505ad01ee1aef0be714f98ff7b577))
15
+
16
+
17
+ - **(es/react)** Fix `_createElement` (#4070) ([bb08354](https://github.com/swc-project/swc/commit/bb08354950beb8155fbe27abcc391e43e1c15e2b))
18
+
19
+ ### Features
20
+
21
+
22
+
23
+ - **(es/modules)** Support namespaced reexports (#4073) ([9458f08](https://github.com/swc-project/swc/commit/9458f08092e544cf051a88001b195f8543035d1c))
24
+
25
+ ### Miscellaneous Tasks
26
+
27
+
28
+
29
+ - **(repo)** Auto-lock outdated issues and PRs (#4066) ([ed7a5e5](https://github.com/swc-project/swc/commit/ed7a5e54ccdf7f6835082286fa9892f0cf3ac270))
30
+
31
+ ## [1.2.157] - 2022-03-17
32
+
33
+ ### Bug Fixes
34
+
35
+
36
+
8
37
  - **(es/ast)** Revert removal of `definite` in `PrivateProp` (#4051) ([bbe8f3d](https://github.com/swc-project/swc/commit/bbe8f3d8fe0a5a62fa2624c5cbe46980ad6264ac))
9
38
 
10
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.157",
3
+ "version": "1.2.158",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -121,18 +121,18 @@
121
121
  "url": "https://opencollective.com/swc"
122
122
  },
123
123
  "optionalDependencies": {
124
- "@swc/core-win32-x64-msvc": "1.2.157",
125
- "@swc/core-darwin-x64": "1.2.157",
126
- "@swc/core-linux-x64-gnu": "1.2.157",
127
- "@swc/core-linux-x64-musl": "1.2.157",
128
- "@swc/core-freebsd-x64": "1.2.157",
129
- "@swc/core-win32-ia32-msvc": "1.2.157",
130
- "@swc/core-linux-arm64-gnu": "1.2.157",
131
- "@swc/core-linux-arm-gnueabihf": "1.2.157",
132
- "@swc/core-darwin-arm64": "1.2.157",
133
- "@swc/core-android-arm64": "1.2.157",
134
- "@swc/core-linux-arm64-musl": "1.2.157",
135
- "@swc/core-win32-arm64-msvc": "1.2.157",
136
- "@swc/core-android-arm-eabi": "1.2.157"
124
+ "@swc/core-win32-x64-msvc": "1.2.158",
125
+ "@swc/core-darwin-x64": "1.2.158",
126
+ "@swc/core-linux-x64-gnu": "1.2.158",
127
+ "@swc/core-linux-x64-musl": "1.2.158",
128
+ "@swc/core-freebsd-x64": "1.2.158",
129
+ "@swc/core-win32-ia32-msvc": "1.2.158",
130
+ "@swc/core-linux-arm64-gnu": "1.2.158",
131
+ "@swc/core-linux-arm-gnueabihf": "1.2.158",
132
+ "@swc/core-darwin-arm64": "1.2.158",
133
+ "@swc/core-android-arm64": "1.2.158",
134
+ "@swc/core-linux-arm64-musl": "1.2.158",
135
+ "@swc/core-win32-arm64-msvc": "1.2.158",
136
+ "@swc/core-android-arm-eabi": "1.2.158"
137
137
  }
138
138
  }