@@ -2,33 +2,31 @@ Will class fields be the
2
2
new Bad Part
3
3
of JavaScript?
4
4
5
-
6
5
## class fields
7
6
8
- class fields
9
- [ 提案速览] ( ?intro )
7
+ [ 提案速览] ( intro.md )
10
8
11
9
## public issues
12
10
13
- - [ 语法二义性] ( ? public-field -syntax)
14
- - [ ASI Hazard] ( ? public-field -asi)
15
- - [ Own Property定义与原型继承不相容 ] ( ? public-field -semantic)
16
- - [ static public fields 问题] ( ? static-public-field )
11
+ - [ 语法二义性] ( public-fields -syntax-ambiguity-1.md )
12
+ - [ ASI Hazard] ( public-fields -asi.md )
13
+ - [ Own Property 定义与原型继承不相容 ] ( public-fields -semantic.md )
14
+ - [ static public fields 问题] ( static-public-fields.md )
17
15
18
16
## private issues
19
17
20
- - [ hard private 语义问题] ( docs/ hard-private.md)
21
- - [ proxy 透明性问题] ( docs/ proxy-transparency.md)
22
- - [ prototype 继承问题] ( docs/ prototype-inheritence.md)
23
- - [ brand checking 语义问题] ( docs/ brand.md)
24
- - [ static private 语义问题] ( docs/ static-private-semantic.md)
25
- - [ 解构和枚举问题] ( docs/ destructuring-enumeration.md)
18
+ - [ hard private 语义问题] ( hard-private.md )
19
+ - [ proxy 透明性问题] ( proxy-transparency.md )
20
+ - [ prototype 继承问题] ( prototype-inheritence.md )
21
+ - [ brand checking 语义问题] ( brand.md )
22
+ - [ static private 语义问题] ( static-private-semantic.md )
23
+ - [ 解构和枚举问题] ( destructuring-enumeration.md )
26
24
27
25
## other issues
28
26
29
- - [ 初始化问题] ( docs/ initializer.md)
30
- - [ protected/friend 问题] ( docs/ protected-friend.md)
31
- - [ # 符号] ( docs/ #.md)
32
- - [ this 绑定] ( docs/ this-binding.md)
33
- - [ decorator 问题] ( docs/ decorator.md)
34
- - [ 接口实现和对象工厂的矛盾] ( docs/ interface-implementation-vs-object-factory.md)
27
+ - [ 初始化问题] ( initializer.md )
28
+ - [ protected/friend 问题] ( protected-friend.md )
29
+ - [ # 符号] ( #.md )
30
+ - [ this 绑定] ( this-binding.md )
31
+ - [ decorator 问题] ( decorator.md )
32
+ - [ 接口实现和对象工厂的矛盾] ( interface-implementation-vs-object-factory.md )
0 commit comments