# HG changeset patch # User Yaroslav Zhuravlev # Date 1634233996 -3600 # Node ID bbe072c9b2784d84e25e2bf6ff5469972228bd3a # Parent 9ce9239c6b7bdf2fdb24edac304ba80b00a5d51e Added "async" and "await" statements to njs Compatibility. diff -r 9ce9239c6b7b -r bbe072c9b278 xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml Thu Oct 14 18:53:16 2021 +0100 +++ b/xml/en/docs/njs/compatibility.xml Thu Oct 14 18:53:16 2021 +0100 @@ -9,7 +9,7 @@
@@ -79,7 +79,9 @@ ES6 statements: let (0.6.0), -const (0.6.0) +const (0.6.0), +async (0.7.0), +await (0.7.0) diff -r 9ce9239c6b7b -r bbe072c9b278 xml/ru/docs/njs/compatibility.xml --- a/xml/ru/docs/njs/compatibility.xml Thu Oct 14 18:53:16 2021 +0100 +++ b/xml/ru/docs/njs/compatibility.xml Thu Oct 14 18:53:16 2021 +0100 @@ -9,7 +9,7 @@
@@ -75,7 +75,9 @@ ES6 инструкции: let (0.6.0), -const (0.6.0) +const (0.6.0), +async (0.7.0), +await (0.7.0)