emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master d0e4323 046/110: Add NEWS entry for async/await


From: Dmitry Gutov
Subject: [elpa] master d0e4323 046/110: Add NEWS entry for async/await
Date: Thu, 23 Jun 2016 01:12:56 +0000 (UTC)

branch: master
commit d0e4323e32a4c279654a513ad5e47f913019eff7
Author: Carl Lei <address@hidden>
Commit: Carl Lei <address@hidden>

    Add NEWS entry for async/await
    
    Marking experimental because there are some TODOs in the code, and the
    proposal is not yet final anyway.
---
 NEWS.md |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 33ba376..a916356 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,15 +4,16 @@
 
 * Object properties are highlighted using a different face:
   `js2-object-property`, which has no color by default.
-* `js2-getter-setter-node` is renamed to `js2-method-node`, together
-  with its related functions.  It already handles generator methods,
-  and will in the future add support for async methods, so the old
-  name will get more confusing.
+* `js2-getter-setter-node` is renamed to `js2-method-node`, together with
+  its related functions.  It already handles generator methods, and we
+  added support for async methods (see below), so the old name will get
+  more confusing.
 * Support for default parameters in destructuring.  It should work for both
   objects and arrays, in both literals and function arguments.
 * New mode: `js2-jsx-mode`, deriving from `js2-mode`.  Supports indentation of
   JSXElement expressions wrapped within parentheses or as function arguments.
   Indentation is customizable via `sgml-attribute-offset`.
+* Experimental support for ES7 stage 3 async/await.
 
 ## 20150909
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]