You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
467 B

module.exports = {
"has_own_property": [],
"merge": [
"style"
],
"classes_array": [
"classes",
"escape"
],
"classes_object": [
"has_own_property"
],
"classes": [
"classes_array",
"classes_object"
],
"style": [
"has_own_property"
],
"attr": [
"escape"
],
"attrs": [
"attr",
"classes",
"has_own_property",
"style"
],
"match_html": [],
"escape": [
"match_html"
],
"rethrow": []
}