# HG changeset patch # User Yaroslav Zhuravlev # Date 1551194605 -10800 # Node ID fb5e1d2d4c75e66b0cd1fc6203489f1c26679d5f # Parent 9d502d4305ac940d0ea33ca15543e0da7990fdef Removed "Not supported" section, updated defineProperty in njs Compatibility. diff --git a/xml/en/docs/njs/compatibility.xml b/xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml +++ b/xml/en/docs/njs/compatibility.xml @@ -9,7 +9,8 @@
+ rev="7" + toc="no">
@@ -111,8 +112,8 @@ non-standard: ES5.1: create (support without properties list), keys, -defineProperty, -defineProperties, +defineProperty (support without accessor descriptors), +defineProperties (support without accessor descriptors), getOwnPropertyDescriptor, getPrototypeOf, hasOwnProperty, @@ -217,7 +218,6 @@ functions (0.2.0) -Node.js style File system methods: fs.readFileSync, fs.appendFileSync, @@ -225,7 +225,6 @@ functions (0.2.0) -Node.js style Crypto methods (0.2.0): crypto.createHash, crypto.createHmac @@ -236,37 +235,5 @@ functions (0.2.0)
- -
- - - - - -ES6 let and const declarations - - - -labels - - - -eval function - - - -new Function() constructor - - - -setInterval, -setImmediate functions - - - - - -
-
diff --git a/xml/ru/docs/njs/compatibility.xml b/xml/ru/docs/njs/compatibility.xml --- a/xml/ru/docs/njs/compatibility.xml +++ b/xml/ru/docs/njs/compatibility.xml @@ -9,7 +9,8 @@
+ rev="7" + toc="no">
@@ -111,8 +112,8 @@ ES8: ES5.1: create (поддержка без списка свойств), keys, -defineProperty, -defineProperties, +defineProperty (поддержка без дескрипторов доступа), +defineProperties (поддержка без дескрипторов доступа), getOwnPropertyDescriptor, getPrototypeOf, hasOwnProperty, @@ -218,17 +219,14 @@ ES5.1 глобальные функции: -Методы File system -стиль Node.js: +Методы File system: fs.readFileSync, fs.appendFileSync, fs.writeFileSync -Методы Crypto -стиль Node.js -(0.2.0): +Методы Crypto (0.2.0): crypto.createHash, crypto.createHmac @@ -238,37 +236,5 @@ ES5.1 глобальные функции:
- -
- - - - - -ES6 объявления let и const - - - -labels - - - -функция eval - - - -конструктор new Function() - - - -функции setInterval, -setImmediate - - - - - -
-