mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Fix #4576: Allow accessing a property of a function literal (like .call) via chaining syntax (#4665)
This commit is contained in:
@@ -316,6 +316,7 @@ grammar =
|
||||
SimpleAssignable: [
|
||||
o 'Identifier', -> new Value $1
|
||||
o 'Value Accessor', -> $1.add $2
|
||||
o 'Code Accessor', -> new Value($1).add $2
|
||||
o 'ThisProperty'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user