Revision 3b46066ff00619c9d55d53eb7a11cbae658314d7 authored by Paul Gschwendtner on 14 September 2023, 13:28:15 UTC, committed by Pawel Kozlowski on 15 September 2023, 13:53:51 UTC
Terser does not treat `Symbol` as side-effect free- so if we end up with
a symbol export being loaded, it will result in the symbol being
retained.

We noticed this in the signals prototyping where symbols exported
from `computed` ended up appearing in symbol bundling tests.

PR Close #51776
1 parent b0b004e
Raw File
.npmrc
engine-strict = true
back to top