github.com/evanw/esbuild/internal/bundler.parseArgs.res (field)
8 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L131: res resolver.Resolver
bundler.go#L178: args.res,
bundler.go#L426: args.res,
bundler.go#L458: if query := args.res.ProbeResolvePackageAsRelative(absResolveDir, record.Path.Text, record.Kind); query != nil {
bundler.go#L459: hint = fmt.Sprintf(" (use %q to reference the file %q)", "./"+record.Path.Text, args.res.PrettyPath(query.PathPair.Primary))
bundler.go#L486: args.res, &source, repr.ast.SourceMapComment, absResolveDir); contents != nil {
bundler.go#L489: PrettyPath: args.res.PrettyPath(path),
bundler.go#L1007: res: s.res,
 |
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. |