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)