[DDC] Provide metadata to help filter non Dart scope properties #40776
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
web-dev-compiler
DDC will introduce members in the compiled JS that don't correspond to any Dart member. For example it will often introduce variables of the form
t1,t2,t3..
orc1,c2,c3...
. It would be useful if we could query (or filter) which properties are useful in a Dart debugging context.The text was updated successfully, but these errors were encountered: