2.0.2 • Published 9 years ago

firedoc-intellisense v2.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

FireDoc Intellisense

Build an intellisense from FireDoc AST

Install

$ npm install firedoc-intellisense

Usage

var FireDoc = require('firedoc-api').Firedoc;
var Intellisense = require('firedoc-intellisense');

FireDoc({
  path: <your dest path>,
  parseOnly: true
}).build(
  function (err, ast, opt) {
    Intellisense(ast); // get intellisense
  }
);

License

MIT

2.0.2

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago