# HG changeset patch # User Yaroslav Zhuravlev # Date 1540838609 -10800 # Node ID 6426814f9373a008e2b3baa36511c8c45726c6a8 # Parent cd1b2611188478911899347ec83d91f6582de149 Added padStart/padEnd, removed fs.read/write/appendFile in njs Compatibility. diff -r cd1b26111884 -r 6426814f9373 xml/en/docs/njs/compatibility.xml --- a/xml/en/docs/njs/compatibility.xml Mon Oct 29 21:36:11 2018 +0300 +++ b/xml/en/docs/njs/compatibility.xml Mon Oct 29 21:43:29 2018 +0300 @@ -9,7 +9,7 @@
+ rev="4">
@@ -87,6 +87,12 @@ +ES8: +padStart, +padEnd + + + non-standard: bytesFrom (0.2.3) fromUTF8, @@ -200,11 +206,8 @@ Node.js style File system methods: -fs.readFile, fs.readFileSync, -fs.appendFile, fs.appendFileSync, -fs.writeFile, fs.writeFileSync diff -r cd1b26111884 -r 6426814f9373 xml/ru/docs/njs/compatibility.xml --- a/xml/ru/docs/njs/compatibility.xml Mon Oct 29 21:36:11 2018 +0300 +++ b/xml/ru/docs/njs/compatibility.xml Mon Oct 29 21:43:29 2018 +0300 @@ -9,7 +9,7 @@
+ rev="4">
@@ -87,6 +87,12 @@ +ES8: +padStart, +padEnd + + + нестандартные: bytesFrom (0.2.3) fromUTF8, @@ -201,11 +207,8 @@ Методы File system стиль Node.js: -fs.readFile, fs.readFileSync, -fs.appendFile, fs.appendFileSync, -fs.writeFile, fs.writeFileSync