Skip to content
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

[Wildcard Variables] Web debugging support #55752

Open
Tracked by #55673
kallentu opened this issue May 16, 2024 · 0 comments
Open
Tracked by #55673

[Wildcard Variables] Web debugging support #55752

kallentu opened this issue May 16, 2024 · 0 comments
Assignees
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. feature-wildcard-variables Implementation of the wildcard variables feature web-dev-compiler web-eval evaluation support on the web

Comments

@kallentu
Copy link
Member

kallentu commented May 16, 2024

This issue tracks the web debugging support needed for the wildcards feature.

References

Correct - I think the nuance here is that in the code we emit in JavaScript we need to introduce a placeholder name to generate a valid function signature.

While our intent was to eventually make dwds model all of its state based on what we know from the dart program, there were cases in the past where it created its internal model based on the Chrome debugger's state of the application. If that is still the case today, we may need to do some work to ensure those synthetic variables are properly ignored/hidden.

Originally posted by @sigmundch in #55751

cc. @nshahan @bkonyi

@kallentu kallentu added the area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. label May 16, 2024
@sigmundch sigmundch added web-dev-compiler web-eval evaluation support on the web labels May 17, 2024
@kallentu kallentu added the feature-wildcard-variables Implementation of the wildcard variables feature label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. feature-wildcard-variables Implementation of the wildcard variables feature web-dev-compiler web-eval evaluation support on the web
Projects
None yet
Development

No branches or pull requests

3 participants