fix broken imports and test newlines

This commit is contained in:
Sebastian McKenzie
2015-07-24 21:15:27 +01:00
parent 07e1ce8bf4
commit 9cb5006136
4 changed files with 7 additions and 3 deletions

View File

@@ -4,7 +4,8 @@ import Module from "module";
import { inspect } from "util";
import path from "path";
import repl from "repl";
import babel, { util } from "babel-core";
import { util } from "babel-core";
import * as babel from "babel-core";
import vm from "vm";
import _ from "lodash";