Skip to content

Commit 6bb2332

Browse files
committed
surface callback since class is extendable publicly
1 parent 233e657 commit 6bb2332

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libraries/heft-config-file/src/ConfigurationFileBase.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ interface IConfigurationFileCacheEntry<TConfigFile> {
393393

394394
/**
395395
* Callback that returns a fallback configuration file path if the original configuration file was not found.
396+
* @beta
396397
*/
397398
export type IOnConfigurationFileNotFoundCallback = (
398399
resolvedConfigurationFilePathForLogging: string

libraries/heft-config-file/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export {
2222
type IJsonPathsMetadata,
2323
InheritanceType,
2424
type INonCustomJsonPathMetadata,
25+
type IOnConfigurationFileNotFoundCallback,
2526
type IOriginalValueOptions,
2627
type IPropertiesInheritance,
2728
type IPropertyInheritance,

0 commit comments

Comments
 (0)