github.com/evanw/esbuild/internal/resolver.ResolveResult.IsExternal (field)
10 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L98: IsExternal bool
resolver.go#L221: IsExternal: true,
resolver.go#L237: IsExternal: true,
resolver.go#L418: return &ResolveResult{PathPair: PathPair{Primary: logger.Path{Text: importPath}}, IsExternal: true}
resolver.go#L439: return &ResolveResult{PathPair: PathPair{Primary: logger.Path{Text: absPath, Namespace: "file"}}, IsExternal: true}
resolver.go#L474: return &ResolveResult{PathPair: PathPair{Primary: logger.Path{Text: importPath}}, IsExternal: true}
github.com/evanw/esbuild/internal/bundler
bundler.go#L441: if !record.IsInsideTryBody && (resolveResult == nil || !resolveResult.IsExternal) {
bundler.go#L699: IsExternal: result.External,
bundler.go#L1199: if resolveResult.IsExternal {
bundler.go#L1258: if !resolveResult.IsExternal {
![]() |
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. |