github.com/evanw/esbuild/internal/bundler.matchImportResult.kind (field)
13 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L1865: switch result.kind {
linker.go#L1958: kind matchImportKind
linker.go#L1985: result = matchImportResult{kind: matchImportCycle}
linker.go#L2008: if result.kind == matchImportNormal {
linker.go#L2009: result.kind = matchImportNormalAndNamespace
linker.go#L2014: kind: matchImportNamespace,
linker.go#L2056: result = matchImportResult{kind: matchImportProbablyTypeScriptType}
linker.go#L2070: kind: matchImportNormal,
linker.go#L2084: kind: matchImportNormal,
linker.go#L2108: if result.kind == matchImportNormal && ambiguousResult.kind == matchImportNormal &&
linker.go#L2111: kind: matchImportAmbiguous,
linker.go#L2118: return matchImportResult{kind: matchImportAmbiguous}
![]() |
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. |