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

Unified Diff: docs/style-guide.md

Issue 2466263003: [StyleGuide] Allow const in JavaScript code (Closed)
Patch Set: shorten let wording, remove ConstCheck 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 | « catapult_build/js_checks.py ('k') | 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 4ff5db6c8d97d76af72bacbfc9ff5b35531b4aeb..435c52b34f757488b238ea497001225128df731e 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) | To be discussed |
+| [`let` and `const`](https://github.com/lukehoban/es6features#let--const) | `const` Approved, `let` pending discussion
| [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 | « catapult_build/js_checks.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698