Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/math/patch-vector.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export function _validatedVectorOperation(expectsSoloNumberArgument){
}

/**
* @private
* @internal
* Each of the following decorators validates the data on vector operations.
* These ensure that the arguments are consistently formatted, and that
* pre-conditions are met.
Expand Down
3 changes: 3 additions & 0 deletions src/strands/strands_transpiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,9 @@ function transformHelperFunctionEarlyReturns(ast, names) {
}

/**
* @private
* @internal
*
* Transpiles a p5.strands callback into executable JavaScript by applying
* a multi-pass AST transformation pipeline.
*
Expand Down
Loading