# HG changeset patch # User Yaroslav Zhuravlev # Date 1623769699 -3600 # Node ID d874ae125c3cb5afe10e62849108568cbf6f1fd3 # Parent 9986e1f25cd7b8f79ed626d6e34fa1a44bb5049c Added let and const methods to Compatibility in njs. diff -r 9986e1f25cd7 -r d874ae125c3c xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml Thu Jun 10 18:34:55 2021 +0300 +++ b/xml/en/docs/njs/compatibility.xml Tue Jun 15 16:08:19 2021 +0100 @@ -9,7 +9,7 @@
@@ -77,6 +77,12 @@ +ES6 statements: +let (0.6.0), +const (0.6.0) + + + Math properties: diff -r 9986e1f25cd7 -r d874ae125c3c xml/ru/docs/njs/compatibility.xml --- 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 @@
@@ -73,6 +73,12 @@ +ES6 инструкции: +let (0.6.0), +const (0.6.0) + + + Свойства Math: