Links
- Build.dart and the Dart Editor Build System
- dart/samples/build_dart/build.dart
- Editor background compilation (web-ui)
- damondouglas / hop_runner.dart: Chained webui compiler
Snippets
dart2js and dart:io
- Issue 10880 - dart - dart2js: better error message when using inaccessible libraries (wrong category)
- LibraryInfo::category
- Issue 12619 - dart - Document pub deploy
-
Issue 9996 - dart - Dart has horribly ineficient loading strategy
dart2js
if you want to use dart:io / i.e. not targeting the client, you must explicitly specify the category
dart2js --categories=Server --out=out.js in.js