You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: enabled babel runtime in babel config.
* refactor: ported cmd/build.js to async/await syntax.
* refactor: ported cmd/run.js to asyn/await syntax.
* refactor: ported cmd/sign.js to async/await syntax.
* refactor: ported firefox/index.js to async/await syntax.
* refactor: ported firefox/remote.js to async/await syntax.
* refactor: ported util/artifacts.js to async/await syntax.
* refactor: ported util/manifest.js to async/await syntax.
* refactor: ported program.js to async/await syntax.
* test: added test case for the new isErrorWithCode helper.
* test: added no-multi-spaces eslint rule, and fixed related lint errors
* test: added eslint-plugin-async-await plugin and rules
* refactor: removed promisedStream var from defaultPackageCreator.
* refactor: rewrote establishConnection helper using a for loop and a custom range generator.
* style: changed a multiline string into a single line.
* style: tweaked try/catch blocks in cmd/sign and firefox/index modules.
* test: enabled require-yield eslint rule to enforce await usage in an async function.
* refactor: change non-reassigned identifier to const in src/program.
* refactor: revert generator usage in for loop.
* style: remove extra space in a log message printed to console.
0 commit comments