github.com/evanw/esbuild/internal/js_printer.Options.WrapperRefForSource (field)

3 uses

	github.com/evanw/esbuild/internal/js_printer (current package)
		js_printer.go#L1326: 		p.printSymbol(p.options.WrapperRefForSource(record.SourceIndex.GetIndex()))
		js_printer.go#L3048: 	WrapperRefForSource func(uint32) js_ast.Ref

	github.com/evanw/esbuild/internal/bundler
		linker.go#L3456: 		WrapperRefForSource: func(sourceIndex uint32) js_ast.Ref {