Skip to content

Commit

Permalink
fix ecomfe#24
Browse files Browse the repository at this point in the history
  • Loading branch information
erik168 committed Nov 18, 2015
1 parent f531d49 commit d8360af
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions es-next-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@




## 2 代码风格


Expand Down Expand Up @@ -1149,12 +1150,6 @@ ES标准的制定还在不断进行中,各种环境对语言特性的支持也
添加`--modules amd`参数即可。


#### [建议] 使用 `loose` 生成更小、性能更高的代码。

解释:

使用`--loose all`将生成更直观、性能更高的代码,在绝大多数场景下能较好运行,但是生成代码与源代码的逻辑并不完全一致(如属性的可访问性)。具体请参照[loose文档](https://github.com/babel/babel.github.io/blob/5.0.0/docs/usage/loose.md)


#### [建议] 使用 `external-helpers` 减少生成文件的大小。

Expand Down

0 comments on commit d8360af

Please sign in to comment.