Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
angular
web-table
Commits
fd44af2c
Commit
fd44af2c
authored
Apr 19, 2019
by
Zéfling
🎨
Browse files
fix update list
parent
48c05669
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/assets/browser-compat-data.txt
View file @
fd44af2c
...
...
@@ -33,6 +33,7 @@
/api/AudioWorkletProcessor.json
/api/AuthenticationAssertion.json
/api/AuthenticatorAssertionResponse.json
/api/AuthenticatorAttestationResponse.json
/api/AuthenticatorResponse.json
/api/BaseAudioContext.json
/api/BasicCardRequest.json
...
...
@@ -1842,8 +1843,6 @@
/mathml/elements/munder.json
/mathml/elements/munderover.json
/mathml/elements/semantics.json
/schemas/browsers.schema.json
/schemas/compat-data.schema.json
/svg/attributes/conditional_processing.json
/svg/attributes/core.json
/svg/attributes/data.json
...
...
@@ -1943,9 +1942,6 @@
/svg/elements/use.json
/svg/elements/view.json
/svg/elements/vkern.json
/sample-data.json
/extensions.json
/settings.json
/webdriver/commands/AcceptAlert.json
/webdriver/commands/AddCookie.json
/webdriver/commands/Back.json
...
...
src/assets/update.sh
View file @
fd44af2c
...
...
@@ -2,4 +2,4 @@
#!/bin/bash
cd
browser-compat-data
find
.
-type
f
\(
-iname
"*.json"
\)
-print0
|
sort
-z
| xargs
-r0
sha256sum
|
grep
-oP
'(?!.*browser-compat-data\/)(?!.*(\.vscode|package|test).*).*'
>
'../browser-compat-data.txt'
\ No newline at end of file
find
.
-type
f
\(
-iname
"*.json"
\)
-print0
|
sort
-z
| xargs
-r0
sha256sum
|
grep
-oP
'(?!.*browser-compat-data\/)(?!.*(\.vscode|\/test|\/schemas).*)\/.*'
|
grep
-oP
'/.*\/.*'
>
'../browser-compat-data.txt'
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment