You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed leading whitespace of the source code being stripped without be…
…ing reflected in the source map, shifting all `sourcesContent` and original position mappings (#1443)
Fixed unicode (`\uXXXX`, `\u{XXXX}`) and hex (`\xXX`) escape sequence…
…s of string literals being un-escaped into their literal characters during obfuscation (#1427)
Fixed `controlFlowFlattening` occasionally dropping the `?.` short-ci…
…rcuit on `foo?.(arg)` calls, causing `TypeError: <X> is not a function` (#1409)