Fireball is the game engine for the future.
Defined in: lib/firedoc.js:19
Module: digesters Parent Module: firedoc
Firedoc main class
filecount
Boolean
Holds the number of files that we are processing.filemap
Object
Holder for the list of files we are processing.dirmap
Object
Holder for the list of directories we are processing.options
Object
Internal holder for configuration options.
walk
Walks the paths and parses the directory contentswalkOne
Walk one pathbuild
Process the config, walk the file tree and write out the JSON data.
Holds the number of files that we are processing.
meta | description |
---|---|
Type | Boolean |
Defined | lib/firedoc.js:31 |
Holder for the list of files we are processing.
meta | description |
---|---|
Type | Object |
Defined | lib/firedoc.js:38 |
Holder for the list of directories we are processing.
meta | description |
---|---|
Type | Object |
Defined | lib/firedoc.js:45 |
Internal holder for configuration options.
meta | description |
---|---|
Type | Object |
Defined | lib/firedoc.js:53 |
Walks the paths and parses the directory contents
meta | description |
---|---|
Defined | lib/firedoc.js:132 |
- next Function
Walk one path
meta | description |
---|---|
Defined | lib/firedoc.js:154 |
Process the config, walk the file tree and write out the JSON data.
meta | description |
---|---|
Defined | lib/firedoc.js:201 |
- callback Function