github.com/evanw/esbuild/internal/config.ExternalModules.AbsPaths (field)
8 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L151: AbsPaths map[string]bool
github.com/evanw/esbuild/internal/resolver
resolver.go#L413: if r.options.ExternalModules.AbsPaths != nil && r.options.ExternalModules.AbsPaths[importPath] {
resolver.go#L438: if r.options.ExternalModules.AbsPaths != nil && r.options.ExternalModules.AbsPaths[absPath] {
github.com/evanw/esbuild/pkg/api
api_impl.go#L314: AbsPaths: make(map[string]bool),
api_impl.go#L329: result.AbsPaths[absPath] = true
api_impl.go#L733: if len(options.ExternalModules.NodeModules) > 0 || len(options.ExternalModules.AbsPaths) > 0 {
![]() |
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. |