Update compat data (#11450)

* chore: update compat-data

* refactor: use Set for proposalPlugins
This commit is contained in:
Huáng Jùnliàng
2020-04-21 05:37:47 -04:00
committed by GitHub
parent 7e6839f42b
commit 53008803fb
6 changed files with 173 additions and 173 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
COMPAT_TABLE_COMMIT=181683391b064b8605674d9d700d59f93f8d3315
COMPAT_TABLE_COMMIT=dd0983ae16fce677fccb3b74fbb778d435e59790
GIT_HEAD=build/compat-table/.git/HEAD
if [ -d "build/compat-table" ]; then
@@ -16,5 +16,5 @@ fi
rm -rf build/compat-table
mkdir -p build
git clone --branch=gh-pages --single-branch --shallow-since=2019-11-14 https://github.com/kangax/compat-table.git build/compat-table
git clone --branch=gh-pages --single-branch --shallow-since=2020-04-18 https://github.com/kangax/compat-table.git build/compat-table
cd build/compat-table && git checkout -qf $COMPAT_TABLE_COMMIT