From 8915c621a39d837ddf3ea64938cb85bb43fdddfa Mon Sep 17 00:00:00 2001 From: SWC Bot Date: Tue, 18 Jun 2024 08:55:30 +0000 Subject: [PATCH] chore: Bump crates --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50793ddad7ba..331d950a3e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ - **(es/lexer)** Make lexing of string literals faster ([#9077](/~https://github.com/swc-project/swc/issues/9077)) ([373bac5](/~https://github.com/swc-project/swc/commit/373bac55aaffbe1f6e001c7c6d490797de45114e)) + +- **(es/lexer)** Reduce allocation while lexing identifiers ([#9076](/~https://github.com/swc-project/swc/issues/9076)) ([69f00b8](/~https://github.com/swc-project/swc/commit/69f00b85d465e882ec33642d6e8ed22dbe3c3fb2)) + ### Refactor @@ -1319,9 +1322,6 @@ - **(es/parsing)** Fix parsing of `type satisfies = 0;` ([#8305](/~https://github.com/swc-project/swc/issues/8305)) ([51042e0](/~https://github.com/swc-project/swc/commit/51042e090de246bcf92300e5ffd03139f255e77b)) -- **(es/proposal)** Improve resolving of `design:returntype` ([#8303](/~https://github.com/swc-project/swc/issues/8303)) ([fab51e1](/~https://github.com/swc-project/swc/commit/fab51e18433d85f29d720ef11371411fa4ecf623)) - - - **(es/resolver)** Ignore qualifiers of `TsImportType` ([#8299](/~https://github.com/swc-project/swc/issues/8299)) ([2113bb3](/~https://github.com/swc-project/swc/commit/2113bb3e19131d68eb2a1c384e4ac58b2bc10f00)) ### Testing