remove dead babylon code

This commit is contained in:
Sebastian McKenzie
2015-07-15 18:07:13 +01:00
parent dbf320f6f0
commit b520a33195
5 changed files with 185 additions and 507 deletions

View File

@@ -73,9 +73,6 @@ export const defaultOptions = {
// This value, if given, is stored in every node, whether
// `locations` is on or off.
directSourceFile: null,
// When enabled, parenthesized expressions are represented by
// (non-standard) ParenthesizedExpression nodes
preserveParens: false,
plugins: {},
// Babel-specific options
features: {},