MCPcopy
hub / github.com/npmx-dev/npmx.dev / normalizeComponentPath

Function normalizeComponentPath

test/unit/a11y-component-coverage.spec.ts:64–66  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

62}
63
64function normalizeComponentPath(filePath: string): string {
65 return filePath.replaceAll('\\', '/')
66}
67
68/**
69 * Recursively get all Vue component files in a directory.

Callers 3

getVueFilesFunction · 0.85
getTestedComponentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected