1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

83 Commits

Author SHA1 Message Date
ruanyf
4e40582916 docs(module): fixed #1157 2023-06-15 13:18:56 +08:00
ruanyf
406ba6da6d docs(module): fix import.meta typo 2022-10-23 15:12:22 +08:00
ruanyf
7f1acfe29b docs(module): move import.meta from proposals to module 2022-10-23 15:00:04 +08:00
ruanyf
ef7033411b docs(module): edit import() 2022-05-29 15:18:40 +08:00
ruanyf
04dddb2d7c docs: fix wangdoc-es6 #4 2020-11-01 01:33:11 +08:00
ruanyf
2e082a3343 docs(module): fix module suffix 2020-10-23 22:20:10 +08:00
suzhongping
e11dc14db1
Update module.md
lowercase "readfile"
2020-04-24 14:04:25 +08:00
ruanyf
03c9e345a7 docs(module): update es2020 2020-04-03 20:45:39 +08:00
ruanyf
e28d4087c5 docs: update es2020 2019-12-25 15:31:47 +08:00
ruanyf
69cae47007 docs: update ES2020 2019-12-25 15:24:51 +08:00
cyan
6040c3557a 改正语序 2019-09-05 17:30:15 +08:00
扩散性百万甜面包
66e1b41b50
docs: fix lint 2019-05-29 23:56:43 +08:00
zz
13f696e43b
Update module.md
这里有歧义。输出时已经each方法改写成forEach:'export { each as forEach }',import时只需要引入forEach即可,不需要再import { each as forEach } from 'lodash'。如果你import的as表示的是export中的第二个export,那实际上第三个的export就不需要写了
2018-11-06 06:21:49 -06:00
Shaoyao·琚
efafe678d1
Update module.md
修正描述
2018-07-04 08:11:26 +02:00
ruanyf
58767f55b2 docs(async): edit async 2018-05-09 11:26:52 +08:00
ruanyf
5d16ab071f docs(module): edit import() 2018-04-09 10:47:22 +08:00
ruanyf
a3a76e79e2 docs(class-extends): fix super 2018-03-15 14:32:21 +08:00
ruanyf
5d5f588899 docs(module): edit export和import 混合写法 2018-01-28 13:02:07 +08:00
Zheeeng
c1b0b3f510
Update module.md 2018-01-28 11:14:33 +08:00
ruanyf
cef2b36a82 docs(module): 加入 import 命令的只读性 #595 2018-01-28 09:24:08 +08:00
ruanyf
bf1914497b docs(module): fix import script suffix 2018-01-11 14:27:31 +08:00
zhangbao
686fb84a32
docs(module): 修改句式
较为清楚地表达意思。
2018-01-01 21:56:43 +08:00
Ika
e8fdb00040 docs: consistent style 2017-11-12 18:01:54 +08:00
waiting
ea98bdafa5
docs: 变量名改为习惯用法
xxx这种名称偏向于口语化,适用于不严格的使用环境。 开发常用的约定俗称的随机名是 foo, bar, baz 等等
2017-10-29 16:40:55 +08:00
Fifthwolf
afbc6f1f48 Update module.md 2017-08-19 17:45:01 +08:00
Jacty
2dbd318fce Update module.md 2017-07-13 13:26:35 +08:00
ruanyf
44fadd4268 docs(module): edit module 2017-07-09 19:50:06 +08:00
ruanyf
b9bd59dbe2 docs(module): edit import() 2017-07-02 17:26:56 +08:00
ruanyf
1a146ddb3e docs(module): edit module 2017-06-30 16:21:35 +08:00
Cody Chan
9a16eba579 Fix typo 2017-06-06 00:34:50 +08:00
ruanyf
2da8eac664 docs(module): edit import() 2017-02-14 07:32:28 +08:00
ruanyf
c4ee209c88 docs(module): edit Module 2017-02-13 00:30:49 +08:00
ruanyf
9ed5c759e9 docs(module): 拆分《Module》一章 2017-02-13 00:25:47 +08:00
ruanyf
4635e4598c docs(arrayBuffer): edit sharedArrayBuffer 2017-02-05 18:56:13 +08:00
ruanyf
4bf719ef8f docs(module): add Node 加载 ES6 模块 2017-02-02 08:54:35 +08:00
ruanyf
b08cb1329f docs(module): edit module 2017-01-15 19:57:14 +08:00
Eamonn
6f120e1212 Update module.md 2016-12-25 17:11:39 +08:00
hyjiacan
a6ece9cfa3 Update module.md
拼写错误
2016-12-20 09:03:01 +08:00
ruanyf
51f3119ef6 docs(module): edit module 2016-12-06 12:56:38 +08:00
ruanyf
c9df99c2f7 docs(module): edit module 2016-12-06 12:47:50 +08:00
ruanyf
e26aa6be60 docs(module): edit module 2016-12-05 23:02:53 +08:00
ruanyf
166d092f23 docs(module): edit module 2016-12-05 22:45:42 +08:00
ruanyf
50e2648405 docs(module): edit module 2016-12-05 22:43:42 +08:00
ruanyf
28050a9db7 docs(modual): add import() 2016-12-04 10:09:20 +08:00
kiyonlin
55f37af4fc Update module.md
拼写错误
2016-11-11 16:21:33 +08:00
ruanyf
4c8c37c863 docs(module): edit SystemJS 2016-07-19 09:35:20 +08:00
ruanyf
2755c1809d docs(module): 增加浏览器的模块使用方法 2016-06-11 20:38:39 +08:00
ruanyf
1764e48fdf Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2016-05-19 23:25:43 +08:00
ruanyf
f8eaa77091 doc(module): ES6模块的循环加载 2016-05-19 23:25:29 +08:00
Xcat Liu
0dd87edc44 Fix coding style in docs/module.md 2016-05-18 17:07:03 +08:00