Skip to content

Commit

Permalink
Mark properties internal
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Feb 26, 2025
1 parent 5a2fcf5 commit 8f13f4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grafast/grafast/src/step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,11 @@ export /* abstract */ class Step<TData = any> {
/**
* What execution entry flags we can't handle for the given indexed dependency
* (default = this.defaultForbiddenFlags)
*
* @internal
*/
protected readonly dependencyForbiddenFlags: ReadonlyArray<ExecutionEntryFlags>;
/** @internal */
protected readonly dependencyOnReject: ReadonlyArray<
Error | null | undefined
>;
Expand Down

0 comments on commit 8f13f4f

Please sign in to comment.