File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ export class FlexibleFileSource extends ConfigSource {
53
53
private readonly fileExtensions : string [ ] ;
54
54
private readonly environmentOptions : EnvironmentOptions ;
55
55
56
+ constructor ( filePath : string , fileExtensions ?: string [ ] , environmentOptions ?: EnvironmentOptions ) ;
57
+
56
58
/** @deprecated use constructor with environmentOptions instead */
57
59
constructor (
58
60
filePath : string ,
@@ -62,8 +64,6 @@ export class FlexibleFileSource extends ConfigSource {
62
64
environmentSourceNames ?: string [ ] | string ,
63
65
) ;
64
66
65
- constructor ( filePath : string , fileExtensions ?: string [ ] , environmentOptions ?: EnvironmentOptions ) ;
66
-
67
67
constructor (
68
68
filePath : string ,
69
69
environmentOverrideOrFileExtensions ?: string | string [ ] ,
You can’t perform that action at this time.
0 commit comments