github.com/evanw/esbuild/internal/js_ast.AST.HasTopLevelReturn (field)

3 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1587: 	HasTopLevelReturn bool
		js_ast.go#L1722: 	return ast.UsesCommonJSExports() || ast.HasTopLevelReturn

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L13170: 		HasTopLevelReturn: p.hasTopLevelReturn,