How do I hide span but keep span location? #7423
Unanswered
SkyfallWasTaken
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using
swc-ecma-parser
, but I'm going through minified files, and as such, when I report errors withHandler
, there is a lot of text on each line, so I'd like to not show the span (I think that's what the code is called), but would like to show the span location. How would I do that?Beta Was this translation helpful? Give feedback.
All reactions