remove range property from nodes, clean up babylon codebase

This commit is contained in:
Sebastian McKenzie
2015-07-25 07:07:22 +01:00
parent af03a301ae
commit e7fec51feb
424 changed files with 3967 additions and 19592 deletions

View File

@@ -1,4 +1,4 @@
import { types as tt } from "../tokentype";
import { types as tt } from "../tokenizer/types";
import { Parser } from "../state";
var pp = Parser.prototype;