ruanyf
|
e8c2d2ea7f
|
docs(decorator): fixed #1165
|
2023-08-19 16:07:40 +08:00 |
|
林
|
add0bba14e
|
docs(decorator): fix typo
|
2022-12-04 11:04:22 +08:00 |
|
ruanyf
|
ef2f878473
|
docs(decorator): edit text
|
2022-10-23 18:00:26 +08:00 |
|
ruanyf
|
f6bb1b931d
|
docs(decorator): edit editor notes
|
2022-06-28 04:24:14 +08:00 |
|
ruanyf
|
fbd7faf0bc
|
docs(decorator): add stage 3 proposal content
|
2022-06-28 04:06:38 +08:00 |
|
Chenwei Xiao
|
728b545742
|
Add script suffix to prevent error
增加文件后缀,否则会报错 `Error [ERR_MODULE_NOT_FOUND]`
|
2021-10-31 19:18:47 +08:00 |
|
Careteen
|
6dc250f739
|
docs(decorator): 修改函数提升时代码实际执行顺序
|
2020-09-12 17:45:34 +08:00 |
|
ruanyf
|
859f740c95
|
docs(decorator): replace 修饰 to 装饰
|
2019-07-22 12:21:57 +08:00 |
|
ruanyf
|
b89747b02a
|
docs(decorator): edit decorator
|
2019-07-21 04:37:26 +08:00 |
|
ruanyf
|
0fe7edb898
|
docs(decorator): fix babel
|
2019-03-21 10:33:31 +08:00 |
|
Andy Chen
|
b51d7d91af
|
修改babel系列包名为最新的@babel/*
|
2019-02-11 16:00:40 +08:00 |
|
ruanyf
|
f13a2b50a7
|
docs: edit decorator
|
2019-02-09 20:37:44 +08:00 |
|
new9xgh
|
a77e997910
|
update text
|
2018-11-25 15:46:11 +08:00 |
|
ruanyf
|
caeb8706bd
|
docs(decorator): edit decorator
|
2018-04-15 21:31:19 +08:00 |
|
ruanyf
|
9f82a677ce
|
docs(decorator): fix typo
|
2018-02-23 12:38:44 +08:00 |
|
LiMengKe
|
4070712141
|
Update decorator.md
${name} is wrapped with ""
|
2018-01-07 23:34:14 +08:00 |
|
ruanyf
|
075c27b54d
|
docs(decorator): edit method decorator
|
2017-12-05 21:42:30 +08:00 |
|
ruanyf
|
3a79a8d329
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2017-11-21 13:33:46 +08:00 |
|
ruanyf
|
dad929d01e
|
docs(decorator): edit decorator/publishEvent
|
2017-11-21 13:33:34 +08:00 |
|
Ika
|
e8fdb00040
|
docs: consistent style
|
2017-11-12 18:01:54 +08:00 |
|
ruanyf
|
66e421f60c
|
docs(decorator): edit decorator
|
2017-08-25 08:32:02 +08:00 |
|
ruanyf
|
2eb11d7026
|
docs(class): edit class
|
2017-08-17 20:10:28 +08:00 |
|
ruanyf
|
65d6aff64c
|
docs(decorator): edit decorator
|
2017-08-16 19:41:38 +08:00 |
|
ruanyf
|
c1f76b024d
|
docs(decorator): edit decorator
|
2017-08-16 19:36:05 +08:00 |
|
ruanyf
|
6b56bb10bb
|
docs: edit decorator
|
2017-06-07 17:32:28 +08:00 |
|
ruanyf
|
6cffe77c7c
|
docs(decorator): edit decorator
|
2017-05-19 16:41:41 +08:00 |
|
Sam Yang
|
b9a4aa449d
|
代码片段有误
http://es6.ruanyifeng.com/#docs/decorator#为什么修饰器不能用于函数?这一节的第二个代码片段,函数声明和变量声明都会提升,但是函数声明先于变量声明。
|
2017-01-09 11:26:56 +08:00 |
|
Xcat Liu
|
c4b46e3621
|
Fix coding style in docs/decorator.md
|
2016-05-18 16:40:23 +08:00 |
|
ruanyf
|
8ad3c20f5f
|
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
|
2016-03-31 20:49:50 +08:00 |
|
ruanyf
|
0e991b41bf
|
docs(decorator): 修饰器补充内容
|
2016-03-31 20:49:27 +08:00 |
|
hardfist
|
9e4665c305
|
删除错误的“()"
class FooComponent() {} 里的()似乎是错误的,经测试无法运行,故予以删除。
|
2016-03-28 16:51:51 +08:00 |
|
XGHeaven
|
8b3588a8ba
|
fix decorator typo
|
2016-02-28 10:12:45 +08:00 |
|
ruanyf
|
1248f27af2
|
edit decorator/mixin
|
2016-01-19 18:37:18 +08:00 |
|
ruanyf
|
85f0cfeb3f
|
fix typo
|
2015-12-01 17:18:07 +08:00 |
|
ruanyf
|
349e0fd048
|
fix error
|
2015-10-15 22:09:37 +08:00 |
|
ruanyf
|
6c4a5c1bda
|
edit decorator
|
2015-10-04 18:06:56 +08:00 |
|
ruanyf
|
078a0a5f40
|
edit decorator
|
2015-09-26 08:08:53 +08:00 |
|
Zoey Young
|
3ee70ea290
|
修正
|
2015-09-25 17:04:02 +08:00 |
|
ruanyf
|
6bf574aeb5
|
edit decorator
|
2015-08-28 10:25:45 +08:00 |
|
ruanyf
|
04d80fcbb4
|
edit function/arrow function
|
2015-08-27 08:44:49 +08:00 |
|
ruanyf
|
d2ac1f0cc6
|
加入docs/decorator
|
2015-08-09 17:41:37 +08:00 |
|