/*\ title: $:/core/modules/renderer.js type: application/javascript module-type: global Represents a parse tree and associated data \*/ (function(){ /*jslint node: true, browser: true */ /*global $tw: false */ "use strict"; var Renderer = function(tree,dependencies) { this.tree = tree; this.dependencies = dependencies; }; Renderer.prototype.execute = function(parents,tiddlerTitle) { for(var t=0; t