-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update packages and translations #14537
Conversation
…ersion The only changes are support for [Class static initialization blocks](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Class_static_initialization_blocks), and the diff for the `node_modules\@javascript-obfuscator\escodegen\escodegen.js` file contains only: ```diff @@ -1506,6 +1506,13 @@ return result; }, + StaticBlock: function (stmt, flags) { + return [ + 'static' + space, + this.BlockStatement(stmt, flags) + ]; + }, + ThrowStatement: function (stmt, flags) { return [join( 'throw', ```
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/e1d51aced577753/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/4c2ba68f244381e/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/e1d51aced577753/output.txt Total script time: 23.60 mins
Image differences available at: http://54.241.84.105:8877/e1d51aced577753/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/4c2ba68f244381e/output.txt Total script time: 25.12 mins
|
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7dea714b9109684/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/7dea714b9109684/output.txt Total script time: 2.63 mins Published |
Thanks! |
No description provided.