github.com/evanw/esbuild/internal/bundler.OutputFile.AbsPath (field)
18 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L349: AbsPath: args.fs.Join(args.options.AbsOutputDir, relPath),
bundler.go#L1472: AbsPath string
bundler.go#L1557: AbsPath: options.AbsMetadataFile,
bundler.go#L1573: lowerAbsPath := lowerCaseAbsPathForWindows(outputFile.AbsPath)
bundler.go#L1588: lowerAbsPath := lowerCaseAbsPathForWindows(outputFile.AbsPath)
bundler.go#L1605: outputPath := outputFile.AbsPath
bundler.go#L1782: path := b.res.PrettyPath(logger.Path{Text: result.AbsPath, Namespace: "file"})
linker.go#L4037: AbsPath: c.fs.Join(c.options.AbsOutputDir, sourceMapRelDir, sourceMapBaseName),
linker.go#L4085: AbsPath: c.fs.Join(c.options.AbsOutputDir, chunk.relPath()),
linker.go#L4320: AbsPath: c.fs.Join(c.options.AbsOutputDir, chunk.relPath()),
github.com/evanw/esbuild/pkg/api
api_impl.go#L798: if err := os.MkdirAll(realFS.Dir(result.AbsPath), 0755); err != nil {
api_impl.go#L806: if err := ioutil.WriteFile(result.AbsPath, result.Contents, mode); err != nil {
api_impl.go#L822: result.AbsPath = ""
api_impl.go#L825: Path: result.AbsPath,
api_impl.go#L1147: if a.AbsPath == b.AbsPath+".map" {
api_impl.go#L1149: } else if a.AbsPath+".map" == b.AbsPath {
 |
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. |