mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	
		
			
	
	
		
			61 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			61 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | { | ||
|  |   "classes": [ | ||
|  |     { | ||
|  |       "name": "A", | ||
|  |       "members": [ | ||
|  |         { | ||
|  |           "name": "foo", | ||
|  |           "kind": "method", | ||
|  |           "args": [ | ||
|  |             { | ||
|  |               "name": "a", | ||
|  |               "type": { | ||
|  |                 "name": "Object" | ||
|  |               }, | ||
|  |               "kind": "property" | ||
|  |             } | ||
|  |           ] | ||
|  |         }, | ||
|  |         { | ||
|  |           "name": "bar", | ||
|  |           "kind": "method" | ||
|  |         } | ||
|  |       ] | ||
|  |     }, | ||
|  |     { | ||
|  |       "name": "B", | ||
|  |       "members": [ | ||
|  |         { | ||
|  |           "name": "foo", | ||
|  |           "kind": "event" | ||
|  |         }, | ||
|  |         { | ||
|  |           "name": "bar", | ||
|  |           "kind": "method", | ||
|  |           "args": [ | ||
|  |             { | ||
|  |               "name": "override", | ||
|  |               "type": { | ||
|  |                 "name": "Object" | ||
|  |               }, | ||
|  |               "kind": "property" | ||
|  |             } | ||
|  |           ] | ||
|  |         }, | ||
|  |         { | ||
|  |           "name": "foo", | ||
|  |           "kind": "method", | ||
|  |           "args": [ | ||
|  |             { | ||
|  |               "name": "a", | ||
|  |               "type": { | ||
|  |                 "name": "Object" | ||
|  |               }, | ||
|  |               "kind": "property" | ||
|  |             } | ||
|  |           ] | ||
|  |         } | ||
|  |       ] | ||
|  |     } | ||
|  |   ] | ||
|  | } |