@swc/core 1.3.73 → 1.3.75

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 +61 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,67 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/codegen)** Don't strip necessary escape characters (#7687) ([b45649b](https://github.com/swc-project/swc/commit/b45649b8d6484bd872f6443fc729f6b1998ff44d))
9
+
10
+
11
+ - **(es/compat)** Fix loose mode of the `spread` pass (#7760) ([b69ae8f](https://github.com/swc-project/swc/commit/b69ae8f433a1702e09a24c1c47b2fc312e8fb801))
12
+
13
+
14
+ - **(es/minifier)** Abort on `Array.slice` with `start >= end` (#7745) ([36ccbec](https://github.com/swc-project/swc/commit/36ccbec06130a55bc0707a0096a56558a77a1ceb))
15
+
16
+
17
+ - **(es/module)** Fix handling of continuous assignments in `systemjs` (#7741) ([f713f6a](https://github.com/swc-project/swc/commit/f713f6aba84ffe84bed9dff80a772b0cd78135b8))
18
+
19
+
20
+ - **(es/utils)** Ignore `typeof Id` while preserving side effects (#7763) ([d57ac0d](https://github.com/swc-project/swc/commit/d57ac0dd28cdefef63a18d53565154e65ee8b838))
21
+
22
+
23
+ - **(plugin/runner)** Use fs cache properly (#7748) ([1122de7](https://github.com/swc-project/swc/commit/1122de7d8b3c178b4e315bb50a6e214669c37a4f))
24
+
25
+ ### Features
26
+
27
+
28
+
29
+ - **(es)** Alias `format` as `output` for `minify()` (#7746) ([28dfc51](https://github.com/swc-project/swc/commit/28dfc518879b9125a382b48e8310895e137d4fd4))
30
+
31
+ ### Miscellaneous Tasks
32
+
33
+
34
+
35
+ - **(ci)** Fix permissions of publish action (#7768) ([fa7e428](https://github.com/swc-project/swc/commit/fa7e4289bd04320b9a88bda81538fc394bda23f9))
36
+
37
+ ### Refactor
38
+
39
+
40
+
41
+ - **(es/ast)** Avoid `transmute` in impl of `Hash` for `Number` (#7771) ([2258274](https://github.com/swc-project/swc/commit/225827423355cab8cd3c0ae80f335cd2873e6cd4))
42
+
43
+
44
+ - **(es/minifier)** Support stable rustc (#7734) ([f7afe7e](https://github.com/swc-project/swc/commit/f7afe7edecc65f41845721c75b77d2f6dba04a6a))
45
+
46
+
47
+ - **(es/parser)** Do not use `lexical` (#7758) ([e50cfde](https://github.com/swc-project/swc/commit/e50cfde938b2504b723a95f034ac4b388d8725c3))
48
+
49
+
50
+ - **(es/parser)** Do not validate top-level await with target (#7774) ([5f97f86](https://github.com/swc-project/swc/commit/5f97f8656f9ff7c42bbf1db95fd9d964c5cc6c7c))
51
+
52
+ ## [1.3.74] - 2023-08-02
53
+
54
+ ### Bug Fixes
55
+
56
+
57
+
58
+ - **(es)** Fix typo in a warning (#7740) ([22e06cc](https://github.com/swc-project/swc/commit/22e06cce630b365b17f390559e065ee48cb3d2b9))
59
+
60
+
61
+ - **(es/minifier)** Mark args of `new`s as references (#7743) ([3873f58](https://github.com/swc-project/swc/commit/3873f5849999e49b732fef9959cb12ce6159c078))
62
+
63
+ ## [1.3.73] - 2023-08-01
64
+
65
+ ### Bug Fixes
66
+
67
+
68
+
8
69
  - **(es/minifier)** Handle synthesized export default expression (#7707) ([5ea6f27](https://github.com/swc-project/swc/commit/5ea6f27eb07df768c6fab2bdff744e402480c53f))
9
70
 
10
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.73",
3
+ "version": "1.3.75",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -145,16 +145,16 @@
145
145
  "url": "https://opencollective.com/swc"
146
146
  },
147
147
  "optionalDependencies": {
148
- "@swc/core-win32-x64-msvc": "1.3.73",
149
- "@swc/core-darwin-x64": "1.3.73",
150
- "@swc/core-linux-x64-gnu": "1.3.73",
151
- "@swc/core-linux-x64-musl": "1.3.73",
152
- "@swc/core-win32-ia32-msvc": "1.3.73",
153
- "@swc/core-linux-arm64-gnu": "1.3.73",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.73",
155
- "@swc/core-darwin-arm64": "1.3.73",
156
- "@swc/core-linux-arm64-musl": "1.3.73",
157
- "@swc/core-win32-arm64-msvc": "1.3.73"
148
+ "@swc/core-win32-x64-msvc": "1.3.75",
149
+ "@swc/core-darwin-x64": "1.3.75",
150
+ "@swc/core-linux-x64-gnu": "1.3.75",
151
+ "@swc/core-linux-x64-musl": "1.3.75",
152
+ "@swc/core-win32-ia32-msvc": "1.3.75",
153
+ "@swc/core-linux-arm64-gnu": "1.3.75",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.75",
155
+ "@swc/core-darwin-arm64": "1.3.75",
156
+ "@swc/core-linux-arm64-musl": "1.3.75",
157
+ "@swc/core-win32-arm64-msvc": "1.3.75"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",