We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import()
在 ~/.bashrc 或者 ~/.bash_profile 里配:
~/.bashrc
~/.bash_profile
PATH=$PATH:./node_modules/.bin
<script nomodules ...> <script type="modules" ...>
<script type=module>
.babrlrc.js
fs.copyFile
console.group()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
早报 @ 2017.9.30
早报 @ 2017.9.29
早报 @ 2017.9.28
早报 @ 2017.9.27
import()
,用于按需加载 es 模块。https://twitter.com/addyosmani/status/912556308649304064早报 @ 2017.9.26
早报 @ 2017.9.25
在
~/.bashrc
或者~/.bash_profile
里配:PATH=$PATH:./node_modules/.bin
早报 @ 2017.9.20
早报 @ 2017.9.19
早报 @ 2017.9.18
早报 @ 2017.9.15
早报 @ 2017.9.14
<script type=module>
引入。隐隐感觉这功能会带来调试和打包工具的革新。https://www.chromestatus.com/feature/5365692190687232,https://paulirish.github.io/es-modules-todomvc/.babrlrc.js
配置、移除 babel 自身的 babel-runtime 依赖以减少安装尺寸、Deprecate ES20xx presets,推荐用 babel-preset-env 等等。https://babeljs.io/blog/2017/09/12/planning-for-7.0fs.copyFile
、console.group()
、正式支持 ES Module 等。https://nodejs.org/en/blog/release/v8.5.0/早报 @ 2017.9.13
早报 @ 2017.9.12
早报 @ 2017.9.8
早报 @ 2017.9.7
The text was updated successfully, but these errors were encountered: