推出啦:「Node v8.9.0 (LTS)」,另外可以看「NEWS: Node.js 8 Moves into Long-Term Support and Node.js 9 Becomes the New Current Release Line」這篇。
從 6 到 8 多了 async & await (ES7),應該會是對整個生態系改變最大的功能了,可以預期會有一堆人濫用... XD
剛剛測 n 的 lts
參數發現還沒更新,先用 n 8.9.0
換上去...
幹壞事是進步最大的原動力
推出啦:「Node v8.9.0 (LTS)」,另外可以看「NEWS: Node.js 8 Moves into Long-Term Support and Node.js 9 Becomes the New Current Release Line」這篇。
從 6 到 8 多了 async & await (ES7),應該會是對整個生態系改變最大的功能了,可以預期會有一堆人濫用... XD
剛剛測 n 的 lts
參數發現還沒更新,先用 n 8.9.0
換上去...
AWS Lambda 總算是支援 Node.js 6.10 了:「AWS Lambda Supports Node.js v6.10」。不過 6 還是沒有原生的 async
/await
,目前的 7 才有... 還是要靠 module 支援。
繼續用 Python 2.7 寫... @_@