Merge pull request #3043 from jmm/babylon-readme-features-to-plugins
Correct option name: features => plugins. Fix #3042.
This commit is contained in:
commit
90327aee47
@ -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",
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user