-
Notifications
You must be signed in to change notification settings - Fork 74
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
whitespace differences from endo bundler #1044
Comments
On the second example, notice the difference in parens. Does babel prevent us from preserving the parens from the original source? |
See also #926 @kriskowal should one of these be closed as a dup of the other? |
Extended example with repro instructions at Agoric/agoric-sdk#7685 |
See also babel/babel#497 |
Closing as a dup of #926 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just capturing some discrepancies as I notice them during a debug session.
Btw, I was not able to get into the debugger by setting a breakpoint on the source file. So instead I edited in a
debugger;
, whereupon I saw the bundle file and can set breakpoints in it. What do we need to do so that breakpoints on the original source work? Is this possible?The text was updated successfully, but these errors were encountered: