github.com/evanw/esbuild/internal/cache.CacheSet.JSONCache (field)
6 uses
github.com/evanw/esbuild/internal/cache (current package)
cache.go#L38: JSONCache JSONCache
cache.go#L54: JSONCache: JSONCache{
github.com/evanw/esbuild/internal/bundler
bundler.go#L257: expr, ok := args.caches.JSONCache.Parse(args.log, source, js_parser.JSONOptions{})
github.com/evanw/esbuild/internal/resolver
resolver.go#L696: result := ParseTSConfigJSON(r.log, source, &r.caches.JSONCache, func(extends string, extendsRange logger.Range) *TSConfigJSON {
resolver.go#L911: json, ok := r.caches.JSONCache.Parse(r.log, jsonSource, js_parser.JSONOptions{})
github.com/evanw/esbuild/pkg/api
api_impl.go#L1054: if result := resolver.ParseTSConfigJSON(log, source, &caches.JSONCache, nil); result != nil {
 |
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. |