github.com/evanw/esbuild/internal/resolver.TSConfigJSON.BaseURL (field)
12 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L771: if result.BaseURL != nil && !r.fs.IsAbs(*result.BaseURL) {
resolver.go#L772: *result.BaseURL = r.fs.Join(fileDir, *result.BaseURL)
resolver.go#L1276: if tsConfigJSON.BaseURL != nil {
resolver.go#L1277: absBaseURL = *tsConfigJSON.BaseURL
resolver.go#L1362: if dirInfo.tsConfigJSON.BaseURL != nil {
resolver.go#L1363: basePath := r.fs.Join(*dirInfo.tsConfigJSON.BaseURL, path)
tsconfig_json.go#L16: BaseURL *string
tsconfig_json.go#L79: result.BaseURL = &value
tsconfig_json.go#L121: hasBaseURL := result.BaseURL != nil
tsconfig_json.go#L123: result.BaseURLForPaths = *result.BaseURL
![]() |
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. |