Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: lib/src/server/server.dart

Issue 1700153002: Wrapperless dart:html and friends (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: A couple more tweaks Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/compiler.dart ('k') | test/codegen/expect/collection/src/canonicalized_map.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/server/server.dart
diff --git a/lib/src/server/server.dart b/lib/src/server/server.dart
index 09f19c192f1f6b59eb5720fe767a1daeda864e92..c0ce18bd40ad4105b367771d6a4da1e9cf868953 100644
--- a/lib/src/server/server.dart
+++ b/lib/src/server/server.dart
@@ -219,7 +219,7 @@ class DevServer {
final String _entryPath;
factory DevServer(CompilerOptions options) {
- assert(options.inputs.length == 1);
+ assert(options.inputs.isNotEmpty);
var fileResolvers = createFileResolvers(options.sourceOptions);
if (options.sourceOptions.useImplicitHtml) {
« no previous file with comments | « lib/src/compiler.dart ('k') | test/codegen/expect/collection/src/canonicalized_map.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698