Skip to content

Commit fb0246a

Browse files
committed
Fixes a bug where member expressions within arrow functions did not work
Thanks to @SamyPesse for the fix! #11
1 parent 9cf28d2 commit fb0246a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ You might also be interested in these projects:
370370

371371
| **Commits** | **Contributor** |
372372
| --- | --- |
373-
| 45 | [jonschlinkert](https://github.com/jonschlinkert) |
373+
| 48 | [jonschlinkert](https://github.com/jonschlinkert) |
374+
| 1 | [SamyPesse](https://github.com/SamyPesse) |
374375
| 1 | [6utt3rfly](https://github.com/6utt3rfly) |
375376
| 1 | [freshgum-bubbles](https://github.com/freshgum-bubbles) |
376377

@@ -389,4 +390,4 @@ Released under the [MIT License](LICENSE).
389390

390391
***
391392

392-
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on April 19, 2025._
393+
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.8.0, on September 28, 2025._

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eval-estree-expression",
33
"description": "Safely evaluate JavaScript (estree) expressions, sync and async.",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"license": "MIT",
66
"homepage": "https://github.com/jonschlinkert/eval-estree-expression",
77
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",

0 commit comments

Comments
 (0)