@swc/core 1.2.204 → 1.2.205

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 (3) hide show
  1. package/CHANGELOG.md +77 -0
  2. package/README.md +3 -1
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,83 @@
5
5
 
6
6
 
7
7
 
8
+ - **(css/parser)** Improve lexer errors (#5025) ([c345524](https://github.com/swc-project/swc/commit/c345524e368078a59cdf5376999a5b443f2918e7))
9
+
10
+
11
+ - **(es/lints)** Allow duplicate function in non-top level (#5011) ([4a422a0](https://github.com/swc-project/swc/commit/4a422a09a4a933b7db085d936d16dbf53e518956))
12
+
13
+
14
+ - **(es/parser)** Don't panic on an invalid import meta property (#4994) ([53a8cb1](https://github.com/swc-project/swc/commit/53a8cb12094b15aed1667f844abfefea1420d3d2))
15
+
16
+
17
+ - **(es/parser)** Allow instantiation expression followed by a line break or a binary operator (#5000) ([a62b2b3](https://github.com/swc-project/swc/commit/a62b2b32446613fca0a6193c93c19f1e0b86c3b0))
18
+
19
+
20
+ - **(es/transforms)** Add custom `Sync` + `Send` for the renamer (#5018) ([fd73895](https://github.com/swc-project/swc/commit/fd73895a7be31b24a2795e38c1e7729086656023))
21
+
22
+
23
+ - **(es/typescript)** Preserve `export = ` for AMD (#4995) ([d736b31](https://github.com/swc-project/swc/commit/d736b31e08771c3ca243e6875a11bef1a2937c85))
24
+
25
+
26
+ - **(html/minifier)** Avoid optional attributes (#5016) ([f1fd83d](https://github.com/swc-project/swc/commit/f1fd83dcc70aff7d27d0bd0d4f0954dc5dc8cbbd))
27
+
28
+
29
+ - **(html/minifier)** Compress more complex attributes (#5024) ([c61babd](https://github.com/swc-project/swc/commit/c61babd9af822491d2af4295638df0483748d2e0))
30
+
31
+ ### Documentation
32
+
33
+
34
+
35
+ - **(readme)** Add a link for discord badge in `README.md` (#5005) ([1f64055](https://github.com/swc-project/swc/commit/1f64055438f1867683fc0fb3b3bef88ca077ff0c))
36
+
37
+ ### Features
38
+
39
+
40
+
41
+ - **(html/minifier)** Compress more svg/mathml attributes (#5001) ([1538649](https://github.com/swc-project/swc/commit/15386492372bd8bf322bd60a71ebdff54a15ebf8))
42
+
43
+
44
+ - **(html/minifier)** Add an API to minify document fragments (#5002) ([7745fbf](https://github.com/swc-project/swc/commit/7745fbf604d6c3c8daeb61eced8c01b464e385db))
45
+
46
+
47
+ - **(html/minifier)** Minify js (#4999) ([28bc735](https://github.com/swc-project/swc/commit/28bc735d03987dd965fdefe7284b30bee3346a3a))
48
+
49
+
50
+ - **(html/minifier)** Add `remove_redundant_attributes` (#5023) ([03d8a3a](https://github.com/swc-project/swc/commit/03d8a3a0ddb843ded43134265973557dd48e14a7))
51
+
52
+
53
+ - **(html/minifier)** Compress `style` and `media` attributes (#5022) ([47d34a3](https://github.com/swc-project/swc/commit/47d34a33d43a6e28a4318ea826513edf380dc13a))
54
+
55
+ ### Performance
56
+
57
+
58
+
59
+ - **(html/parser)** Improve performance (#5028) ([a057183](https://github.com/swc-project/swc/commit/a057183230303cc874a6f7c236cf0ea11fe24f2f))
60
+
61
+ ### Refactor
62
+
63
+
64
+
65
+ - **(webpack-ast)** Remove (#5026) ([17c51fa](https://github.com/swc-project/swc/commit/17c51fa53ca605aea6c3286e1994ab5dbc5f1b74))
66
+
67
+ ### Testing
68
+
69
+
70
+
71
+ - **(es/helpers)** Unify code path for testing external helpers (#5010) ([125549b](https://github.com/swc-project/swc/commit/125549b7a96d5a91101e1a96a0bb39214e252800))
72
+
73
+
74
+ - **(es/minifier)** Add a test case for the minifier (#5013) ([eedcb11](https://github.com/swc-project/swc/commit/eedcb114a2df09d88995c1b58ea1d1980831a02d))
75
+
76
+
77
+ - **(es/parser)** Add a test case for instantiation expr (#5014) ([6bcb925](https://github.com/swc-project/swc/commit/6bcb92598b5c71fee407b4f4be7da85d36a0735d))
78
+
79
+ ## [1.2.204] - 2022-06-18
80
+
81
+ ### Bug Fixes
82
+
83
+
84
+
8
85
  - **(es/helpers)** Fix `module` field in `package.json` of `@swc/helpers` (#4978) ([5123c20](https://github.com/swc-project/swc/commit/5123c20b5d765db0fa645a1d4ba2820d5eeddc9c))
9
86
 
10
87
 
package/README.md CHANGED
@@ -27,7 +27,9 @@
27
27
  </p>
28
28
 
29
29
  <p align="center">
30
- <img alt="Discord" src="https://img.shields.io/discord/889779439272075314">
30
+ <a href="https://discord.com/invite/GnHbXTdZz6">
31
+ <img alt="Discord" src="https://img.shields.io/discord/889779439272075314">
32
+ </a>
31
33
  </p>
32
34
 
33
35
  SWC (stands for `Speedy Web Compiler`) is a super-fast TypeScript / JavaScript compiler written in Rust. It's a library for Rust and JavaScript at the same time. If you are using SWC from Rust, see [rustdoc](https://rustdoc.swc.rs/swc/) and for most users, your entry point for using the library will be [parser](https://rustdoc.swc.rs/swc_ecma_parser/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.204",
3
+ "version": "1.2.205",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -135,18 +135,18 @@
135
135
  "url": "https://opencollective.com/swc"
136
136
  },
137
137
  "optionalDependencies": {
138
- "@swc/core-win32-x64-msvc": "1.2.204",
139
- "@swc/core-darwin-x64": "1.2.204",
140
- "@swc/core-linux-x64-gnu": "1.2.204",
141
- "@swc/core-linux-x64-musl": "1.2.204",
142
- "@swc/core-freebsd-x64": "1.2.204",
143
- "@swc/core-win32-ia32-msvc": "1.2.204",
144
- "@swc/core-linux-arm64-gnu": "1.2.204",
145
- "@swc/core-linux-arm-gnueabihf": "1.2.204",
146
- "@swc/core-darwin-arm64": "1.2.204",
147
- "@swc/core-android-arm64": "1.2.204",
148
- "@swc/core-linux-arm64-musl": "1.2.204",
149
- "@swc/core-win32-arm64-msvc": "1.2.204",
150
- "@swc/core-android-arm-eabi": "1.2.204"
138
+ "@swc/core-win32-x64-msvc": "1.2.205",
139
+ "@swc/core-darwin-x64": "1.2.205",
140
+ "@swc/core-linux-x64-gnu": "1.2.205",
141
+ "@swc/core-linux-x64-musl": "1.2.205",
142
+ "@swc/core-freebsd-x64": "1.2.205",
143
+ "@swc/core-win32-ia32-msvc": "1.2.205",
144
+ "@swc/core-linux-arm64-gnu": "1.2.205",
145
+ "@swc/core-linux-arm-gnueabihf": "1.2.205",
146
+ "@swc/core-darwin-arm64": "1.2.205",
147
+ "@swc/core-android-arm64": "1.2.205",
148
+ "@swc/core-linux-arm64-musl": "1.2.205",
149
+ "@swc/core-win32-arm64-msvc": "1.2.205",
150
+ "@swc/core-android-arm-eabi": "1.2.205"
151
151
  }
152
152
  }