Thyme904

Results 7 comments of Thyme904

@doctor8296 Can you explain why? And isn't `js-confuser` expected to output valid JS that can be interpreted by a JS parser? (including Terser's parser)

@doctor8296 The first part makes sense, but it seems that the above error happens before Terser outputs code, at parsing time. So there might still be something to investigate here

@doctor8296 It's hard for me to check whether the js-confuser code is valid. It might be working and break only on rarely used parts of the code. Also it was...

@doctor8296 All good so! Will try with 2.x without Terser. Thanks

@doctor8296 Oh but does js-confuser outputs ES5 code? We were mainly using Terser to ensure that

@doctor8296 Can't manage to find it, do you remember where you saw it?

@MichaelXF I see thanks. We are running js-confuser on Cloudflare Worker (edge runtime) not sure babel can run there. What's the target of the default output? As for the Terser...