We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 948b249 commit 8b17aa3Copy full SHA for 8b17aa3
packages/abstractions/src/serialization/parseNodeProxyFactory.ts
@@ -19,7 +19,7 @@ export abstract class ParseNodeProxyFactory implements ParseNodeFactory {
19
* @param _onBefore the callback to invoke before the deserialization of any model object.
20
* @param _onAfter the callback to invoke after the deserialization of any model object.
21
*/
22
- constructor(
+ protected constructor(
23
private readonly _concrete: ParseNodeFactory,
24
private readonly _onBefore: (value: Parsable) => void,
25
private readonly _onAfter: (value: Parsable) => void,
0 commit comments