Fixed link to @babel/parser's issues in README (#9427)
This commit is contained in:
parent
7192546eb8
commit
00c3e3c8e0
@ -2,7 +2,7 @@
|
||||
|
||||
> A JavaScript parser
|
||||
|
||||
See our website [@babel/parser](https://babeljs.io/docs/en/next/babel-parser.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20babylon%22+is%3Aopen) associated with this package.
|
||||
See our website [@babel/parser](https://babeljs.io/docs/en/next/babel-parser.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen) associated with this package.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
@ -32,7 +32,7 @@ const labels = {
|
||||
"babel-preset-node": getIssueLabelLink("area: node"),
|
||||
"babel-preset-react": getIssueLabelLink("area: react"),
|
||||
"babel-preset-typescript": getIssueLabelLink("area: typescript"),
|
||||
"babel-parser": getIssueLabelLink("pkg: babylon"),
|
||||
"babel-parser": getIssueLabelLink("pkg: parser (babylon)"),
|
||||
"babel-cli": getIssueLabelLink("pkg: cli"),
|
||||
"babel-core": getIssueLabelLink("pkg: core"),
|
||||
"babel-generator": getIssueLabelLink("pkg: generator"),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user