Update compat data (#11450)
* chore: update compat-data * refactor: use Set for proposalPlugins
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user