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

Unified Diff: tool/build_sdk.sh

Issue 1643523008: fix #43, remove => workaround (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 11 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 | « test/codegen/expect/collection/src/wrappers.txt ('k') | tool/node_test.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/build_sdk.sh
diff --git a/tool/build_sdk.sh b/tool/build_sdk.sh
index 9fe0242353a80924cffd58b69df041c98c5d4af1..0fb74d7c90e43df95aae68a7a04d8c643c47678c 100755
--- a/tool/build_sdk.sh
+++ b/tool/build_sdk.sh
@@ -10,8 +10,8 @@ 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 --no-source-maps --arrow-fn-bind-this --sdk-check \
- --force-compile -l warning --dart-sdk tool/generated_sdk -o lib/runtime/ \
+dart -c bin/dartdevc.dart --force-compile --no-source-maps --sdk-check \
+ -l warning --dart-sdk tool/generated_sdk -o lib/runtime/ \
--no-destructure-named-params \
"$@" \
dart:_runtime \
« no previous file with comments | « test/codegen/expect/collection/src/wrappers.txt ('k') | tool/node_test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698