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

Unified Diff: sdk/lib/_internal/compiler/implementation/apiimpl.dart

Issue 11726005: Dartdoc comments retrieved as metadata through dart2js mirrors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 7 years, 12 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
Index: sdk/lib/_internal/compiler/implementation/apiimpl.dart
diff --git a/sdk/lib/_internal/compiler/implementation/apiimpl.dart b/sdk/lib/_internal/compiler/implementation/apiimpl.dart
index 73c4f28ff29f76946881befcb0033c596a32cd12..ce5498fdb5e9b5992d52f4f36aacff8fa423cab3 100644
--- a/sdk/lib/_internal/compiler/implementation/apiimpl.dart
+++ b/sdk/lib/_internal/compiler/implementation/apiimpl.dart
@@ -42,7 +42,8 @@ class Compiler extends leg.Compiler {
'--report-sdk-use-of-deprecated-language-features'),
strips: getStrips(options),
enableConcreteTypeInference:
- hasOption(options, '--enable-concrete-type-inference')) {
+ hasOption(options, '--enable-concrete-type-inference'),
+ preserveComments: hasOption(options, '--preserve-comments')) {
if (!libraryRoot.path.endsWith("/")) {
throw new ArgumentError("libraryRoot must end with a /");
}

Powered by Google App Engine
This is Rietveld 408576698