abstract out test runner into a module, move traceur and esnext tests to babel-preset-es2015, clean up and make existing tests more consistent

This commit is contained in:
Sebastian McKenzie
2015-11-08 21:58:01 -08:00
parent f13ba90f17
commit 5f40b53dee
655 changed files with 315 additions and 1664 deletions

View File

@@ -29,6 +29,9 @@
"source-map": "^0.5.0",
"v8flags": "^2.0.10"
},
"devDependencies": {
"babel-helper-fixtures": "^6.0.0"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",
"babel": "./bin/babel.js",