Skip to content

Commit

Permalink
All the new dominator tools are in and have tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjensen committed Dec 25, 2017
1 parent 8a9e07a commit b070149
Show file tree
Hide file tree
Showing 8 changed files with 1,579 additions and 241 deletions.
517 changes: 517 additions & 0 deletions README.md

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,6 @@
*********************************************************************************************************************/
"use strict";

// const
// {
// frontiers_from_preds,
// frontiers_from_succs
// } = require( './src/frontiers' ),
// { preds_to_succs, succs_to_preds, normalize, reverse_graph, simpleRefToSelf, arrayOfArrays, create_dom_tree } = require( './src/utils' ),
// {
// create_levels,
// create_j_edges,
// create_nodes,
// create_dj_graph,
// make_dom
// } = require( './src/dom-tree' );

module.exports = Object.assign( {},
require( './src/frontiers' ),
require( './src/utils' ),
Expand All @@ -29,13 +15,3 @@ module.exports = Object.assign( {},
iterative: require( './src/fast-iterative' )
}
);
// module.exports = {
// lt: require( './src/lt' ),
// iterative: require( './src/fast-iterative' ),
// frontiers_from_preds,
// frontiers_from_succs,
// reverse_flow,
// succs_to_preds,
// preds_to_succs,
// normalize
// };
Loading

0 comments on commit b070149

Please sign in to comment.