github.com/evanw/esbuild/internal/config.InjectedFile.Exports (field)

6 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L342: 	Exports     []string

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L377: 			Exports:     exports,

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L335: 		if x.SourceIndex != y.SourceIndex || x.Path != y.Path || !stringArraysEqual(x.Exports, y.Exports) {
		js_parser.go#L12759: 		exportsNoConflict := make([]string, 0, len(file.Exports))
		js_parser.go#L12768: 			for _, alias := range file.Exports {