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

3 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache_ast.go#L146: 	options js_parser.Options
		cache_ast.go#L161: 	if entry != nil && entry.source == source && entry.options.Equal(&options) {
		cache_ast.go#L179: 		options: options,