Skip to content

othree/tern-webidl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
  ]
}

About

TernJS definition based on WebIDL from Mozilla Firefox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published