Skip to content

Commit 8b17aa3

Browse files
committed
fix
1 parent 948b249 commit 8b17aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/abstractions/src/serialization/parseNodeProxyFactory.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export abstract class ParseNodeProxyFactory implements ParseNodeFactory {
1919
* @param _onBefore the callback to invoke before the deserialization of any model object.
2020
* @param _onAfter the callback to invoke after the deserialization of any model object.
2121
*/
22-
constructor(
22+
protected constructor(
2323
private readonly _concrete: ParseNodeFactory,
2424
private readonly _onBefore: (value: Parsable) => void,
2525
private readonly _onAfter: (value: Parsable) => void,

0 commit comments

Comments
 (0)