github.com/evanw/esbuild/internal/resolver.TSConfigJSON.Paths (field)
9 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L407: if dirInfo := r.dirInfoCached(sourceDir); dirInfo != nil && dirInfo.tsConfigJSON != nil && dirInfo.tsConfigJSON.Paths != nil {
resolver.go#L775: if result.Paths != nil && !r.fs.IsAbs(result.BaseURLForPaths) {
resolver.go#L1281: for key, originalPaths := range tsConfigJSON.Paths {
resolver.go#L1307: for key, originalPaths := range tsConfigJSON.Paths {
resolver.go#L1355: if dirInfo.tsConfigJSON.Paths != nil {
tsconfig_json.go#L31: Paths map[string][]string
tsconfig_json.go#L127: result.Paths = make(map[string][]string)
tsconfig_json.go#L160: result.Paths[key] = append(result.Paths[key], str)
![]() |
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. |