Skip to content

Commit 3e091a4

Browse files
committed
Comment
1 parent 6008f5a commit 3e091a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/compile/validator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ export class Validator<Context extends TProperties = TProperties, Type extends T
5858
})
5959
// Note: The Base type requires this Validator to be Clone, but where we cannot safely clone
6060
// the BuildResult or the EvaluateResult. For now we pass the Validator constructor a shared
61-
// reference of BuildResult and EvaluateResult to the new Validator to mitigate re-compile
62-
// on Clone. We must remove this overload when Base is removed.
61+
// reference of BuildResult and EvaluateResult to mitigate re-compile on Clone. We must remove
62+
// this overload when Base is removed.
6363
if(matched.length === 3 && matched[1] instanceof BuildResult && matched[2] instanceof EvaluateResult) {
6464
const [hasCodec, buildResult, evaluateResult] = matched
6565
this.hasCodec = hasCodec

0 commit comments

Comments
 (0)