Skip to content

Commit 1585f52

Browse files
committed
typings: add missing properties in ConfigBinding
1 parent 3b4f9b2 commit 1585f52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
export interface ConfigBinding {
22
isDebugBuild: boolean;
3+
openSSLIsBoringSSL: boolean;
34
hasOpenSSL: boolean;
45
fipsMode: boolean;
56
hasIntl: boolean;
7+
hasSmallICU: boolean;
68
hasTracing: boolean;
79
hasNodeOptions: boolean;
810
hasInspector: boolean;
911
noBrowserGlobals: boolean;
1012
bits: number;
1113
hasDtrace: boolean;
14+
getDefaultLocale(): string;
1215
}

0 commit comments

Comments
 (0)