blob: 4901f4a4e7627c019fbb506e3994ce5a532ea5f6 [file] [log] [blame]
# This script expects to be called from the root of the repository
# Example:
# scripts/migration/class-fields/migrate.sh panels/console
#
$PWD/third_party/node/node.py --output scripts/migration/class-fields/migrate.js $1/
git cl format --js
NINJA_SUMMARIZE_BUILD=1 autoninja -C out/Default front_end/$1:bundle
echo 'git commit -m "Migrate to private class fields in $1" -m "" -m "R=szuend@chromium.org" -m "" -m "Bug: 1222126"'