func github.com/evanw/esbuild/internal/js_parser.isSimpleParameterList

2 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L9095: func isSimpleParameterList(args []js_ast.Arg, hasRestArg bool) bool {
		js_parser.go#L9134: 	hasSimpleArgs := isSimpleParameterList(args, opts.hasRestArg)