You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fedor's main motivation for this report is most likely that it takes some time for the IDEA Dart plugin to parse this file when it is opened.
But there is one more reason for splitting up this file. Separating it into several files based on the topic would help exploration of this part of dart's SDK.
So if I were interested in WebGL I would look into webgl.dart. For SVG I would look into svg.dart.
This issue was originally filed by [email protected]
Currently there is a one huge file html_dartium.dart(1192 classes) that contains generated html stubs.
It would be great if you group some classes and extract them to separate files.
The text was updated successfully, but these errors were encountered: