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

3 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache_ast.go#L90: 	options js_parser.JSONOptions
		cache_ast.go#L105: 	if entry != nil && entry.source == source && entry.options == options {
		cache_ast.go#L123: 		options: options,