github.com/replit/upm@v0.0.0-20240423230255-9ce4fc3ea24c/test-suite/templates/guess/js/esparse-fail (about)

     1  import express from 'express';
     2  
     3  const foo = ({
     4  	// esparse fails to parse the default argument here,
     5  	// resulting in the full guess failing
     6  	bar = () => { },
     7  }) => { };