github.com/evanw/esbuild/internal/logger.Source.PrettyPath (field)
37 uses
github.com/evanw/esbuild/internal/logger (current package)
logger.go#L220: PrettyPath string
logger.go#L1038: File: source.PrettyPath,
github.com/evanw/esbuild/internal/bundler
bundler.go#L158: PrettyPath: args.prettyPath,
bundler.go#L336: js_printer.QuoteForJSON(source.PrettyPath, args.options.ASCIIOnly),
bundler.go#L357: message = fmt.Sprintf("No loader is configured for %q files: %s", ext, source.PrettyPath)
bundler.go#L359: message = fmt.Sprintf("Do not know how to load path: %s", source.PrettyPath)
bundler.go#L375: Path: source.PrettyPath,
bundler.go#L489: PrettyPath: args.res.PrettyPath(path),
bundler.go#L530: return logger.Path{Text: source.PrettyPath, IgnoredSuffix: "#sourceMappingURL"}, &contents
bundler.go#L595: msg.Data.Location.File = importSource.PrettyPath
bundler.go#L1061: PrettyPath: s.res.PrettyPath(visitedKey),
bundler.go#L1300: j.AddBytes(js_printer.QuoteForJSON(result.file.source.PrettyPath, s.options.ASCIIOnly))
bundler.go#L1344: js_printer.QuoteForJSON(s.results[record.SourceIndex.GetIndex()].file.source.PrettyPath, s.options.ASCIIOnly),
bundler.go#L1354: fmt.Sprintf("Cannot import %q into a CSS file", otherFile.source.PrettyPath))
bundler.go#L1363: fmt.Sprintf("Cannot use %q as a URL", otherFile.source.PrettyPath))
bundler.go#L1368: fmt.Sprintf("Cannot use %q as a URL", otherFile.source.PrettyPath))
bundler.go#L1381: fmt.Sprintf("Cannot import %q into a JavaScript file without an output path configured", otherFile.source.PrettyPath))
bundler.go#L1390: PrettyPath: otherFile.source.PrettyPath,
bundler.go#L1428: otherFile.source.PrettyPath), notes)
bundler.go#L1575: log.AddError(nil, logger.Loc{}, "Refusing to overwrite input file: "+b.files[sourceIndex].source.PrettyPath)
linker.go#L2028: namedImport.Alias, c.files[nextTracker.sourceIndex].source.PrettyPath))
linker.go#L3842: entryPoint := c.files[chunk.sourceIndex].source.PrettyPath
linker.go#L3883: path := c.files[compileResult.sourceIndex].source.PrettyPath
linker.go#L3923: path := c.files[compileResult.sourceIndex].source.PrettyPath
linker.go#L4248: js_printer.QuoteForJSON(file.source.PrettyPath, c.options.ASCIIOnly)))
linker.go#L4264: j.AddString(fmt.Sprintf("/* %s */\n", c.files[compileResult.sourceIndex].source.PrettyPath))
linker.go#L4279: js_printer.QuoteForJSON(c.files[compileResult.sourceIndex].source.PrettyPath, c.options.ASCIIOnly),
linker.go#L4475: prettyPath: file.source.PrettyPath,
linker.go#L4610: filePath = file.source.PrettyPath
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L6293: p.source.PrettyPath,
github.com/evanw/esbuild/internal/resolver
resolver.go#L691: PrettyPath: r.PrettyPath(keyPath),
resolver.go#L907: PrettyPath: r.PrettyPath(keyPath),
github.com/evanw/esbuild/internal/runtime
runtime.go#L218: PrettyPath: "",
runtime.go#L226: PrettyPath: "",
github.com/evanw/esbuild/pkg/api
api_impl.go#L299: PrettyPath: "(global name)",
api_impl.go#L1051: PrettyPath: "tsconfig.json",
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |