MCPcopy
hub / github.com/unpkg/unpkg / moduleCase

Function moduleCase

scripts/generate-esm-compat-corpus.ts:259–268  ·  view source on GitHub ↗
(seed: PackageSeed, description: string, casePath: string, features: string[])

Source from the content-addressed store, hash-verified

257}
258
259function moduleCase(seed: PackageSeed, description: string, casePath: string, features: string[]): CompatCase {
260 return {
261 category: seed.category,
262 description,
263 expect: "module",
264 features,
265 package: seed.name,
266 path: casePath,
267 };
268}
269
270function jsonCase(seed: PackageSeed, description: string, casePath: string, features: string[]): CompatCase {
271 return {

Callers 1

createCaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected