fe294f3753
There's some changes in strong mode errors we may want to follow up on. Unforks the following: async, collection, convert, core, developer, internal, io, isolate, math, mirrors. Does not unfork: html, indexed_db, js, js_util, svg, typed_data, web_audio, web_gl, web_sql. R=vsm@google.com Review-Url: https://codereview.chromium.org/2698353003 .
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd "$(dirname "$BASH_SOURCE[0]")/.."
|
|
dart -c tool/patch_sdk.dart ../.. tool/input_sdk gen/patched_sdk
|