MCPcopy Index your code
hub / github.com/tinyplex/tinybase / moduleIsSolid

Function moduleIsSolid

gulpfile.mjs:90–93  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

88const TYPES_DOC_CODE_BLOCKS = /\/\/\/\s*(\S*)(.*?)(?=(\s*\/\/)|(\n\n)|(\n$))/gs;
89const TYPES_DOC_BLOCKS = /(\/\*\*.*?\*\/)\s*\/\/\/\s*(\S*)/gs;
90const moduleIsSolid = (module) =>
91 module == 'ui-solid' ||
92 module == 'ui-solid-dom' ||
93 module == 'ui-solid-inspector';
94const moduleIsSvelte = (module) =>
95 module == 'ui-svelte' ||
96 module == 'ui-svelte-dom' ||

Callers 2

getUiModuleFunction · 0.85
compileModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…