Fix async lifecycle ordering, add _spa_init boot phase, update to jqhtml _load_only/_load_render_only flags
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
10
node_modules/mdn-data/css/at-rules.schema.json
generated
vendored
10
node_modules/mdn-data/css/at-rules.schema.json
generated
vendored
@@ -96,8 +96,13 @@
|
||||
"enum": [
|
||||
"standard",
|
||||
"nonstandard",
|
||||
"experimental"
|
||||
"experimental",
|
||||
"obsolete"
|
||||
]
|
||||
},
|
||||
"mdn_url": {
|
||||
"type": "string",
|
||||
"pattern": "^https://developer.mozilla.org/docs/Web/CSS/"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -114,7 +119,8 @@
|
||||
"enum": [
|
||||
"standard",
|
||||
"nonstandard",
|
||||
"experimental"
|
||||
"experimental",
|
||||
"obsolete"
|
||||
]
|
||||
},
|
||||
"mdn_url": {
|
||||
|
||||
Reference in New Issue
Block a user