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
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
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
CosSalt
b2e5add5d0
书写错误
...
Infinite 应为 Infinity
2018-08-22 22:29:31 +08:00
CosSalt
3e8c8bf6e9
书写错误
...
用全局搜索又发现了两个BigInt书写错误
2018-08-22 15:15:51 +08:00
CosSalt
14704db399
修改错误
...
书写错误,BigInt写成了BitInt
2018-08-22 01:10:13 +08:00
Jing Ma
a4b782b48a
Fixed minor typo of Global Object Map
...
Instead of `Maps`
2018-08-16 12:06:35 +08:00
ruanyf
677621fe33
docs(string): delete String.prototype.at() #736
2018-08-15 12:01:57 +08:00
ruanyf
4c30a12b4e
docs(proxy): fix deleteProperty #733
2018-08-14 15:00:14 +08:00
ruanyf
2bc6ef1a34
docs(array): add flat(), flatMap()
2018-08-05 21:28:16 +08:00
ruanyf
d89de23e1d
docs(string): edit template function
2018-07-30 21:21:38 +08:00
leolcy
e423f4967f
语法错误
...
// reduce方法
[1,,2].reduce((x,y) => return x+y) // 3
修改后
[1,,2].reduce((x,y) => x+y) // 3
2018-07-24 18:10:53 +08:00
ruanyf
86b5a9c33f
docs(let): fix const #720
2018-07-17 21:45:13 +08:00
ruanyf
420a9f76f8
docs(let): fix const #720
2018-07-17 21:42:52 +08:00
ruanyf
0fe548fd2b
docs(let): edit const #720
2018-07-17 12:25:38 +08:00
hanty
94024df0f1
Update async.md
2018-07-11 14:46:51 +08:00
ruanyf
a46664f54a
docs(iterator): fix return()
2018-07-06 10:36:01 +08:00
ruanyf
d4c8df426a
docs(class-extends): fix super() #711
2018-07-06 10:32:43 +08:00
Shaoyao·琚
efafe678d1
Update module.md
...
修正描述
2018-07-04 08:11:26 +02:00
ruanyf
e85f4dd15a
docs(iterator): edit return() #708
2018-07-02 14:16:27 +08:00
ruanyf
3c44084f4b
docs(class-extends): 删除 class X extends null 的讨论
2018-06-25 12:26:32 +08:00
Ruan YiFeng
b88434100d
Merge pull request #701 from favefan/patch-1
...
word change.
2018-06-21 17:01:41 +08:00
ruanyf
83bad90346
docs: edit class-extends
2018-06-21 16:57:09 +08:00
ruanyf
19e1974afe
docs: edit class-extends
2018-06-21 16:40:25 +08:00
favefan
e4351e2a70
word change.
2018-06-21 09:28:48 +08:00
snow212-cn
6583714f3b
Update object.md
...
这两段不知所云的英文插进代码段要干什么
2018-06-07 22:34:19 +08:00
ruanyf
cdc7e48d93
docs(array): edit spread operator #694
2018-06-05 16:48:43 +08:00
ruanyf
688ca45e6f
docs(Reflect): fix Reflect.setPrototypeOf #693
2018-06-05 13:33:35 +08:00
ruanyf
0f536b7217
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2018-06-04 11:13:17 +08:00
ruanyf
42e06a84d9
docs(reference): edit reference
2018-06-04 11:12:30 +08:00
shenzhim
dfd5c0ac0e
@std/esm 已经deprecated,改为esm
2018-05-31 19:30:36 +08:00
taxilng
54eba0dc17
Update symbol.md
...
demo不能在游览器上直接运行,故修改下;
2018-05-24 10:30:28 +08:00
taxilng
4f5db47055
Update object.md
...
__proto__属性:第一个例子,注释,ES5,ES6写反了
2018-05-22 14:30:21 +08:00
ruanyf
76b6bce980
docs(generator): edit generator
2018-05-22 12:34:53 +08:00
ruanyf
37cf4844db
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2018-05-22 12:20:10 +08:00