MCPcopy
hub / github.com/QwikDev/qwik / isModuleExt

Function isModuleExt

packages/qwik-city/src/utils/fs.ts:166–168  ·  view source on GitHub ↗
(ext: string)

Source from the content-addressed store, hash-verified

164}
165
166export function isModuleExt(ext: string) {
167 return ext in MODULE_EXTS;
168}
169
170export function isMarkdownExt(ext: string) {
171 return ext in MARKDOWN_EXTS;

Callers 4

fs.unit.tsFile · 0.90
createRoutesFunction · 0.90
walkServerPluginsFunction · 0.90
getSourceFileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…