@swc/core 1.3.27 → 1.3.29

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 +46 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,52 @@
5
5
 
6
6
 
7
7
 
8
+ - **(plugin)** Make `span_to_source` use dedicated function (#6853) ([99d48e3](https://github.com/swc-project/swc/commit/99d48e305ef73352efc41bc134a10750b1d724bc))
9
+
10
+ ### Refactor
11
+
12
+
13
+
14
+ - **(es/minifier)** Merge `cond_init` with `reassigned` (#6850) ([55225cb](https://github.com/swc-project/swc/commit/55225cb994d6cb0cfaae4cee77905f17ec6e37c7))
15
+
16
+ ## [1.3.28] - 2023-01-24
17
+
18
+ ### Bug Fixes
19
+
20
+
21
+
22
+ - **(es/codegen)** Fix codegen of string literals with `\x000` (#6838) ([df70261](https://github.com/swc-project/swc/commit/df702614e1c23ee119d26beeb1b3abd454d7add0))
23
+
24
+
25
+ - **(es/minifier)** Don't inline into `await` from sequential inliner (#6839) ([21e1478](https://github.com/swc-project/swc/commit/21e14787c521cc1f808c9b71e8671820a79bd12f))
26
+
27
+ ### Miscellaneous Tasks
28
+
29
+
30
+
31
+ - **(ci)** Make stale action to wait 30 days (#6828) ([1ef2347](https://github.com/swc-project/swc/commit/1ef2347bdf6901ea6d1e8629ba08611421d19c3e))
32
+
33
+ ### Performance
34
+
35
+
36
+
37
+ - **(es/minifier)** Make pure function check `O(1)` (#6840) ([58208ef](https://github.com/swc-project/swc/commit/58208ef8aee994591f05d996a8b660da6e96d681))
38
+
39
+ ### Refactor
40
+
41
+
42
+
43
+ - **(es/preset-env)** Use a const fn instead of a macro (#6844) ([2fcab36](https://github.com/swc-project/swc/commit/2fcab36418b7cf0869a1a256dc927d3ccdbe35cd))
44
+
45
+
46
+ - **(es/typescript)** Remove unused code (#6830) ([7205543](https://github.com/swc-project/swc/commit/7205543d5f58e2aaa8ef8ba0820c2f05726001d1))
47
+
48
+ ## [1.3.27] - 2023-01-17
49
+
50
+ ### Bug Fixes
51
+
52
+
53
+
8
54
  - **(es/codegen)** Skip space if jsx attrs is empty (#6823) ([e9fdac2](https://github.com/swc-project/swc/commit/e9fdac216c0a578f266a7a16000e2675d722068c))
9
55
 
10
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.27",
3
+ "version": "1.3.29",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -138,16 +138,16 @@
138
138
  "url": "https://opencollective.com/swc"
139
139
  },
140
140
  "optionalDependencies": {
141
- "@swc/core-win32-x64-msvc": "1.3.27",
142
- "@swc/core-darwin-x64": "1.3.27",
143
- "@swc/core-linux-x64-gnu": "1.3.27",
144
- "@swc/core-linux-x64-musl": "1.3.27",
145
- "@swc/core-win32-ia32-msvc": "1.3.27",
146
- "@swc/core-linux-arm64-gnu": "1.3.27",
147
- "@swc/core-linux-arm-gnueabihf": "1.3.27",
148
- "@swc/core-darwin-arm64": "1.3.27",
149
- "@swc/core-linux-arm64-musl": "1.3.27",
150
- "@swc/core-win32-arm64-msvc": "1.3.27"
141
+ "@swc/core-win32-x64-msvc": "1.3.29",
142
+ "@swc/core-darwin-x64": "1.3.29",
143
+ "@swc/core-linux-x64-gnu": "1.3.29",
144
+ "@swc/core-linux-x64-musl": "1.3.29",
145
+ "@swc/core-win32-ia32-msvc": "1.3.29",
146
+ "@swc/core-linux-arm64-gnu": "1.3.29",
147
+ "@swc/core-linux-arm-gnueabihf": "1.3.29",
148
+ "@swc/core-darwin-arm64": "1.3.29",
149
+ "@swc/core-linux-arm64-musl": "1.3.29",
150
+ "@swc/core-win32-arm64-msvc": "1.3.29"
151
151
  },
152
152
  "files": [
153
153
  "CHANGELOG.md",