recovering from adding all native types #35119
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
P2
A bug or feature request we're likely to work on
web-dart2js
When we find code like
js_util.getProperty
during resolution, we assume that all native types may be used and enqueue them.Would it be possible to treat native types again as part of the work-queue during codegen, so that if
js_util.getProperty
was tree-shaken, all those native types are also omitted?The text was updated successfully, but these errors were encountered: