Merge branch 'master' of github.com:babel/babel

This commit is contained in:
Sebastian McKenzie 2015-11-13 16:56:04 -08:00
commit 31f3eac566

View File

@ -46,7 +46,7 @@ require("babylon").parse("code", {
// parse in strict mode and allow module declarations
sourceType: "module",
features: [
plugins: [
// enable experimental async functions
"asyncFunctions",