@swc/core
Advanced tools
Changelog
[1.11.9] - 2025-03-12
(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)
(es/module) Support more import.meta
properties (#10179) (11727a6)
(ts/fast-strip) Throw js object instead of map (#10186) (2da0142)
(es/fast-lexer) Use memchr
for skip_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)