I've created a repo to reproduce this bug: https://github.com/tmcw/mdast-uglify-bug
For the mdast markdown library, the source succeeds when not uglified, and then, passed through uglify -c, its behavior changes and it breaks.
I'm trying to dig through the source, passed through uglify -c and then uglify -b, in order to track down the cause. It's quite a doozy
I've created a repo to reproduce this bug: https://github.com/tmcw/mdast-uglify-bug
For the mdast markdown library, the source succeeds when not uglified, and then, passed through
uglify -c, its behavior changes and it breaks.I'm trying to dig through the source, passed through
uglify -cand thenuglify -b, in order to track down the cause. It's quite a doozy