upgrade to babel 5

This commit is contained in:
Sebastian McKenzie
2015-04-28 14:55:28 +01:00
parent 562dba872d
commit 1a53d5ca46
5 changed files with 6 additions and 6 deletions

View File

@@ -38,9 +38,6 @@ export {isIdentifierChar, isIdentifierStart} from "./identifier"
export {Token} from "./tokenize"
export {isNewLine, lineBreak, lineBreakG} from "./whitespace"
import "../plugins/flow";
import "../plugins/jsx";
export const version = "1.0.0"
// The main exported interface (under `self.acorn` when in the