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

Function isPageModuleExt

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

Source from the content-addressed store, hash-verified

160}
161
162export function isPageModuleExt(ext: string) {
163 return ext in PAGE_MODULE_EXTS;
164}
165
166export function isModuleExt(ext: string) {
167 return ext in MODULE_EXTS;

Callers 3

fs.unit.tsFile · 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…