# HG changeset patch # User Yaroslav Zhuravlev # Date 1579803569 0 # Node ID b6f9da728570eba4bd5d1c11c1a7b4d7d7f2a4c4 # Parent bda080989b6cd636c03b714c6f080ca460672ea0 Sorted methods alphabetically in njs Compatability. diff -r bda080989b6c -r b6f9da728570 xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml Wed Jan 22 13:10:07 2020 +0300 +++ b/xml/en/docs/njs/compatibility.xml Thu Jan 23 18:19:29 2020 +0000 @@ -9,7 +9,7 @@
@@ -406,13 +406,13 @@ ES6: +Int8Array, Uint8Array, -Int8Array, Uint8ClampedArray, +Int16Array, Uint16Array, -Int16Array, +Int32Array, Uint32Array, -Int32Array, Float32Array, Float64Array @@ -426,12 +426,12 @@ ES6: +copyWithin, +fill, +join, set, slice, subarray, -copyWithin, -fill, -join, toString @@ -444,8 +444,8 @@ ES6: -resolve, -reject +reject, +resolve @@ -457,9 +457,9 @@ ES6: -then, catch, -finally +finally, +then @@ -474,8 +474,6 @@ apply, bind, call - - @@ -622,9 +620,9 @@ File system methods: fs.appendFileSync, fs.readFileSync, -fs.writeFileSync, fs.renameSync -(0.3.4) +(0.3.4), +fs.writeFileSync @@ -636,7 +634,8 @@ ES6 modules support: default export and -default import statements +default import +statements (0.3.0) @@ -657,12 +656,12 @@ -process +globalThis alias +(0.3.8), -globalThis alias -(0.3.8) +process @@ -675,4 +674,3 @@
- diff -r bda080989b6c -r b6f9da728570 xml/ru/docs/njs/compatibility.xml --- a/xml/ru/docs/njs/compatibility.xml Wed Jan 22 13:10:07 2020 +0300 +++ b/xml/ru/docs/njs/compatibility.xml Thu Jan 23 18:19:29 2020 +0000 @@ -178,10 +178,8 @@ - Методы String: - @@ -296,7 +294,6 @@ - Методы экземпляра класса Object: @@ -365,6 +362,8 @@ ES6: +copyWithin +(0.3.7), fill, find, findIndex @@ -407,13 +406,13 @@ ES6: +Int8Array, Uint8Array, -Int8Array, Uint8ClampedArray, +Int16Array, Uint16Array, -Int16Array, +Int32Array, Uint32Array, -Int32Array, Float32Array, Float64Array @@ -427,12 +426,12 @@ ES6: +copyWithin, +fill, +join, set, slice, subarray, -copyWithin, -fill, -join, toString @@ -445,8 +444,8 @@ ES6: -resolve, -reject +reject, +resolve @@ -458,9 +457,9 @@ ES6: -then, catch, -finally +finally, +then @@ -622,9 +621,9 @@ Методы File system: fs.appendFileSync, fs.readFileSync, -fs.writeFileSync, fs.renameSync -(0.3.4) +(0.3.4), +fs.writeFileSync @@ -658,12 +657,12 @@ -process +псевдоним globalThis +(0.3.8), -псевдоним globalThis -(0.3.8) +process @@ -676,4 +675,3 @@ -