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

7 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L340: 	Path        string

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L375: 			Path:        source.PrettyPath,
		bundler.go#L1069: 			Path:        visitedKey.Text,

	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#L12762: 			ref := p.newSymbol(js_ast.SymbolOther, js_ast.GenerateNonUniqueNameFromPath(file.Path))
		js_parser.go#L12777: 		before = p.generateImportStmt(file.Path, exportsNoConflict, file.SourceIndex, before, symbols)