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")