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
- Host: GitHub
- URL: https://github.com/othree/tern-webidl
- Owner: othree
- License: mit
- Created: 2015-07-22T06:33:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T06:25:56.000Z (over 10 years ago)
- Last Synced: 2025-10-06T01:54:23.314Z (9 months ago)
- Language: Makefile
- Homepage: https://www.npmjs.com/package/tern-webidl
- Size: 249 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
]
}