Marko v3: Explicitly allow core directive attributes on all tags

This commit is contained in:
Patrick Steele-Idem 2016-01-18 20:14:18 -07:00
parent 0d6386198a
commit 7c3bc9bc50

View File

@ -43,6 +43,10 @@
"node-factory": "./var-tag"
},
"<*>": {
"@if": "argument",
"@else-if": "argument",
"@else": "argument",
"@for": "argument",
"transformer": "./core-transformer"
}
}