Revert "Better async/await support"

This reverts commit 89437cfd7f8bb380490fb574fd91a128a120f5b4.
This commit is contained in:
Sebastian McKenzie
2014-11-19 13:20:59 +11:00
parent f35dad0980
commit 5e119c22d6
3 changed files with 151 additions and 667 deletions

View File

@@ -20,7 +20,6 @@ for (var i = 2; i < process.argv.length; ++i) {
else if (arg == "--ecma3") options.ecmaVersion = 3;
else if (arg == "--ecma5") options.ecmaVersion = 5;
else if (arg == "--ecma6") options.ecmaVersion = 6;
else if (arg == "--ecma7") options.ecmaVersion = 7;
else if (arg == "--strictSemicolons") options.strictSemicolons = true;
else if (arg == "--locations") options.locations = true;
else if (arg == "--silent") silent = true;