| 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 \
|
| -l warning --dart-sdk tool/generated_sdk -o lib/runtime/ \
|
| --no-destructure-named-params \
|
| "$@" \
|
|
|