javascript-deobfuscator icon indicating copy to clipboard operation
javascript-deobfuscator copied to clipboard

?. and ?? operators not handled by parser

Open korri123 opened this issue 6 months ago • 1 comments

var i = undefined;
i?.call();
var x = i ?? 0;

This will cause a parser error. Not sure if you use a library for this that needs updating or not.

korri123 avatar Aug 16 '24 14:08 korri123