build(deps): update dependency @swc/core to ^1.11.9
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@swc/core (source) | devDependencies | patch | ^1.11.8 -> ^1.11.9 |
Release Notes
swc-project/swc (@swc/core)
v1.11.9
Bug Fixes
-
(es/compat) Hoist
arguments
in object method while lowering async functions (#10167) (e764df2) -
(es/minifier) Check array inline for indexed with dynamic key (#10184) (c2fe4bf)
Features
-
(es/module) Support more
import.meta
properties (#10179) (11727a6) -
(ts/fast-strip) Throw js object instead of map (#10186) (2da0142)
Performance
-
(es/fast-lexer) Optimize
read_identifier
(#10170) (d97f7b2) -
(es/fast-lexer) Use
memchr
forskip_line_comments
(#10173) (35194e3) -
(es/fast-lexer) Use SIMD properly for string literals (#10172) (be60338)
-
(es/fast-lexer) Add length-based fast path for keywords (#10176) (1f70af8)
-
(es/fast-lexer) Optimize memory layout of cursor (#10175) (aa20494)
-
(es/fast-lexer) Replace PHF with static keyword lookup table (#10181) (56d065e)
-
(es/fast-lexer) Optimize SIMD vector initialization with initialing
u8x16
once. (#10183) (435197c)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.