mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-30 21:58:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			467 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			467 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 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": []
 | |
| }
 | 
