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

Unified Diff: pkg/compiler/lib/src/options.dart

Issue 2380573004: kernel->ssa: implement assert statements (Closed)
Patch Set: remove todo after discussion Created 4 years, 3 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 | « no previous file | pkg/compiler/lib/src/ssa/builder.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/options.dart
diff --git a/pkg/compiler/lib/src/options.dart b/pkg/compiler/lib/src/options.dart
index 0b5437069e0b5d552d916e39a1ad27d53157412a..65ea1b809498d2cfa8be8221ebac6ee7a77dfb06 100644
--- a/pkg/compiler/lib/src/options.dart
+++ b/pkg/compiler/lib/src/options.dart
@@ -197,10 +197,10 @@ class CompilerOptions implements DiagnosticOptions, ParserOptions {
/// The location of the serialized data from resolution.
final Uri resolutionOutput;
- // If `true`, sources are resolved and serialized.
+ /// If `true`, sources are resolved and serialized.
final bool resolveOnly;
- // If `true`, sources are only available from serialized data.
+ /// If `true`, sources are only available from serialized data.
final bool compileOnly;
/// URI where the compiler should generate the output source map file.
« no previous file with comments | « no previous file | pkg/compiler/lib/src/ssa/builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698