We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903b887 commit 59e890fCopy full SHA for 59e890f
lib/config-array-factory.js
@@ -1148,4 +1148,8 @@ class ConfigArrayFactory {
1148
}
1149
1150
1151
-export { ConfigArrayFactory, createContext };
+export {
1152
+ ConfigArrayFactory,
1153
+ createContext,
1154
+ loadConfigFile
1155
+};
lib/index.js
@@ -8,7 +8,8 @@
8
9
import {
10
ConfigArrayFactory,
11
- createContext as createConfigArrayFactoryContext
+ createContext as createConfigArrayFactoryContext,
12
13
} from "./config-array-factory.js";
14
15
import { CascadingConfigArrayFactory } from "./cascading-config-array-factory.js";
@@ -39,6 +40,7 @@ const Legacy = {
39
40
OverrideTester,
41
getUsedExtractedConfigs,
42
environments,
43
+ loadConfigFile,
44
45
// shared
46
ConfigOps,
0 commit comments