type github.com/evanw/esbuild/internal/js_ast.NamedExport

5 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1616: 	NamedExports            map[string]NamedExport
		js_ast.go#L1747: type NamedExport struct {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L116: 	namedExports            map[string]js_ast.NamedExport
		js_parser.go#L11672: 		p.namedExports[alias] = js_ast.NamedExport{AliasLoc: loc, Ref: ref}
		js_parser.go#L12655: 		namedExports:            make(map[string]js_ast.NamedExport),