mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Marko v3: Explicitly allow core directive attributes on all tags
This commit is contained in:
parent
0d6386198a
commit
7c3bc9bc50
@ -43,6 +43,10 @@
|
||||
"node-factory": "./var-tag"
|
||||
},
|
||||
"<*>": {
|
||||
"@if": "argument",
|
||||
"@else-if": "argument",
|
||||
"@else": "argument",
|
||||
"@for": "argument",
|
||||
"transformer": "./core-transformer"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user