tern-webidl

1.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i tern-webidl

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • othree