Skip to content

Commit

Permalink
docs: Regenerate docs helper
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Nov 17, 2022
1 parent f04cc58 commit 9f7fb0a
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions docs/data/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1691,22 +1691,6 @@
},
"media": {
"types": [
{
"mainType": "application",
"subType": "javascript",
"delimiter": ".",
"firstSuffix": {
"suffix": "js",
"fullSuffix": ".js"
},
"type": "application/javascript",
"string": "application/javascript",
"suffixes": [
"js",
"jsm",
"mjs"
]
},
{
"mainType": "application",
"subType": "json",
Expand Down Expand Up @@ -1792,20 +1776,6 @@
"toml"
]
},
{
"mainType": "application",
"subType": "typescript",
"delimiter": ".",
"firstSuffix": {
"suffix": "ts",
"fullSuffix": ".ts"
},
"type": "application/typescript",
"string": "application/typescript",
"suffixes": [
"ts"
]
},
{
"mainType": "application",
"subType": "xml",
Expand Down Expand Up @@ -2007,6 +1977,22 @@
"html"
]
},
{
"mainType": "text",
"subType": "javascript",
"delimiter": ".",
"firstSuffix": {
"suffix": "js",
"fullSuffix": ".js"
},
"type": "text/javascript",
"string": "text/javascript",
"suffixes": [
"js",
"jsm",
"mjs"
]
},
{
"mainType": "text",
"subType": "jsx",
Expand Down Expand Up @@ -2064,6 +2050,20 @@
"tsx"
]
},
{
"mainType": "text",
"subType": "typescript",
"delimiter": ".",
"firstSuffix": {
"suffix": "ts",
"fullSuffix": ".ts"
},
"type": "text/typescript",
"string": "text/typescript",
"suffixes": [
"ts"
]
},
{
"mainType": "text",
"subType": "x-sass",
Expand Down

0 comments on commit 9f7fb0a

Please sign in to comment.