Pete Bacon Darwin 7744e1e673 fix(compiler-cli): allow linker to process minified booleans ()
Some partial libraries have been minified, which results in boolean literals
being converted to `!0` and `!1`. This commit ensures that the linker can
process these values.

Fixes 

PR Close 
2021-04-22 10:43:08 -07:00
..