Correct typo [skip ci] (#7834)

This commit is contained in:
jugglinmike 2018-04-28 18:48:53 -04:00 committed by Logan Smyth
parent 91e1e1728c
commit 55ef39eb87

View File

@ -152,7 +152,7 @@ require("babylon").parse("code", {
Previous issues: [#1351](https://github.com/babel/babel/issues/1351), [#6694](https://github.com/babel/babel/issues/6694).
We currently aren't willing to commit to supporting the API for plugins or the resulting ecosystem (there is already enough work maintaining Babel's own plugin system). It's not clear how to make that API effective, and it would limit out ability to refactor and optimize the codebase.
We currently aren't willing to commit to supporting the API for plugins or the resulting ecosystem (there is already enough work maintaining Babel's own plugin system). It's not clear how to make that API effective, and it would limit our ability to refactor and optimize the codebase.
Our current recommendation for those that want to create their own custom syntax is for users to fork Babylon.