googleprojectzero / fuzzilli

A JavaScript Engine Fuzzer
Apache License 2.0
1.86k stars 300 forks source link

Feature/ternary expression js compiler #438

Closed TobiasWienand closed 1 month ago

TobiasWienand commented 1 month ago

Addresses issue #437

This PR enables compilation of ternary expressions (i.e. a ? b : c). Known as conditional expression in the babel js parser

saelo commented 1 month ago

Thanks! :)