Skip to content

Commit

Permalink
Fix old conclusion sections
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <[email protected]>
  • Loading branch information
rwaldron committed Aug 2, 2017
1 parent 8a2bf21 commit da88d4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion es6/2012-09/sept-20.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ WH: Don't want two slightly different concepts with a confusingly similar syntax
WH: That would address the confusion, but is still unnecessary featuritis and doesn't even save much in terms of text, which was its original reason for existence. Saving a couple characters here is not worth complicating the language.

#### Conclusion/Resolution
Consensus holds on fat-arrow

- Consensus holds on fat-arrow


# Existential Operator (strawman discussion)
Expand Down
12 changes: 8 additions & 4 deletions es6/2012-11/nov-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ MM/AWB/RW/BE/EF: (Discussion to determine a criteria for making this API specifi
#### Conclusion/Resolution
Consensus... with the criteria that these methods are not simply a set of uncoordinated side effects that happen to have a receiver in common, but a set of coordinated side effects on a specific receiver and providing access to the target object post-mutation.
Expand Down Expand Up @@ -317,8 +318,9 @@ eval("let x; delete x;");
ARB/MM: Illegal.
**Consensus/Resolution**
New declaration forms, even from non-strict mode eval cannot be deleted.
## Conclusion/Resolution
- New declaration forms, even from non-strict mode eval cannot be deleted.
# Eliminate functions returning Reference values from the specification.
Expand All @@ -330,7 +332,8 @@ BE: Exists from the ES1 days, for VBScript-style DOM APIs in IE
LH: No objection.
#### Conclusion/Resolution
Consensus.
- Consensus.
# Revisit Nov. 27 Resolution on iterables in spread.
Expand Down Expand Up @@ -629,7 +632,8 @@ MM: All agreed, whatever is allowed here is also allowed between parens for gene
BE: No cost, no loss, use case gains.
#### Conclusion/Resolution
Consensus on Jason's proposal: for, if, let, const can be interleaved. Applies to both Array Comprehensions and Generator Comprehensions
- Consensus on Jason's proposal: for, if, let, const can be interleaved. Applies to both Array Comprehensions and Generator Comprehensions
# yield, the identifier?
Expand Down

0 comments on commit da88d4f

Please sign in to comment.