File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
export interface ConfigBinding {
2
2
isDebugBuild : boolean ;
3
+ openSSLIsBoringSSL : boolean ;
3
4
hasOpenSSL : boolean ;
4
5
fipsMode : boolean ;
5
6
hasIntl : boolean ;
7
+ hasSmallICU : boolean ;
6
8
hasTracing : boolean ;
7
9
hasNodeOptions : boolean ;
8
10
hasInspector : boolean ;
9
11
noBrowserGlobals : boolean ;
10
12
bits : number ;
11
13
hasDtrace : boolean ;
14
+ getDefaultLocale ( ) : string ;
12
15
}
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ export interface OSBinding {
22
22
getPriority ( pid : number , ctx : InternalOSBinding . OSContext ) : number | undefined ;
23
23
getOSInformation ( ctx : InternalOSBinding . OSContext ) : [ sysname : string , version : string , release : string ] ;
24
24
isBigEndian : boolean ;
25
+ getAvailableParallelism ( ) : number ;
25
26
}
You can’t perform that action at this time.
0 commit comments