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

Function compileForTest

gulpfile.mjs:732–739  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

730export const preparePackage = copyPackageFiles;
731
732export const compileForTest = async () => {
733 await clearDir(DIST_DIR);
734 await copyPackageFiles();
735 await copyDefinitions(DIST_DIR);
736 await allModules(async (module) => {
737 await compileModule(module, DIST_DIR);
738 });
739};
740
741export const compileForTestInspectorOnly = async () => {
742 await compileModule('ui-react', DIST_DIR);

Callers

nothing calls this directly

Calls 5

clearDirFunction · 0.85
copyPackageFilesFunction · 0.85
copyDefinitionsFunction · 0.85
allModulesFunction · 0.85
compileModuleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…