-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use more ES6 syntax in the annotation code #11108
Conversation
`let` is converted to `const` where possible, `var` usage is disabled and template strings are used where possible.
/botio test |
`let` is converted to `const` where possible.
168f1c9
to
2866c8a
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/cb4a1fd4ccdc424/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.215.176.217:8877/6cfa02c1e5941e7/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/cb4a1fd4ccdc424/output.txt Total script time: 17.64 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/6cfa02c1e5941e7/output.txt Total script time: 25.85 mins
|
Given that there are some open issues regarding annotations, I think it's a good idea to, before we start working on them, make sure that the annotation code is cleaned up and completely uses ES6 syntax. This commit series does that.