github.com/evanw/esbuild/internal/cache.jsonCacheEntry.ok (field)

3 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache_ast.go#L92: 	ok      bool
		cache_ast.go#L109: 		return entry.expr, entry.ok
		cache_ast.go#L125: 		ok:      ok,