-
Notifications
You must be signed in to change notification settings - Fork 17
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
Pretty print values #1
Labels
Comments
I'd like to advocate the same general approach as #2 (comment):
While I haven't thought as deeply about pretty printing as I have about encoding the environment/variables/scopes, I think we'd like to support:
I think the incremental path to get there could be implementing that first bullet point, with the others as follow ups. |
This issue's importance was raised at the Igalia Web Engines Hackfest. |
nicolo-ribaudo
pushed a commit
to nicolo-ribaudo/source-map
that referenced
this issue
Mar 13, 2024
Convert the source map spec to bikeshed with minor edits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source maps should be able to encode a pretty printer that takes the generated JS implementation of a value and displays it as it would look in the original source language.
The text was updated successfully, but these errors were encountered: