MCPcopy
hub / github.com/browserslist/browserslist / LoadConfigOptions

Interface LoadConfigOptions

index.d.ts:190–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 function findConfigFile(...pathSegments: string[]): string | undefined
189
190 interface LoadConfigOptions {
191 /**
192 * Path to config file
193 * */
194 config?: string
195
196 /**
197 * Path to file inside the project to find Browserslist config
198 * in closest folder
199 */
200 path?: string
201
202 /**
203 * Environment to choose part of config.
204 */
205 env?: string
206 }
207}
208
209declare global {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…