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

1818 Commits

Author SHA1 Message Date
ruanyf
b563fcb929 docs(set): edit set 2018-12-31 18:00:47 +08:00
ruanyf
f6199af2f6 docs(async): fix async #787 2018-12-27 16:38:21 +08:00
ruanyf
52bca44c4c docs(object): edit spread operator 2018-12-26 11:33:44 +08:00
ruanyf
7397a7ad6a docs(reference): fix outdated link #784 2018-12-18 05:37:50 +08:00
ruanyf
d88f89e6b6 docs(class): edit 实例属性的新写法 2018-12-17 00:05:35 +08:00
ruanyf
5eaed7109e docs(class): edit 实例属性的新写法 2018-12-17 00:02:56 +08:00
ruanyf
963008d7c9 docs(class): 重新调整结构 2018-12-16 23:15:31 +08:00
ruanyf
6b74886920 docs: edit async 2018-12-05 13:49:30 +08:00
Ruan YiFeng
6914670a90
Merge pull request #779 from Hencky/object-methods
update object-methods
2018-11-28 13:39:33 +08:00
Hencky2018
e612f0a8b0 update object-methods 2018-11-25 21:23:49 +08:00
Ruan YiFeng
313d501ac3
Merge pull request #778 from new9xgh/hotfix/update-text
完善代码引用段标识
2018-11-25 18:11:17 +08:00
new9xgh
a77e997910 update text 2018-11-25 15:46:11 +08:00
Ruan YiFeng
4674eb12e2
Merge pull request #776 from new9xgh/hofix/update-reflect
update reflect
2018-11-24 21:28:21 +08:00
Ruan YiFeng
840e7ee3a6
Merge pull request #774 from Hencky/addlet
add let
2018-11-24 21:22:20 +08:00
ruanyf
ecd868e5bc docs(async): edit await 2018-11-23 22:58:25 +08:00
new9xgh
bdc65fb29d update reflect 2018-11-22 14:23:18 +08:00
Hencky2018
c04151cde4 add let 2018-11-22 11:30:44 +08:00
Ruan YiFeng
4e13461d83
Merge pull request #772 from new9xgh/hotfix/update-proxy
update proxy
2018-11-21 17:47:50 +08:00
new9xgh
1747317cac fix the word 2018-11-21 11:20:48 +08:00
new9xgh
0d58e714ce 1.完善报错内容。
2.preventExtensions介绍中,统一代码与描述所用的变量。
3.preventExtensions介绍中,修改代码示例:Object.preventExtensions()方法返回值输出内容。
4.修改“目标对象是不可扩展”括号相关描述中non-extensible 与 extensible的内容
2018-11-21 11:09:24 +08:00
何智权
5e71c78b5b
Merge pull request #1 from ruanyf/gh-pages
merge
2018-11-21 09:54:41 +08:00
Ruan YiFeng
8eb7a69fd6
Merge pull request #771 from new9xgh/hotfix/update-array
书写错误
2018-11-19 17:04:20 +08:00
new9xgh
188d9b3af1 fix 书写错误 2018-11-19 00:16:26 +08:00
ruanyf
44b4886759 docs(generator): fix finally #770 2018-11-17 23:54:50 +08:00
ruanyf
13efdcb591 docs(string): fix padStart #769 2018-11-16 13:26:09 +08:00
ruanyf
dac4476a95 docs(string): fix padStart #769 2018-11-15 18:47:59 +08:00
Ruan YiFeng
35ccfcac14
Merge pull request #768 from Ju2ender/gh-pages
Update the link of ECMAScript 6 compatibility table
2018-11-12 15:41:52 +08:00
Ju2ender
dbcf68196f Remove the protocol, keep the style unified. 2018-11-11 16:19:58 +08:00
ruanyf
7532a1704a docs(proposals): edit BigInt 2018-11-11 16:16:38 +08:00
Ju2ender
d60074abf8 Update the link of ECMAScript 6 compatibility table. 2018-11-11 16:14:50 +08:00
ruanyf
6a10936d64 docs(object): edit 扩展运算符 2018-11-10 17:59:52 +08:00
ruanyf
b48ce465ba docs(object): add Object.fromEntries 2018-11-10 13:14:52 +08:00
ruanyf
7a151448f7 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-11-10 11:36:32 +08:00
ruanyf
a0dab18d36 docs: object 一章拆分 2018-11-10 11:36:10 +08:00
Ruan YiFeng
95b157e8e1
Merge pull request #767 from cutPicturesMan/patch-1
Update module.md
2018-11-08 17:00:32 +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
ruanyf
8a0f97459f docs(proxy): edit set() #765 2018-11-03 20:27:43 +08:00
ruanyf
6301c90a99 docs(regex): fix 具名组匹配 2018-10-18 19:59:33 +08:00
ruanyf
bad0552112 docs(async): fix await #752 2018-10-07 23:18:19 +08:00
ruanyf
a67b5782e7 docs(function): edit arrow function 2018-09-29 23:01:38 +08:00
ruanyf
99dd289cec docs: edit TypedArray/SharedArrayBuffer 2018-09-24 12:39:09 +08:00
ruanyf
f8ac3ec2ae Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2018-09-08 22:20:47 +08:00
ruanyf
16b56f7005 docs(arraybuffer): fix arraybuffay 2018-09-08 22:20:26 +08:00
Ruan YiFeng
024ff64939
Merge pull request #745 from Maecenas/patch-1
Update style.md
2018-09-08 21:04:59 +08:00
Maecenas Li
f7ea5af44d
Update style.md
Remove redundant quotes
2018-09-07 15:52:33 +08:00
ruanyf
283b571650 docs(class): edit 私有属性 2018-08-31 17:51:19 +08:00
ruanyf
bfd962c55f docs(number): 补充指数运算符 2018-08-30 13:00:50 +08:00
ruanyf
37d9896f96 docs(array): fix flatMap 2018-08-30 12:19:18 +08:00
Ruan YiFeng
50e3e4c53d
Merge pull request #741 from CosSalt/patch-4
书写错误
2018-08-23 11:49:59 +08:00
Ruan YiFeng
a0b9606b49
Merge pull request #740 from CosSalt/patch-3
书写错误
2018-08-23 11:41:23 +08:00