File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
third_party/freedom-typings Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11language : node_js
22build_image : shippable/minv2
33node_js :
4- - " 0.12"
54 - " 0.10"
65before_install :
76 - npm install -g grunt-cli
Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 0.12"
43 - " 0.10"
54before_install :
65 - npm install -g grunt-cli
Original file line number Diff line number Diff line change 11{
22 "name" : " uproxy-lib" ,
33 "description" : " Shared libraries for uProxy projects." ,
4- "version" : " 20.0.4 " ,
4+ "version" : " 20.0.5 " ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/uProxy/uproxy-lib"
Original file line number Diff line number Diff line change @@ -98,8 +98,9 @@ declare module freedom {
9898 // module.
9999 ( ...args :any [ ] ) : T ;
100100 // This is the call to close a particular stub's channel and resources. It
101- // is assumed that the argument is a result of the factory constructor.
102- close : ( freedomModuleStubInstance :T ) => Promise < void > ;
101+ // is assumed that the argument is a result of the factory constructor. If
102+ // no argument is supplied, all stubs are closed.
103+ close : ( freedomModuleStubInstance ?:T ) => Promise < void > ;
103104 }
104105
105106 interface FreedomInCoreEnvOptions {
You can’t perform that action at this time.
0 commit comments