build_web_compilers/lib/src/dev_compiler_bootstrap.dart (2 lines): - line 278: // TODO: update bootstrap code to take argument - dart-lang/build#1115 - line 474: // TODO Move this logic to better place build_modules/lib/src/module_library.dart (2 lines): - line 92: // TODO: What should we do for native extensions? - line 237: // TODO: This misses the case where a Dart file doesn't contain main(), build_modules/lib/src/workers.dart (2 lines): - line 181: // TODO: something smarter here? in practice this seems to work - line 304: // TODO: Remove this hack once dart-lang/sdk#33708 is resolved. build_resolvers/lib/src/human_readable_duration.dart (1 line): - line 14: // TODO: This is copied from `package:build_runner_core`, at some point we build_daemon/pubspec.yaml (1 line): - line 24: # TODO: untangle analyzer dependency build_web_compilers/lib/src/common.dart (1 line): - line 27: // TODO: better solution for a .packages file, today we just create a new one build_web_compilers/lib/src/web_entrypoint_builder.dart (1 line): - line 180: // TODO: This misses the case where a Dart file doesn't contain main(), build_resolvers/mono_pkg.yaml (1 line): - line 13: # TODO: Restore this https://github.com/dart-lang/build/issues/2841 build_resolvers/lib/src/resolver.dart (1 line): - line 68: // TODO - avoid crawling or returning libraries which are not visible via build_runner/mono_pkg.yaml (1 line): - line 12: # TODO: enable stack trace chaining https://github.com/dart-lang/build/issues/2894 build_runner/lib/src/watcher/graph_watcher.dart (1 line): - line 19: // TODO: Consider pulling logging out and providing hooks instead. build_runner_core/lib/src/generate/build_impl.dart (1 line): - line 788: // TODO: remove ?? fallback after 2.15 sdk. build_test/lib/src/package_reader.dart (1 line): - line 66: // TODO: use a relative uri when/if possible, build_vm_compilers/lib/src/vm_entrypoint_builder.dart (1 line): - line 93: // TODO: This misses the case where a Dart file doesn't contain main(), build_runner_core/lib/src/asset_graph/graph.dart (1 line): - line 538: // TODO remove once tests are updated build_runner_core/lib/src/changes/build_script_updates.dart (1 line): - line 94: // TODO: check for sdk updates! build_runner/lib/src/server/server.dart (1 line): - line 267: // TODO: Find a way how to check and/or modify body without reading it scratch_space/lib/src/scratch_space.dart (1 line): - line 119: // TODO: Remove ?? fallback once 2.15 hits stable. build_runner_core/lib/src/package_graph/apply_builders.dart (1 line): - line 8: // TODO: Move `scopeLogSync` to package:build?