mirror of
https://github.com/facebook/react.git
synced 2026-02-22 03:42:05 +00:00
This is a babel bug + edge case. Babel compact mode produces invalid JavaScript (i.e. parse error) when given a `NumericLiteral` with a negative value. See https://codesandbox.io/p/devbox/5d47fr for repro.