mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Do not use CompilerOptions.onError to report errors. CompilerMessage does not carry correct SourceSpan which makes errors unreadable: they all point to line 1 column XYZ. * Run dartfmt on frontend_server/lib/server.dart. * Fix linting issues for frontend_server