An open API service indexing awesome lists of open source software.

https://github.com/othree/tern-webidl

TernJS definition based on WebIDL from Mozilla Firefox
https://github.com/othree/tern-webidl

Last synced: 9 months ago
JSON representation

TernJS definition based on WebIDL from Mozilla Firefox

Awesome Lists containing this project

README

          

# 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-webidl

Then add `ecma6`, `webidl` in `.tern-project` lib part:

{
"libs": [
"ecma6",
"webidl"
]
}