1.0.1 • Published 10 years ago
tern-webidl v1.0.1
tern-webidl
TernJS definition based on WebIDL from Mozilla Firefox
Installation
Use npm install, take Vim for example:
cd .vim/bundle/tern_for_vim
npm i tern-webidlThen add ecma6, webidl in .tern-project lib part:
{
"libs": [
"ecma6",
"webidl"
]
}