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

Better runtime code #1672

Closed
wants to merge 12 commits into from
Closed

Better runtime code #1672

wants to merge 12 commits into from

Commits on Sep 19, 2024

  1. runtime: wrap declarations in a block for switch clause

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b7225c1 View commit details
    Browse the repository at this point in the history
  2. runtime: fix no-inner-declarations

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4ee34ac View commit details
    Browse the repository at this point in the history
  3. runtime: use const/let instead of var

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6ebf3f8 View commit details
    Browse the repository at this point in the history
  4. runtime: fix eqeqeq

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6ab9439 View commit details
    Browse the repository at this point in the history
  5. runtime: fix no-extra-boolean-cast

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ecf3c78 View commit details
    Browse the repository at this point in the history
  6. runtime: fix use-nodejs-import-protocol

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9f7f118 View commit details
    Browse the repository at this point in the history
  7. runtime: use literal keys

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0e351b2 View commit details
    Browse the repository at this point in the history
  8. runtime: use exponentiation operator

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    724396e View commit details
    Browse the repository at this point in the history
  9. runtime: use template literals

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f392e19 View commit details
    Browse the repository at this point in the history
  10. runtime: fix no-useless-ternary

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7f29a35 View commit details
    Browse the repository at this point in the history
  11. runtime: more...

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dda4aa2 View commit details
    Browse the repository at this point in the history
  12. runtime: cleanup

    Signed-off-by: Sora Morimoto <[email protected]>
    smorimoto committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6bfaf0b View commit details
    Browse the repository at this point in the history