--課程更新通知--
這堂課去年我們有辦過團購,有上過的人都給了不錯的評價,今天收到 Wes bos 的更新通知,涵蓋了 ES7/ES2016 有購買的人都可以免費更新
更新內容如下
Here are the new videos. #49 is updated for Babel 7 and replaces the use of babel-preset-es2015 with the autoprefixer-like babel-preset-env preset.
49 - All About Babel + npm scripts
67 - Async Await - Native Promises Review
68 - Async Await - Custom Promises Review
69 - All About Async + Await
70 - Async + Await Error Handling Approaches
71 - Waiting on Multiple Promises
72 - Promisifying Older Callback Based Functions
73 - A look ahead at Class Properties
74 - padStart and padEnd
75 - ES7 Exponential Operator
76 - Function Arguments Trailing Comma
77 - Object.entries() and Object.keys()
https://softnshare.wordpress.com/…/…/31/es6foreveroneupdate/
「@babel/preset-env」的推薦目錄:
- 關於@babel/preset-env 在 軟體開發學習資訊分享 Facebook 的最讚貼文
- 關於@babel/preset-env 在 babel/babel-preset-env: PSA: this repo has been moved into ... 的評價
- 關於@babel/preset-env 在 confused with babel preset configs between @babel/env and ... 的評價
- 關於@babel/preset-env 在 babel中的preset-env | jsweibo 的評價
- 關於@babel/preset-env 在 Henry Zhu: The Future of Babel with babel-preset-env 的評價
@babel/preset-env 在 babel中的preset-env | jsweibo 的推薦與評價
当 @babel/preset-env 的 targets 属性或 ignoreBrowserslistConfig 属性未配置时,才会读取 .browserslistrc 文件。 示例:. learn_babel/ ... ... <看更多>
@babel/preset-env 在 babel/babel-preset-env: PSA: this repo has been moved into ... 的推薦與評價
A Babel preset that compiles ES2015+ down to ES5 by automatically determining the Babel plugins and polyfills you need based on your targeted browser or runtime ... ... <看更多>