-
Notifications
You must be signed in to change notification settings - Fork 214
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
Ability to use debug AVA tests with a launch configuration #4722
Comments
#4718 has merged. We may also be able to land a change that generally closes endojs/endo#768 |
@kriskowal progress had been made! Error now,
|
cc @michaelfig This babel-generator version might be too new. |
@turadg Can you confirm your Node.js version? |
This works
But these gives the syntax error:
The latter is how my launch configuration is set up, so it can be run anywhere in the repo. |
I’ve experienced |
SyntaxError appears to have been coming from https://www.npmjs.com/package/esm . Root config (unlike the rest) had it has a preload |
Per #4758, we no longer depend on |
We still need |
What is the Problem Being Solved?
When running tests with a launch configuration (as here) I get this error,
That's caused by
import '@agoric/babel-standalone' in
@endo/init/pre-bundle-source.js`. (That particular error goes away when I comment out that line.)Description of the Design
This might be solved by #4718 . I'll check after that is merged.
Security Considerations
--
Test Plan
--
The text was updated successfully, but these errors were encountered: