Skip to content

Commit

Permalink
chore: Drop unused Collection.maxFlowStringSingleLineLength (see #522,
Browse files Browse the repository at this point in the history
…closes #421)
  • Loading branch information
eemeli committed Jul 7, 2024
1 parent e7c81fe commit f73e1d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nodes/Collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f73e1d9

Please sign in to comment.