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

Unified Diff: tool/build_sdk.sh

Issue 1751963002: refactor/simplify nullable inference code (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: 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
Index: tool/build_sdk.sh
diff --git a/tool/build_sdk.sh b/tool/build_sdk.sh
index 0fb74d7c90e43df95aae68a7a04d8c643c47678c..cdf1a3ff0528804e710754665fe30a88c8a4c53a 100755
--- a/tool/build_sdk.sh
+++ b/tool/build_sdk.sh
@@ -10,7 +10,7 @@ echo "*** Compiling SDK to JavaScript"
# TODO(ochafik): Re-enable named params destructuring when Atom supports it
# (see https://github.com/dart-lang/dev_compiler/issues/396)
-dart -c bin/dartdevc.dart --force-compile --no-source-maps --sdk-check \
+dart bin/dartdevc.dart --force-compile --no-source-maps --sdk-check \
Jennifer Messerly 2016/03/01 22:05:41 reverted this in patch set 3
-l warning --dart-sdk tool/generated_sdk -o lib/runtime/ \
--no-destructure-named-params \
"$@" \
« lib/src/codegen/nullable_type_inference.dart ('K') | « test/codegen/expect/language-all.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698