Commit Graph
1491 Commits
Author SHA1 Message Date
ruanyf c2d1792c62 docs(set-map): edit WeakMap 2020-09-23 01:15:20 +08:00
ruanyf 6ff7cb8a2f docs(class): fix private property 2020-09-17 14:18:50 +08:00
ruanyf 746a9188b6 docs(proxy): edit construct() 2020-09-16 09:13:54 +08:00
chuaandGitHub 48e318b12b Update proxy.md
this问题中添加对handler.construct钩子函数中this的描述
2020-09-15 21:11:55 +08:00
chuaandGitHub 9f1f925fc1 Update proxy.md
添加handler.construct中对于this的描述
2020-09-15 21:02:41 +08:00
ruanyf 10defdbcac docs(async): fix typo 2020-09-15 20:23:25 +08:00
Ruan YiFengandGitHub 8a5b57058d Merge pull request #1008 from jacty/patch-1
优化了 async 函数内部报错会导致 Promise 对象变为`reject`状态的例子
2020-09-15 17:17:25 +08:00
Ruan YiFengandGitHub 841eebb2a1 Merge pull request #1007 from careteenL/patch-1
docs(decorator): 修改函数提升时代码实际执行顺序
2020-09-15 17:12:48 +08:00
ruanyf 0f1acd319a docs(iterable): fix typo 2020-09-15 11:36:32 +08:00
ruanyf f81d202a09 docs(proxy): fix constrct() 2020-09-15 11:11:57 +08:00
JactyandGitHub c432253193 优化了 async 函数内部报错会导致 Promise 对象变为reject状态的例子
原来的例子并不能很明显的表示打印的内容来自于 reject 的回调。
2020-09-13 01:11:40 +08:00
CareteenandGitHub 6dc250f739 docs(decorator): 修改函数提升时代码实际执行顺序 2020-09-12 17:45:34 +08:00
ruanyf 50b25c1a64 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2020-09-10 21:33:08 +08:00
ruanyf d4952d6d79 docs(module-loader): fix typo 2020-09-10 21:24:39 +08:00
Ruan YiFengandGitHub 04ff59288a Merge pull request #1006 from hehe1111/patch-1
(docs): fix typo
2020-09-10 21:14:06 +08:00
ruanyf 76fc255da4 docs(promise): edit Promise.reject() 2020-09-10 20:53:57 +08:00
hehe1111andGitHub 2f76a9f55f (docs): fix typo 2020-09-09 11:29:06 +08:00
ruanyf 4e14b40bfc docs(object): fix #1004 2020-09-02 00:53:32 +08:00
ruanyf adb49644ad docs(module-loader): fix typo 2020-08-29 11:24:38 +08:00
ruanyf 2613635b77 docs(module-loader): fix typo 2020-08-20 20:26:45 +08:00
ruanyf a841acdca5 docs(module-loader): fix typo 2020-08-20 16:36:45 +08:00
ruanyf 7b8c0632f6 docs(module-loader): edit 同时支持两种格式的模块 2020-08-20 14:19:23 +08:00
ruanyf 09accf90d9 docs(module-loader): fix typo 2020-08-19 21:03:52 +08:00
ruanyf 266199c2d2 docs(module-loader): edit Node.js 的模块加载 2020-08-19 20:51:55 +08:00
ruanyf e78513744c docs(let): fix #1001 2020-08-06 19:56:54 +08:00
ruanyf 064ee65efc docs(object-methods): edit Object.assign() 2020-07-08 00:37:57 +08:00
ruanyf 4425866c10 docs(object): edit null 判断运算符 2020-07-08 00:19:02 +08:00
ruanyf d59b30173d docs(number): edit BigInt 2020-07-07 07:47:01 +08:00
ruanyf 0219f20c07 docs(object): edit 链判断运算符 ?. 2020-06-21 19:58:46 +08:00
ruanyf f0a92d5ff0 docs(regex): fixed matchall() #992 2020-06-12 17:42:44 +08:00
ruanyf 323e9620a7 docs(set): fix #991 2020-05-31 20:17:06 +08:00
Ruan YiFengandGitHub 18e372d162 Merge pull request #982 from chenweitech/patch-1
docs:完善Reflect.ownkeys()方法的描述
2020-05-14 11:50:13 +08:00
ruanyf 6f59bc38e1 docs(proxy): edit defineProperty 2020-05-13 13:35:10 +08:00
Ricardo ChanandGitHub 2f908a58ba 完善Reflect.ownkeys()方法的描述
```
Reflect.ownKeys(target)
Returns an array of the target object's own (not inherited) property keys.
```
Refrence: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect
2020-05-08 15:20:46 +08:00
suzhongpingandGitHub e11dc14db1 Update module.md
lowercase "readfile"
2020-04-24 14:04:25 +08:00
Ruan YiFengandGitHub 38963f7dfb Merge pull request #971 from waitingsong/shell-exec
fix(proposals): shell exec style
2020-04-09 14:22:58 +08:00
ruanyf 7076dd5e4c docs(math): fix #973 2020-04-09 14:15:26 +08:00
waiting 1474f82f17 fix(proposals): shell exec style
Executing file directly must start with (absolute/relative) path under Linux
2020-04-07 10:27:28 +08:00
ruanyf ac50325b6e docs: edit Promise 2020-04-07 01:22:55 +08:00
ruanyf 0849a77220 Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages 2020-04-03 20:46:18 +08:00
ruanyf 03c9e345a7 docs(module): update es2020 2020-04-03 20:45:39 +08:00
zhangbaoandGitHub 73320217c2 统一“抽象操作的运行流程”的描述
修改了两处:

1)步骤描述

`ReturnIfAbrupt(result)`  应该描述为:

> 1. If result is an abrupt completion, return result.
> 2. Set result to result.[[Value]]

而非

> 1. If resultCompletionRecord is an abrupt completion, return resultCompletionRecord.
> 2. Let result be resultCompletionRecord.[[Value]].

改写之后,方便简写前后的对照,而不至于对不上号。

另外,第一步也修改为:Let result be AbstractOp()

“Set result to result.[[Value]]”的写法参考了这里的:https://v8.dev/blog/understanding-ecmascript-part-1#completion-records

2) 简化了步骤之后的文字描述
2020-03-31 10:43:21 +08:00
ruanyf 8b4db430af docs: edit object-methods 2020-03-30 15:02:12 +08:00
linmiiandGitHub 31ab7b10d2 去除多余文字
去除多余文字
2020-03-24 09:28:01 +08:00
ruanyf cd0310c978 docs(object): 修改扩展运算符自动执行取值函数 get 的例子 2020-03-23 20:19:08 +08:00
Ruan YiFengandGitHub 491f6f04cf Merge pull request #962 from linmii/patch-1
修复表述错误
2020-03-23 19:59:59 +08:00
ruanyf f71a2cefea docs(number): fix #965 2020-03-23 19:57:55 +08:00
KidandGitHub 2061ad9533 修正 exec() 拼写 2020-03-22 21:00:07 +08:00
linmiiandGitHub f18bd46755 修复表述错误
修复表述错误
2020-03-22 00:01:09 +08:00
wzxandGitHub e69230681e fix: arraybuffer.md add new 2020-03-18 17:21:22 +08:00