diff --git a/src/nodes/Collection.ts b/src/nodes/Collection.ts index 40ab0d9a..bb40d089 100644 --- a/src/nodes/Collection.ts +++ b/src/nodes/Collection.ts @@ -45,8 +45,6 @@ export const isEmptyPath = ( (typeof path === 'object' && !!path[Symbol.iterator]().next().done) export abstract class Collection extends NodeBase { - static maxFlowStringSingleLineLength = 60 - schema: Schema | undefined; declare [NODE_TYPE]: symbol