Skip to content

Commit 25fa99c

Browse files
committed
docs(features): add error
1 parent 7230416 commit 25fa99c

File tree

8 files changed

+445
-7
lines changed

8 files changed

+445
-7
lines changed

chapters.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
- types/object.md: 对象
1010
- types/function.md: 函数
1111
- types/array.md: 数组
12-
- calculation/: 运算规则
13-
- calculation/arithmetic.md: 算术运算符
14-
- calculation/comparison.md: 比较运算符
15-
- calculation/boolean.md: 布尔运算符
16-
- calculation/bit.md: 二进制位运算符
17-
- calculation/priority.md: 其他运算符,运算顺序
18-
- calculation/conversion.md: 数据类型的转换
12+
- operators/: 运算符
13+
- operators/arithmetic.md: 算术运算符
14+
- operators/comparison.md: 比较运算符
15+
- operators/boolean.md: 布尔运算符
16+
- operators/bit.md: 二进制位运算符
17+
- operators/priority.md: 其他运算符,运算顺序
18+
- features/: 语法专题
19+
- features/conversion.md: 数据类型的转换
20+
- features/error.md: 错误处理机制
File renamed without changes.

0 commit comments

Comments
 (0)