mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-16 18:44:56 -05:00
Revert "removing the special case for | or"
This reverts commit 9763839ed1.
This commit is contained in:
@@ -264,6 +264,7 @@ grammar: {
|
||||
# operations.
|
||||
Pipe: [
|
||||
o "Expression | Expression", -> new PipeNode $1, $3
|
||||
o "Expression | || Expression", -> new PipeNode $1, $4, true
|
||||
]
|
||||
|
||||
# The three flavors of function call: normal, object instantiation with `new`,
|
||||
|
||||
Reference in New Issue
Block a user