Skip to content

Instantly share code, notes, and snippets.

@ChetHarrison
Last active August 29, 2015 14:06
Show Gist options
  • Save ChetHarrison/793330b2c11f3f5c514c to your computer and use it in GitHub Desktop.
Save ChetHarrison/793330b2c11f3f5c514c to your computer and use it in GitHub Desktop.
[master:!?][chet@Chets-MacBook-Pro:/Applications/MAMP/htdocs/WebSites/jsdoccer]
[16:22:19] $ node document.js
Generating syntax tree: input/js/example.js
Saving syntax tree: output/example.json
[]
Generating syntax tree: input/js/marionette.application.js
Saving syntax tree: output/marionette.application.json
[ { namespace: 'Marionette',
functionName: 'Application',
params: [ 'options' ] } ]
Generating syntax tree: input/js/marionette.approuter.js
Saving syntax tree: output/marionette.approuter.json
[]
Generating syntax tree: input/js/marionette.behavior.js
Saving syntax tree: output/marionette.behavior.json
[]
Generating syntax tree: input/js/marionette.behaviors.js
Saving syntax tree: output/marionette.behaviors.json
[]
Generating syntax tree: input/js/marionette.bindEntityEvents.js
Saving syntax tree: output/marionette.bindEntityEvents.json
[]
Generating syntax tree: input/js/marionette.callbacks.js
Saving syntax tree: output/marionette.callbacks.json
[ { namespace: 'Marionette',
functionName: 'Callbacks',
params: [] } ]
Generating syntax tree: input/js/marionette.collectionview.js
Saving syntax tree: output/marionette.collectionview.json
[]
Generating syntax tree: input/js/marionette.compositeview.js
Saving syntax tree: output/marionette.compositeview.json
[]
Generating syntax tree: input/js/marionette.controller.js
Saving syntax tree: output/marionette.controller.json
[ { namespace: 'Marionette',
functionName: 'Controller',
params: [ 'options' ] } ]
Generating syntax tree: input/js/marionette.domRefresh.js
Saving syntax tree: output/marionette.domRefresh.json
[]
Generating syntax tree: input/js/marionette.error.js
Saving syntax tree: output/marionette.error.json
[]
Generating syntax tree: input/js/marionette.helpers.js
Saving syntax tree: output/marionette.helpers.json
[ { namespace: 'Marionette',
functionName: 'getOption',
params: [ 'target', 'optionName' ] },
{ namespace: 'Marionette',
functionName: 'proxyGetOption',
params: [ 'optionName' ] },
{ namespace: 'Marionette',
functionName: 'normalizeMethods',
params: [ 'hash' ] },
{ namespace: 'Marionette',
functionName: 'normalizeUIString',
params: [ 'uiString', 'ui' ] },
{ namespace: 'Marionette',
functionName: 'normalizeUIKeys',
params: [ 'hash', 'ui' ] },
{ namespace: 'Marionette',
functionName: 'normalizeUIValues',
params: [ 'hash', 'ui' ] },
{ namespace: 'Marionette',
functionName: 'actAsCollection',
params: [ 'object', 'listProperty' ] } ]
Generating syntax tree: input/js/marionette.itemview.js
Saving syntax tree: output/marionette.itemview.json
[]
Generating syntax tree: input/js/marionette.layoutview.js
Saving syntax tree: output/marionette.layoutview.json
[]
Generating syntax tree: input/js/marionette.module.js
Saving syntax tree: output/marionette.module.json
[ { namespace: 'Marionette',
functionName: 'Module',
params: [ 'moduleName', 'app', 'options' ] } ]
Generating syntax tree: input/js/marionette.object.js
Saving syntax tree: output/marionette.object.json
[ { namespace: 'Marionette',
functionName: 'Object',
params: [ 'options' ] } ]
Generating syntax tree: input/js/marionette.region.js
Saving syntax tree: output/marionette.region.json
[ { namespace: 'Marionette',
functionName: 'Region',
params: [ 'options' ] } ]
Generating syntax tree: input/js/marionette.regionManager.js
Saving syntax tree: output/marionette.regionManager.json
[]
Generating syntax tree: input/js/marionette.renderer.js
Saving syntax tree: output/marionette.renderer.json
[]
Generating syntax tree: input/js/marionette.templatecache.js
Saving syntax tree: output/marionette.templatecache.json
[ { namespace: 'Marionette',
functionName: 'TemplateCache',
params: [ 'templateId' ] } ]
Generating syntax tree: input/js/marionette.triggermethod.js
Saving syntax tree: output/marionette.triggermethod.json
[ { namespace: 'Marionette',
functionName: 'triggerMethod',
params: [ 'event' ] },
{ namespace: 'Marionette',
functionName: 'triggerMethodOn',
params: [ 'context', 'event' ] } ]
Generating syntax tree: input/js/marionette.view.js
Saving syntax tree: output/marionette.view.json
[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment