Firedoc Class
Firedoc main class
Index
Show:
Methods
Properties
filecount
Boolean
private
Holds the number of files that we are processing.
filemap
Object
private
Holder for the list of files we are processing.
dirmap
Object
private
Holder for the list of directories we are processing.
options
Object
private
Internal holder for configuration options.
Methods
_setDefaultExcludes
()
private
Always exclude these directories
_processConfig
()
private
Does post process on self.options.
walk
()
private
Walks the paths and parses the directory contents
build
(
-
callback
)
-
callback
Process the config, walk the file tree and write out the JSON data.
parameters:
-
callbackFunction