Skip to content

Commit

Permalink
Update src/Config.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof ‘Budzio’ Budnik <[email protected]>
  • Loading branch information
sequba and budnix authored Nov 6, 2024
1 parent c8d9a53 commit 2fbd89d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ export class Config implements ConfigParams, ParserConfig {
}

private static warnDeprecatedOptions(options: Partial<ConfigParams>) {
// an example of deprecation warning
// Config.warnDeprecatedIfUsed(options.binarySearchThreshold, 'binarySearchThreshold', '1.1')
}

Expand Down

0 comments on commit 2fbd89d

Please sign in to comment.