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 11export 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}
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ export interface OSBinding {
2222 getPriority ( pid : number , ctx : InternalOSBinding . OSContext ) : number | undefined ;
2323 getOSInformation ( ctx : InternalOSBinding . OSContext ) : [ sysname : string , version : string , release : string ] ;
2424 isBigEndian : boolean ;
25+ getAvailableParallelism ( ) : number ;
2526}
You can’t perform that action at this time.
0 commit comments