Skip to content

Commit f1e3f46

Browse files
authored
Merge branch 'main' into rewrite-random-test
2 parents 9d6081d + fceb128 commit f1e3f46

File tree

11 files changed

+265
-297
lines changed

11 files changed

+265
-297
lines changed

scripts/apidoc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ async function build(): Promise<void> {
8989
const moduleName = module.name.replace('_', '');
9090
const lowerModuleName =
9191
moduleName.substring(0, 1).toLowerCase() + moduleName.substring(1);
92+
if (faker[lowerModuleName] === undefined) {
93+
continue;
94+
}
9295
console.log(`Processing Module ${moduleName}`);
9396

9497
modulesPages.push({

0 commit comments

Comments
 (0)