Skip to content

Commit

Permalink
Update changelog_unreleased/javascript/pr-9000.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Brody <chris.brody+brodybits@gmail.com>
  • Loading branch information
fisker and brodybits committed Sep 30, 2020
1 parent 44b00d7 commit a6895fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion changelog_unreleased/javascript/pr-9000.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#### Add `espree` parser (#9000 by @fisker)

A new value for the `parser` option has been added: `espree`.[`espree`](https://github.com/eslint/espree) is the [`ESLint`](https://github.com/eslint/eslint) default parser, note that `espree` only works for [ECMAScript Finished Proposals](https://github.com/tc39/proposals/blob/master/finished-proposals.md), and it's stricter than `babel` parser.
A new value for the `parser` option has been added: [`espree`](https://github.com/eslint/espree) - which is the [`ESLint`](https://github.com/eslint/eslint) default parser.

Note that `espree` only works for [ECMAScript Finished Proposals](https://github.com/tc39/proposals/blob/master/finished-proposals.md), and is stricter than the `babel` parser.

0 comments on commit a6895fd

Please sign in to comment.