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

debugger: fixes to bring things closer to lint compatibility #38529

Closed
wants to merge 4 commits into from

Commits on May 4, 2021

  1. debugger: wrap lines longer than 80 chars

    Wrap lines more than 80 chararcters long in inspect_repl.js so we can
    disable specific rules.
    Trott committed May 4, 2021
    Configuration menu
    Copy the full SHA
    e6c71ac View commit details
    Browse the repository at this point in the history
  2. debugger: avoid non-ASCII char in code file

    Avoid non-ASCII char in lib code as a single non-ASCII char forces all
    the chars to be stored inefficiently, bloating the binary size. This
    also brings the file closer to compatibility with our lint rules.
    Trott committed May 4, 2021
    Configuration menu
    Copy the full SHA
    8dfb0e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1511724 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    47ee7d8 View commit details
    Browse the repository at this point in the history