Reproduction link or steps
REPL
What is expected?
0, 1 to be output when running the output bundle.
What is actually happening?
0, 0 is output when running the output bundle.
System Info
Any additional comments?
With #6207, pass will at least be 2 if exported noop functions exists. So that would cause more users to encounter this bug. The real world code I encountered is https://github.com/thysultan/stylis/blob/master/src/Tokenizer.js
maybe related to #6101