Skip to content

Commit

Permalink
generated completions for NodeJS v7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varp committed May 13, 2017
1 parent f20e0ba commit 835043e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Nodejs.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,14 @@
"trigger": "crypto.setEngine(id, flags);",
"contents": "setEngine(${1:id}, ${2:flags});$0"
},
{
"trigger": "crypto.randomFillSync(buf, offset = 0, size);",
"contents": "randomFillSync(${1:buf}, ${2:offset}, ${3:=}, ${4:0}, ${5:size});$0"
},
{
"trigger": "crypto.randomFill(buf, offset, size, cb);",
"contents": "randomFill(${1:buf}, ${2:offset}, ${3:size}, ${4:cb});$0"
},
{
"trigger": "crypto.pseudoRandomBytes();",
"contents": "pseudoRandomBytes();$0"
Expand Down Expand Up @@ -1806,8 +1814,8 @@
"contents": "URL(${1:input}, ${2:base});$0"
},
{
"trigger": "url.URLSearchParams(init = '');",
"contents": "URLSearchParams(${1:init}, ${2:=}, ${3:''});$0"
"trigger": "url.URLSearchParams(init = undefined);",
"contents": "URLSearchParams(${1:init}, ${2:=}, ${3:undefined});$0"
},
{
"trigger": "url.domainToASCII(domain);",
Expand Down
1 change: 1 addition & 0 deletions messages/1.5.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ This is a bugfix release version
* Fix issue-60. Now the plugin respects system env var $PATH [See more at GitHub](https://github.com/tanepiper/SublimeText-Nodejs/issues/60)
* Fix issue-61. Autocompletion duplicates root object. [See more at GitHub](https://github.com/tanepiper/SublimeText-Nodejs/issues/61)
* Fix issue-62. Turning off shortcuts. [See more at GitHub](https://github.com/tanepiper/SublimeText-Nodejs/issues/62)
* Generated completions for NodeJS v7.10.0

0 comments on commit 835043e

Please sign in to comment.