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

Unified Diff: docs/es6_chromium.md

Issue 2554203002: Fix a typo and make a clarification in ES6 style guide (Closed)
Patch Set: another clarification Created 4 years 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/es6_chromium.md
diff --git a/docs/es6_chromium.md b/docs/es6_chromium.md
index 27b0f95f017f62e28193e3ac6226b3a5cf34d719..055edc69b3f86605e8d85a0c24cd7261c55cd043 100644
--- a/docs/es6_chromium.md
+++ b/docs/es6_chromium.md
@@ -87,13 +87,15 @@ document.addEventListener('DOMContentLoaded', function(event) {
# ES6 Support In Chromium
-This is a list of new/updated features in ES6 specs that is being considered to
-be supported for Chromium development.
+This is a list of [ECMAScript6](https://developer.mozilla.org/en-US/docs/Web/JavaScript/New_in_JavaScript/ECMAScript_6_support_in_Mozilla)
+features allowed in Chromium code.
-> **TBD:** Do we want to differenciate allow/ban status between subprojects? If
-> so, how to denote?
+This is **not** a status list of [v8](https://developers.google.com/v8/)'s
+support for language features.
-> **TBD:** Cross platform-build support?
+> **TBD:** Do we need to differentiate per-project?
+
+> **TBD:** Cross-platform build support? As in: transpilers?
You can propose changing the status of a feature by sending an email to
chromium-dev@chromium.org. Include a short blurb on what the feature is and why
« 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