MCPcopy
hub / github.com/browserslist/browserslist / checkName

Function checkName

index.js:282–286  ·  view source on GitHub ↗
(name, context)

Source from the content-addressed store, hash-verified

280}
281
282function checkName(name, context) {
283 var data = byName(name, context)
284 if (!data) throw new BrowserslistError('Unknown browser ' + name)
285 return data
286}
287
288function unknownQuery(query) {
289 return new BrowserslistError(

Callers 1

index.jsFile · 0.85

Calls 1

byNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…