github.com/evanw/esbuild/internal/config.Options.AbsNodePaths (field)
4 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L204: AbsNodePaths []string // The "NODE_PATH" variable from Node.js
github.com/evanw/esbuild/internal/resolver
resolver.go#L1371: for _, absDir := range r.options.AbsNodePaths {
github.com/evanw/esbuild/pkg/api
api_impl.go#L670: AbsNodePaths: make([]string, len(buildOpts.NodePaths)),
api_impl.go#L681: options.AbsNodePaths[i] = validatePath(log, realFS, path, "node path")
![]() |
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. |