mirror of
				https://github.com/tc39/test262.git
				synced 2025-10-30 03:03:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			694 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			694 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // This file was procedurally generated from the following sources:
 | |
| // - src/dynamic-import/import-attributes-trailing-comma-first.case
 | |
| // - src/dynamic-import/syntax/valid/top-level.template
 | |
| /*---
 | |
| description: ImportCall trailing comma following first parameter (top level syntax)
 | |
| esid: sec-import-call-runtime-semantics-evaluation
 | |
| features: [import-attributes, dynamic-import]
 | |
| flags: [generated]
 | |
| info: |
 | |
|     ImportCall :
 | |
|         import( AssignmentExpression )
 | |
| 
 | |
| 
 | |
|     ImportCall :
 | |
|         import( AssignmentExpression[+In, ?Yield, ?Await] ,opt )
 | |
|         import( AssignmentExpression[+In, ?Yield, ?Await] , AssignmentExpression[+In, ?Yield, ?Await] ,opt )
 | |
| 
 | |
| ---*/
 | |
| 
 | |
| import('./empty_FIXTURE.js',);
 |