Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: docs/style-guide.md

Issue 2621643003: [StyleGuide] Allow let in JavaScript code (Closed)
Patch Set: rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/style-guide.md
diff --git a/docs/style-guide.md b/docs/style-guide.md
index 57c9f08533be1c2be7ea84d64f456b2d2cefd7ce..4a0c6fefa5be941307c9e68d7366a7cdcbae3493 100644
--- a/docs/style-guide.md
+++ b/docs/style-guide.md
@@ -237,7 +237,7 @@ should not make assertions.
| [Template strings](https://github.com/lukehoban/es6features#template-strings) | Approved |
| [Destructuring](https://github.com/lukehoban/es6features#destructuring) | Approved |
| [Default, rest, and spread](https://github.com/lukehoban/es6features#default--rest--spread) | To be discussed |
-| [`let` and `const`](https://github.com/lukehoban/es6features#let--const) | `const` Approved, `let` pending discussion
+| [`let` and `const`](https://github.com/lukehoban/es6features#let--const) | Approved and required for new code
| [Iterators and `for...of`](https://github.com/lukehoban/es6features#iterators--forof) | Approved |
| [Generators](https://github.com/lukehoban/es6features#generators) | Approved |
| [Unicode](https://github.com/lukehoban/es6features#unicode) | To be discussed |
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698