remove context arg in favor of this, rename TraversalIteration to TraversalPath, and remove ast handlers

This commit is contained in:
Sebastian McKenzie
2015-02-06 01:47:43 +11:00
parent 2ef0aa95c5
commit 76ae1682a3
50 changed files with 244 additions and 232 deletions

View File

@@ -2,10 +2,10 @@
var _regeneratorRuntime = require("6to5-runtime/regenerator");
var _core = require("6to5-runtime/core-js");
var _to5Helpers = require("6to5-runtime/helpers");
var _core = require("6to5-runtime/core-js");
var giveWord = _regeneratorRuntime.mark(function giveWord() {
return _regeneratorRuntime.wrap(function giveWord$(context$1$0) {
while (1) switch (context$1$0.prev = context$1$0.next) {