We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc15c81 commit c77d00fCopy full SHA for c77d00f
1 file changed
utils/editors/js-console/v3.0/js-console-v3.0.html
@@ -543,6 +543,7 @@ <h4 slot=version>
543
stringArrayEncoding : ['base64'],
544
renameGlobals : true,
545
};
546
+ /*
547
var opts = {
548
compact : true,
549
stringArray : true,
@@ -552,6 +553,7 @@ <h4 slot=version>
552
553
controlFlowFlattening : false,
554
deadCodeInjection : false,
555
556
+ */
557
var err;
558
try{
559
0 commit comments