File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 2
2
[2, 4]: source.ts meta.var.expr.ts
3
3
[4, 4]: source.ts
4
4
[5, 4]: source.ts
5
- [7, 5]: source.ts meta.var.expr.ts meta.var-single-variable.expr.ts variable.ts
6
- [8, 1]: source.ts
7
- [9, 1]: source.ts storage.type.ts
8
- [9, 7]: source.ts
9
- [11, 5]: source.ts meta.var.expr.ts meta.var-single-variable.expr.ts variable.ts
10
- [12, 1]: source.ts
5
+ [7, 10]: source.ts meta.var.expr.ts meta.var-single-variable.expr.ts variable.ts
6
+ [7, 14]: source.ts meta.var.expr.ts meta.var-single-variable.expr.ts
7
+ [8, 6]: source.ts
8
+ [8, 10]: source.ts
9
+ [9, 6]: source.ts meta.enum.declaration.ts
10
+ [9, 11]: source.ts meta.enum.declaration.ts
11
+ [11, 10]: source.ts meta.var.expr.ts meta.var-single-variable.expr.ts variable.ts
12
+ [11, 14]: source.ts meta.var.expr.ts meta.var-single-variable.expr.ts
13
+ [12, 6]: source.ts
14
+ [12, 10]: source.ts
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ let^^ variable;
4
4
var ^ ^ iable ;
5
5
let ^ ^ ter ;
6
6
7
- var ^ ^ constenum = 10 ;
8
- ^ ^ constenum += 10 ;
9
- ^ ^ const ^ ^ enumE { }
7
+ var const ^ ^ enum ^ ^ = 10 ;
8
+ const ^ ^ enum ^ ^ += 10 ;
9
+ const ^ ^ enum ^ ^ E { }
10
10
11
- var ^ ^ constable = "I am rrrrrroyal!" ;
12
- ^ ^ constable += " Royal, I say!"
11
+ var const ^ ^ able ^ ^ = "I am rrrrrroyal!" ;
12
+ const ^ ^ able ^ ^ += " Royal, I say!" ;
You can’t perform that action at this time.
0 commit comments