ruanyf
|
95d62ea56c
|
docs(string-methods): refact String.raw()
|
2019-06-17 15:28:34 +08:00 |
|
Ruan YiFeng
|
5a773c8c81
|
Merge pull request #869 from PanJiaChen/gh-pages
docs(async): refine sleep
|
2019-06-12 15:17:11 +08:00 |
|
Pan
|
e7000d6368
|
docs(async): refine sleep
|
2019-06-12 00:19:46 +08:00 |
|
ruanyf
|
50ec743b29
|
docs(async): edit slepp()
|
2019-06-11 14:03:19 +08:00 |
|
ruanyf
|
db8b9171ae
|
docs(async): add slepp()
|
2019-06-11 11:13:11 +08:00 |
|
ruanyf
|
b08e47e674
|
docs(array): fixed #868
|
2019-06-09 23:06:55 +08:00 |
|
ruanyf
|
c00389ae77
|
docs(async): add top-level await
|
2019-06-08 14:50:08 +08:00 |
|
ruanyf
|
98e3bcb2df
|
docs: edit async-iterator
|
2019-06-08 13:05:53 +08:00 |
|
ruanyf
|
6545088030
|
docs: 异步遍历器独立成一章
|
2019-06-08 02:20:08 +08:00 |
|
Ruan YiFeng
|
9aff05e0e7
|
Merge pull request #864 from wheatma/gh-pages
docs(reflect): 🎨fix format
|
2019-05-30 13:53:33 +08:00 |
|
maguowei
|
77e862e6e3
|
docs(reflect): 🎨fix format
|
2019-05-30 10:08:33 +08:00 |
|
Ruan YiFeng
|
40b7a92924
|
Merge pull request #863 from Himself65/gh-pages
docs: fix lint
|
2019-05-30 01:19:20 +08:00 |
|
扩散性百万甜面包
|
66e1b41b50
|
docs: fix lint
|
2019-05-29 23:56:43 +08:00 |
|
Ruan YiFeng
|
382807185e
|
Merge pull request #860 from waitingsong/arraybuffer
docs(arrayBuffer): 更新排版相关
|
2019-05-26 21:08:34 +08:00 |
|
ruanyf
|
0a5db0d02a
|
docs(string-methods): edit
|
2019-05-26 20:41:20 +08:00 |
|
Ruan YiFeng
|
424d5e45af
|
Merge pull request #859 from waitingsong/string-methods
docs(string): 增加对于多字节 UTF-16 字符元素展开方法例子
|
2019-05-26 20:33:56 +08:00 |
|
waiting
|
f285f0dcad
|
docs(arrayBuffer): 调整语句组织形式提高易读性
- 本段落主题为 `TypedArray.prototype.length`,段内语句保持主语一致为 `length` 可保持语句通顺性,提高理解速度
- `前者` 既指代文前的 `length` 也契合下方代码中在前的 `a.length` 语句,承上启下让这一段落的文字和代码有机地组合
|
2019-05-26 16:43:16 +08:00 |
|
waiting
|
2ae7225df1
|
docs(arrayBuffer): 列表根据首字母排序
|
2019-05-26 16:19:18 +08:00 |
|
waiting
|
7bc3ca6b7a
|
docs(arrayBuffer): 列表添加内部跳转链接
|
2019-05-26 16:15:05 +08:00 |
|
ruanyf
|
fe02a92ccc
|
docs(arraybuffer): edit arraybuffer
|
2019-05-26 15:36:37 +08:00 |
|
Ruan YiFeng
|
06ee0bbc19
|
Merge pull request #858 from waitingsong/arraybuffer
docs(arrayBuffer): 更新 ArrayBuffer/字符串 相互转换函数,支持多语言及多编码
|
2019-05-26 15:20:13 +08:00 |
|
waiting
|
aebcc496ee
|
docs(string): 增加对于多字节 UTF-16 字符元素展开方法例子
v8 7.2 引擎的 spread 展开运算性能比 for-of 更高
ref: https://v8.js.cn/blog/spread-elements/
|
2019-05-25 17:30:16 +08:00 |
|
waiting
|
b9349b144d
|
docs(arrayBuffer): 更新 ArrayBuffer/字符串 相互转换函数,支持多语言及多编码
1. 原方法对于非 Unicode BMP 基本平面字符支持不理想。改为使用实验性 TextEncoder/TextDecoder 接口实现。
2. 浏览器支持列表见函数备注
3. Node.js v8.3 开始在 util 对象下实现接口,v11 开始提供全局接口
4. 函数名使用 ab (而非 buf)代表 ArrayBuffer ,避免与 Node.js 的 Buffer (Uint8Array的一个扩展)混淆
5. 虽然是 ECMA js 文档,考虑到 TypeScript 日益壮大,并且函数签名更利于文档规范化,故以带有类型的 TypeScript 代码展示
|
2019-05-23 20:52:58 +08:00 |
|
ruanyf
|
dd69d69cc4
|
docs(number): fix #856
|
2019-05-19 00:06:01 +08:00 |
|
bigbird231
|
24d4ba6ed2
|
Update promise.md
|
2019-05-13 20:12:36 +08:00 |
|
bigbird231
|
b5a1e6c72a
|
Merge pull request #2 from ruanyf/gh-pages
merge
|
2019-05-13 20:12:02 +08:00 |
|
ruanyf
|
7518f7b12d
|
docs(class-extends): fix #854
|
2019-05-13 17:24:27 +08:00 |
|
bigbird231
|
6a875a827c
|
Update promise.md
|
2019-05-10 19:03:50 +08:00 |
|
Ruan YiFeng
|
62b5147d21
|
Merge pull request #850 from wfzong/patch-3
Symble toString 修改为函数执行
|
2019-05-08 07:34:09 -07:00 |
|
ruanyf
|
62fc400d6f
|
docs(reflect): refact text
|
2019-05-08 22:31:09 +08:00 |
|
Ruan YiFeng
|
f0121e8b9f
|
Merge pull request #849 from bigbird231/gh-pages
Reflect章节细节补充
|
2019-05-08 07:27:00 -07:00 |
|
王福宗
|
0f214662ca
|
Symble toString 修改为函数执行
|
2019-05-08 18:42:07 +08:00 |
|
bigbird231
|
16ecbb938d
|
Update destructuring.md
|
2019-05-08 12:49:04 +08:00 |
|
bigbird231
|
aaf0750fd4
|
Update let.md
|
2019-05-08 12:48:31 +08:00 |
|
bigbird231
|
7bad01cae6
|
Update reflect.md
|
2019-05-08 12:40:17 +08:00 |
|
bigbird231
|
584ee0dc47
|
Update reflect.md
|
2019-05-08 12:24:18 +08:00 |
|
bigbird231
|
abc7310f11
|
Update reflect.md
|
2019-05-08 12:05:03 +08:00 |
|
bigbird231
|
8c9f2e4ef0
|
Merge pull request #1 from ruanyf/gh-pages
merge
|
2019-05-08 11:49:46 +08:00 |
|
ruanyf
|
d2e69f0e3e
|
docs(generator): edit yield*
|
2019-05-03 11:22:32 +08:00 |
|
ruanyf
|
bb828d8b63
|
docs(array): edit spread #846
|
2019-04-28 23:07:10 +08:00 |
|
ruanyf
|
a4956cb858
|
docs(let): edit globalThis
|
2019-04-24 16:55:44 +08:00 |
|
ruanyf
|
f924f1b4a2
|
docs(string): add JSON.stringify()
|
2019-04-23 14:55:14 +08:00 |
|
ruanyf
|
14a4724b85
|
docs: add string-methods
|
2019-04-23 14:20:50 +08:00 |
|
ruanyf
|
dec326eba2
|
docs(symbol): add description
|
2019-04-23 13:47:17 +08:00 |
|
ruanyf
|
dca90708ac
|
docs(string): add trimStart()/trimEnd()
|
2019-04-22 15:26:28 +08:00 |
|
ruanyf
|
c572b57c27
|
docs(string): add trimStart()/trimEnd()
|
2019-04-22 15:24:36 +08:00 |
|
ruanyf
|
93f7e23e22
|
docs(proposals): edit JSON superset
|
2019-04-22 15:01:23 +08:00 |
|
ruanyf
|
c703df344a
|
docs(let): edit 块级作用域
|
2019-04-22 13:20:53 +08:00 |
|
bigbird231
|
9c01ac75a7
|
Update let.md
|
2019-04-18 18:42:07 +08:00 |
|
bigbird231
|
bd2840d8ac
|
Update destructuring.md
|
2019-04-18 18:24:22 +08:00 |
|