-
Notifications
You must be signed in to change notification settings - Fork 201
feat: add support for viewing sourcemap #341
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice~
ca11a62
to
d8d6097
Compare
"@jridgewell/gen-mapping": "^0.3.8", | ||
"@jridgewell/trace-mapping": "^0.3.25", | ||
"source-map-js": "^1.2.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The existing dependencies are in 'alphabetical' (ASCII) order, so these probably should be moved further up.
@@ -18,6 +18,7 @@ export interface Props { | |||
store?: Store | |||
autoResize?: boolean | |||
showCompileOutput?: boolean | |||
showOpenSource?: boolean |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'd rename this to showOpenSourceMap
(plus everywhere else it's used). I think without the word 'map' on the end it's a bit confusing, because 'open source' means something else.
No description provided.