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

Debug panic in deno fmt when using with statement #18338

Closed
langston-barrett opened this issue Mar 21, 2023 · 1 comment
Closed

Debug panic in deno fmt when using with statement #18338

langston-barrett opened this issue Mar 21, 2023 · 1 comment

Comments

@langston-barrett
Copy link

langston-barrett commented Mar 21, 2023

This is a fuzzed bug. Please feel free to close if you're not interested in bugs found by fuzzers. If you would like me to report more such bugs, please let me know.

Built from 7e61e8f

Platform: linux x86_64
Version: 1.31.3
Args: ["/work/target/release/deno", "fmt", "test.js"]
try {

                } catch (e) {
  with({}) {  // With scope inside catch scope.


  }
}
@dsherret
Copy link
Member

dsherret commented Mar 21, 2023

This is a debug only panic that doesn't occur in release mode. I'm going to close this one here and track it in dprint-plugin-typescript: dprint/dprint-plugin-typescript#506

@dsherret dsherret changed the title Panic in deno fmt Debug panic in deno fmt when using with statement Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants