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

Unified Diff: packages/dart_to_js_script_rewriter/tool/dev.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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 | « packages/dart_to_js_script_rewriter/smithy.yaml ('k') | packages/glob/.analysis_options » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/dart_to_js_script_rewriter/tool/dev.dart
diff --git a/packages/dart_to_js_script_rewriter/tool/dev.dart b/packages/dart_to_js_script_rewriter/tool/dev.dart
index 93415729d7fe52f4b62ecbfa0818f5e1d67ee588..0e5c3ca8f5290ac6fbec50d5925e82524bf1e86b 100644
--- a/packages/dart_to_js_script_rewriter/tool/dev.dart
+++ b/packages/dart_to_js_script_rewriter/tool/dev.dart
@@ -6,6 +6,7 @@ main(List<String> args) async {
List<String> directories = ['example/', 'lib/', 'test/', 'tool/'];
config.analyze.entryPoints = directories;
+ config.analyze.strong = true;
config.format.directories = directories;
config.test
..platforms = ['vm']
« no previous file with comments | « packages/dart_to_js_script_rewriter/smithy.yaml ('k') | packages/glob/.analysis_options » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698