We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c81fe commit f73e1d9Copy full SHA for f73e1d9
src/nodes/Collection.ts
@@ -45,8 +45,6 @@ export const isEmptyPath = (
45
(typeof path === 'object' && !!path[Symbol.iterator]().next().done)
46
47
export abstract class Collection extends NodeBase {
48
- static maxFlowStringSingleLineLength = 60
49
-
50
schema: Schema | undefined;
51
52
declare [NODE_TYPE]: symbol
0 commit comments