github.com/evanw/esbuild/internal/resolver.TSConfigJSON.BaseURLForPaths (field)
7 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L775: if result.Paths != nil && !r.fs.IsAbs(result.BaseURLForPaths) {
resolver.go#L776: result.BaseURLForPaths = r.fs.Join(fileDir, result.BaseURLForPaths)
resolver.go#L1271: absBaseURL := tsConfigJSON.BaseURLForPaths
tsconfig_json.go#L22: BaseURLForPaths string
tsconfig_json.go#L123: result.BaseURLForPaths = *result.BaseURL
tsconfig_json.go#L125: result.BaseURLForPaths = "."
![]() |
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. |