2.0.2 • Published 10 years ago

firedoc-intellisense v2.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago