mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 13:44:46 +00:00
Refactored dependency handling
Now each class of dependency can be tracked individually
This commit is contained in:
@@ -29,7 +29,7 @@ JSONRenderer.prototype.toString = function(type) {
|
||||
// The parse tree is degenerate
|
||||
var JSONParseTree = function(tree) {
|
||||
this.tree = tree;
|
||||
this.dependencies = [];
|
||||
this.dependencies = {};
|
||||
};
|
||||
|
||||
JSONParseTree.prototype.compile = function(type) {
|
||||
|
||||
Reference in New Issue
Block a user