Commit Graph

227 Commits

Author SHA1 Message Date
Ruan YiFeng
54799df5f7 Merge pull request #132 from wjw020206/patch-1
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
docs(object): fixed typo
2025-08-27 15:01:44 +08:00
CodePencil
91cbfd0fd6 docs(object): fixed typo 2025-08-27 08:30:34 +08:00
ruanyf
b191badca8 docs(symbol): fixed text
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
2025-08-24 14:48:16 +08:00
ruanyf
ced2b3b727 docs(utility): fixed typo
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
2025-07-08 18:13:05 +08:00
ruanyf
64bd3db57c docs(d.ts): fixed typo 2025-07-08 17:34:15 +08:00
ruanyf
e904c06f6c docs(utility): fixed typo 2025-07-08 17:27:52 +08:00
ruanyf
1f5e92981a docs(operator): fixed typo
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
2024-12-31 09:56:43 +08:00
ruanyf
1725cbbcd1 docs(operator/extends): fixed #125
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
2024-10-15 19:08:17 +08:00
ruanyf
635a5fadeb docs(tsconfig.json): fixed #124
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
2024-10-12 10:51:00 +08:00
ruanyf
5361b8c948 docs(declare): edit text
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
2024-10-03 22:44:55 +08:00
ruanyf
e7e1a775c8 docs(tsconfig.json): edit strictNullChecks 2024-10-03 22:16:29 +08:00
ruanyf
5c56fd550e docs(enum): fixed #122
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
2024-09-29 19:29:11 +08:00
ruanyf
f68cdbc910 docs(assert): edit reference link
Some checks failed
TypeScript tutorial CI / Generating pages (push) Has been cancelled
2024-09-23 11:12:42 +08:00
ruanyf
b376397025 docs(assert): fixed #119 2024-09-23 11:08:00 +08:00
ruanyf
dd06fc53e1 docs(class): add override keyword #114 2024-08-03 01:19:54 +08:00
ruanyf
8f59ef87cf docs(class): add reference link 2024-07-01 18:29:04 +08:00
ruanyf
bbde4688b4 docs(class): modify useDefineForClassFields, fixed #113 2024-07-01 18:24:12 +08:00
Ruan YiFeng
8d73b0316d Merge pull request #111 from LOUSANPANG/main
docs(class):correction words
2024-06-28 18:55:31 +08:00
LOUSANPANG
3a64f73576 Merge pull request #1 from LOUSANPANG/LOUSANPANG-patch-1
docs(class):correction words
2024-06-27 22:10:04 +08:00
LOUSANPANG
a7d9796ed5 docs(class):correction words
"MotoVehicle" -> "MotorVehicle"
2024-06-27 22:08:42 +08:00
ruanyf
0666054609 docs(object): fixed #109 2024-06-22 20:12:43 +08:00
ruanyf
73e9fdc014 docs(utility): edit text 2024-06-10 07:47:18 +08:00
ruanyf
f665b3f262 docs(utility): fixed #107 2024-06-08 16:40:18 +08:00
ruanyf
22904d3e2d refactor: update github action script 2024-06-08 16:38:16 +08:00
ruanyf
1605a24498 refactor: update dependencies 2024-06-08 16:32:28 +08:00
ruanyf
ae9bea9a37 docs(declare): 修改不能单独写函数类型声明的示例 2024-05-23 23:16:41 +08:00
ruanyf
57cdc82253 docs(function): fixed typo 2024-04-10 16:54:05 +08:00
ruanyf
d5e0f47a20 docs(function): fixed #102 2024-03-21 21:29:42 +08:00
ruanyf
5d4a2f1484 docs(operator): fixed #101 2024-03-19 16:28:18 +08:00
ruanyf
4c7a0cbbeb docs(assert): fixed #100 2024-03-18 18:05:05 +08:00
ruanyf
84474db926 docs(module): fixed #96 2024-01-09 10:45:30 +08:00
ruanyf
0299aa9604 docs(interface): fixed typo 2023-12-26 22:37:03 +08:00
ruanyf
68da0fb373 docs(decorator): fixed #93 2023-12-21 22:48:08 +08:00
ruanyf
ef7d619795 docs: fixed typos 2023-12-16 14:51:21 +08:00
ruanyf
d21f77eebb docs(declare): fixed error 2023-12-16 11:14:14 +08:00
ruanyf
838b2f69f4 docs(declare): fixed wrong example 2023-12-13 14:19:00 +08:00
ruanyf
eb048a3509 docs: fixed #92 2023-12-13 13:53:59 +08:00
ruanyf
f77f8d1b12 docs(declare): fixed #91 2023-12-11 14:03:19 +08:00
ruanyf
d8b2606434 docs(decorator): fix example 2023-12-07 10:34:26 +08:00
Ruan YiFeng
780059c443 Merge pull request #89 from hermiablog/main
修改对象类型中属性名的索引类型中的语义错误
2023-11-30 16:33:44 +08:00
hermia
abad608483 修改对象类型中属性名的索引类型中的语义错误,将如果单个属性名符 合属性名索引的范围,两者不能有冲突,否则报错。修改成如果单个属性名不符合属性名索引的范围,两者发生冲突,就会报错。 2023-11-30 15:21:29 +08:00
Ruan YiFeng
54f0fd9a84 Merge pull request #88 from jiuyehengxia/mbug-20231129-111111-lx
fix: delete Superfluous words
2023-11-30 00:20:18 +08:00
李显
a30b9442fc fix: delete Superfluous words 2023-11-29 16:39:41 +08:00
ruanyf
68962e8a1a docs(enum): fix #85 2023-11-23 20:53:20 +08:00
ruanyf
8ad5fc69f7 docs(decorator): fixed #84 2023-11-22 00:07:23 +08:00
Ruan YiFeng
fcf6e6ecbd Merge pull request #82 from cy920820/patch-1
docs(function): fix typo
2023-09-15 20:55:05 +08:00
Ruan YiFeng
f7ed91c8a7 Merge pull request #83 from weihenHong/main
fix: typo
2023-09-15 20:50:29 +08:00
weishen-hong
0e8f8a92fa fix typo 2023-09-15 18:04:48 +08:00
Cui Yang
b567a611d4 docs(function): fix typo 2023-09-15 12:09:07 +08:00
Ruan YiFeng
d68335099e Merge pull request #79 from biubiubiu999/main
fix typo
2023-09-11 11:41:50 +08:00