-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update stackframe to 1.x.x #28
Conversation
This removes parts of stack lines related to the eval lines and columns. This was done this way to avoid breaking current stack traces until we have a good solution for including them.
Motivation: Focused specs, better ongoing support Modifications: Added jasmine and jasmine-core to package.json. Updated other dependencies.
…for polyfills. Release v1.3.3
…n-name-with-at-sign Fully parse function names with @ in Error.stack
Is anything there stopping from merge? Locally all tests passed. |
Sorry for the delay here. This change may break downstream libraries because they cannot construct Do you have any urgent need for this change? |
Not really urgent need, just to do not have in client bundle them twice. |
No description provided.