github.com/evanw/esbuild/internal/resolver.resolver.caches (field)
6 uses
github.com/evanw/esbuild/internal/resolver (current package)
resolver.go#L127: caches *cache.CacheSet
resolver.go#L197: caches: caches,
resolver.go#L683: contents, err := r.caches.FSCache.ReadFile(r.fs, file)
resolver.go#L696: result := ParseTSConfigJSON(r.log, source, &r.caches.JSONCache, func(extends string, extendsRange logger.Range) *TSConfigJSON {
resolver.go#L896: contents, err := r.caches.FSCache.ReadFile(r.fs, packageJsonPath)
resolver.go#L911: json, ok := r.caches.JSONCache.Parse(r.log, jsonSource, js_parser.JSONOptions{})
 |
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. |