Fix case-insensitive file system compile issue

This commit is contained in:
kpdecker
2014-12-26 11:34:48 -06:00
parent 9ff3daf785
commit be0ba75925
+1 -1
View File
@@ -1,5 +1,5 @@
import Exception from "../exception";
import AST from "./AST";
import AST from "./ast";
function Visitor() {
this.parents = [];