Skip to content

Tags: jonschlinkert/eval-estree-expression

Tags

4.0.0-beta-1

Toggle 4.0.0-beta-1's commit message
4.0.0-beta-1 Fixes context when prefix is defined and context is a plain object.

3.0.1

Toggle 3.0.1's commit message
Fixes a bug where member expressions within arrow functions did not work Thanks to @SamyPesse for the fix! #11

2.0.3

Toggle 2.0.3's commit message
Fixes a bug where comparisons were trying to cast a symbol to a number 

2.0.0

Toggle 2.0.0's commit message
Removes inspect method to ensure compat with browser. 

1.1.0

Toggle 1.1.0's commit message
1.1.0 Add support for `MemberExpression.optional` (but leave support for non-standard `OptionalMemberExpression` type) Thanks to @6utt3rfly