fix(scripts): don't build declaration for function startsWith _ (#119)
This commit is contained in:
@@ -69,7 +69,7 @@ function extractFunctions(contents, isTool) {
|
||||
funcName = match[1];
|
||||
}
|
||||
}
|
||||
if (funcName) {
|
||||
if (funcName && !funcName.startsWith("_")) {
|
||||
output.push({ funcName, jsdoc });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user