diff xml/ru/docs/njs/compatibility.xml @ 2738:d874ae125c3c

Added let and const methods to Compatibility in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 15 Jun 2021 16:08:19 +0100
parents e203e1106fb2
children 887c0d145bae
line wrap: on
line diff
--- a/xml/ru/docs/njs/compatibility.xml	Thu Jun 10 18:34:55 2021 +0300
+++ b/xml/ru/docs/njs/compatibility.xml	Tue Jun 15 16:08:19 2021 +0100
@@ -9,7 +9,7 @@
 <article name="Совместимость"
         link="/ru/docs/njs/compatibility.html"
         lang="ru"
-        rev="29"
+        rev="30"
         toc="no">
 
 <section>
@@ -73,6 +73,12 @@
 </listitem>
 
 <listitem>
+ES6 инструкции:
+<literal>let</literal> (<link doc="changes.xml" id="njs0.6.0">0.6.0</link>),
+<literal>const</literal> (<link doc="changes.xml" id="njs0.6.0">0.6.0</link>)
+</listitem>
+
+<listitem>
 Свойства <literal>Math</literal>:
 <list type="bullet">