Skip to content
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

Convert the code in src/core/worker.js to use ES6 classes #12004

Merged
merged 1 commit into from
Jun 17, 2020

Commits on Jun 16, 2020

  1. Convert the code in src/core/worker.js to use ES6 classes

    This removes one instance of `// eslint-disable-next-line no-shadow`, which our old pseudo-classes necessitated.
    
    *Please note:* I'm purposely not doing any `var` to `let`/`const` conversion here, since it's generally better to (if possible) do that automatically on e.g. a directory basis instead.
    Snuffleupagus committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    fb9b574 View commit details
    Browse the repository at this point in the history