|
16 | 16 |
|
17 | 17 | - **(es/typescript)** Fix typings ([#9301](https://github.com/swc-project/swc/issues/9301)) ([27ca712](https://github.com/swc-project/swc/commit/27ca712812421ce7cef7770b1dde790080ce09ea))
|
18 | 18 |
|
| 19 | + |
| 20 | +- **(es/utils)** Use `$crate` for `quote_ident!()` ([#9309](https://github.com/swc-project/swc/issues/9309)) ([bdaaf47](https://github.com/swc-project/swc/commit/bdaaf47cb4fc0146485a567d48449116d0e67e98)) |
| 21 | + |
19 | 22 | ### Features
|
20 | 23 |
|
21 | 24 |
|
|
28 | 31 |
|
29 | 32 | - **(es/typescript)** Add esm build for fast ts strip ([#9286](https://github.com/swc-project/swc/issues/9286)) ([d10cb9f](https://github.com/swc-project/swc/commit/d10cb9ffa29033048d242fc3fb4a35ea5fb1bf16))
|
30 | 33 |
|
| 34 | +### Miscellaneous Tasks |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +- **(deps)** Update actions ([#9311](https://github.com/swc-project/swc/issues/9311)) ([475432e](https://github.com/swc-project/swc/commit/475432e83aad0191b8ad23e503d9fbe1835be196)) |
| 39 | + |
| 40 | + |
| 41 | +- **(deps)** Update npm (patch) ([#9318](https://github.com/swc-project/swc/issues/9318)) ([9d983c3](https://github.com/swc-project/swc/commit/9d983c3864888c3402679ce5498f82e71899c210)) |
| 42 | + |
31 | 43 | ### Performance
|
32 | 44 |
|
33 | 45 |
|
|
1335 | 1347 |
|
1336 | 1348 | ## [1.4.0] - 2024-02-05
|
1337 | 1349 |
|
1338 |
| -### Bug Fixes |
1339 |
| - |
1340 |
| - |
1341 |
| - |
1342 |
| -- **(cli)** Make Rust CLI use sourcemap code from the `swc` crate ([#8576](https://github.com/swc-project/swc/issues/8576)) ([82bc061](https://github.com/swc-project/swc/commit/82bc061b8caad9b240f3c2ab75c2a53aed502297)) |
1343 |
| - |
1344 |
| - |
1345 |
| -- **(es/codegen)** Fix codegen of async methods with decorators ([#8575](https://github.com/swc-project/swc/issues/8575)) ([8c32225](https://github.com/swc-project/swc/commit/8c322250b7276f002fc0848bbb5c53bdb8802c00)) |
1346 |
| - |
1347 |
| - |
1348 |
| -- **(es/lexer)** Fix typo in `package` keyword ([#8589](https://github.com/swc-project/swc/issues/8589)) ([8413a6c](https://github.com/swc-project/swc/commit/8413a6c48e94613b9ba264210acab4f7f1787057)) |
1349 |
| - |
1350 |
| - |
1351 |
| -- **(es/minifier)** Fix top-level check ([#8583](https://github.com/swc-project/swc/issues/8583)) ([a7c5255](https://github.com/swc-project/swc/commit/a7c5255ad1ad98c183b676af5caaf9057a9eccf1)) |
1352 |
| - |
1353 |
| - |
1354 |
| -- **(es/resolver)** Skip property in JSX member ([#8598](https://github.com/swc-project/swc/issues/8598)) ([d480ab9](https://github.com/swc-project/swc/commit/d480ab9ae8226fd8330376e33f0ad556c50d5b75)) |
1355 |
| - |
1356 |
| - |
1357 |
| -- **(es/typescript)** Handle exported JSX binding name in TypeScript namespace ([#8596](https://github.com/swc-project/swc/issues/8596)) ([2a70a6b](https://github.com/swc-project/swc/commit/2a70a6b1d477db5ae31c5c9412d299acaea10880)) |
1358 |
| - |
1359 |
| -### Features |
1360 |
| - |
1361 |
| - |
1362 |
| - |
1363 |
| -- **(es/minifier)** Inline more IIFE arguments ([#8584](https://github.com/swc-project/swc/issues/8584)) ([18e0b53](https://github.com/swc-project/swc/commit/18e0b53fbb19eb016fe3695a169ac7f0708c96d3)) |
1364 |
| - |
1365 |
| - |
1366 |
| -- **(es/minifier)** Respect more options ([#8582](https://github.com/swc-project/swc/issues/8582)) ([fd997d3](https://github.com/swc-project/swc/commit/fd997d3712cf83d5de5bb63b3e2ac38871c4b736)) |
1367 |
| - |
1368 | 1350 | ### Refactor
|
1369 | 1351 |
|
1370 | 1352 |
|
1371 | 1353 |
|
1372 | 1354 | - **(es/ast)** Improve type definitions of patterns ([#8532](https://github.com/swc-project/swc/issues/8532)) ([7f2a2c1](https://github.com/swc-project/swc/commit/7f2a2c1e406021b8907b8fd35da456bfdc5f55ac))
|
1373 | 1355 |
|
1374 |
| -### Testing |
1375 |
| - |
1376 |
| - |
1377 |
| - |
1378 |
| -- **(es/testing)** Ensure that `test_inline!` is working properly ([#8590](https://github.com/swc-project/swc/issues/8590)) ([872a47b](https://github.com/swc-project/swc/commit/872a47b851504f4c0095f7c9f2729d50451c97a6)) |
1379 |
| - |
1380 | 1356 | <!-- generated by git-cliff -->
|
0 commit comments