Skip to content

Commit f73e1d9

Browse files
committed
chore: Drop unused Collection.maxFlowStringSingleLineLength (see #522, closes #421)
1 parent e7c81fe commit f73e1d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/nodes/Collection.ts

-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ export const isEmptyPath = (
4545
(typeof path === 'object' && !!path[Symbol.iterator]().next().done)
4646

4747
export abstract class Collection extends NodeBase {
48-
static maxFlowStringSingleLineLength = 60
49-
5048
schema: Schema | undefined;
5149

5250
declare [NODE_TYPE]: symbol

0 commit comments

Comments
 (0)