1.0.2 • Published 10 years ago
tern-fetch v1.0.2
tern-fetch
fetch definition file for TernJS.
Installation
Use npm install, take Vim for example:
cd .vim/bundle/tern_for_vim
npm i tern-fetchThen add ecma6, fetch in .tern-project lib part:
{
"libs": [
"ecma6",
"fetch"
]
}