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

Fix REPL bug with previous line carryover #1480

Merged
merged 8 commits into from Oct 6, 2021

Commits on Oct 1, 2021

  1. Copy the full SHA
    58136fc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    336ea8f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    54be546 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Copy the full SHA
    d5eff7d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Fix linting issue

    TheUnlocked committed Oct 3, 2021
    Copy the full SHA
    8a5bec8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Avoid adding a semicolon if one already exists, since TS emits double…

    …-semicolons
    
    as empty statements and this *might* affect stack trace line numbers at
    some point
    cspotcode committed Oct 6, 2021
    Copy the full SHA
    126b09f View commit details
    Browse the repository at this point in the history
  2. lint-fix

    cspotcode committed Oct 6, 2021
    Copy the full SHA
    1c90eb9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    63385d6 View commit details
    Browse the repository at this point in the history