File tree 10 files changed +26
-26
lines changed
10 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -58484,7 +58484,7 @@ and printPayload ~state (payload : Parsetree.payload) cmtTbl =
58484
58484
and printAttribute ?(standalone = false) ~state
58485
58485
((id, payload) : Parsetree.attribute) cmtTbl =
58486
58486
match (id, payload) with
58487
- | ( {txt = "ns .doc"},
58487
+ | ( {txt = "res .doc"},
58488
58488
PStr
58489
58489
[
58490
58490
{
Original file line number Diff line number Diff line change @@ -58484,7 +58484,7 @@ and printPayload ~state (payload : Parsetree.payload) cmtTbl =
58484
58484
and printAttribute ?(standalone = false) ~state
58485
58485
((id, payload) : Parsetree.attribute) cmtTbl =
58486
58486
match (id, payload) with
58487
- | ( {txt = "ns .doc"},
58487
+ | ( {txt = "res .doc"},
58488
58488
PStr
58489
58489
[
58490
58490
{
@@ -167535,7 +167535,7 @@ and parseStructureItemRegion p =
167535
167535
Parser.next p;
167536
167536
Some
167537
167537
(Ast_helper.Str.attribute ~loc
167538
- ( {txt = "ns .doc"; loc},
167538
+ ( {txt = "res .doc"; loc},
167539
167539
PStr
167540
167540
[
167541
167541
Ast_helper.Str.eval ~loc
@@ -168167,7 +168167,7 @@ and parseSignatureItemRegion p =
168167
168167
Parser.next p;
168168
168168
Some
168169
168169
(Ast_helper.Sig.attribute ~loc
168170
- ( {txt = "ns .doc"; loc},
168170
+ ( {txt = "res .doc"; loc},
168171
168171
PStr
168172
168172
[
168173
168173
Ast_helper.Str.eval ~loc
@@ -168382,7 +168382,7 @@ and parseAttribute p =
168382
168382
| DocComment (loc, s) ->
168383
168383
Parser.next p;
168384
168384
Some
168385
- ( {txt = "ns .doc"; loc},
168385
+ ( {txt = "res .doc"; loc},
168386
168386
PStr
168387
168387
[
168388
168388
Ast_helper.Str.eval ~loc
Original file line number Diff line number Diff line change @@ -113478,7 +113478,7 @@ and printPayload ~state (payload : Parsetree.payload) cmtTbl =
113478
113478
and printAttribute ?(standalone = false) ~state
113479
113479
((id, payload) : Parsetree.attribute) cmtTbl =
113480
113480
match (id, payload) with
113481
- | ( {txt = "ns .doc"},
113481
+ | ( {txt = "res .doc"},
113482
113482
PStr
113483
113483
[
113484
113484
{
@@ -180967,7 +180967,7 @@ and parseStructureItemRegion p =
180967
180967
Parser.next p;
180968
180968
Some
180969
180969
(Ast_helper.Str.attribute ~loc
180970
- ( {txt = "ns .doc"; loc},
180970
+ ( {txt = "res .doc"; loc},
180971
180971
PStr
180972
180972
[
180973
180973
Ast_helper.Str.eval ~loc
@@ -181599,7 +181599,7 @@ and parseSignatureItemRegion p =
181599
181599
Parser.next p;
181600
181600
Some
181601
181601
(Ast_helper.Sig.attribute ~loc
181602
- ( {txt = "ns .doc"; loc},
181602
+ ( {txt = "res .doc"; loc},
181603
181603
PStr
181604
181604
[
181605
181605
Ast_helper.Str.eval ~loc
@@ -181814,7 +181814,7 @@ and parseAttribute p =
181814
181814
| DocComment (loc, s) ->
181815
181815
Parser.next p;
181816
181816
Some
181817
- ( {txt = "ns .doc"; loc},
181817
+ ( {txt = "res .doc"; loc},
181818
181818
PStr
181819
181819
[
181820
181820
Ast_helper.Str.eval ~loc
Original file line number Diff line number Diff line change @@ -5543,7 +5543,7 @@ and parseStructureItemRegion p =
5543
5543
Parser. next p;
5544
5544
Some
5545
5545
(Ast_helper.Str. attribute ~loc
5546
- ( {txt = " ns .doc" ; loc},
5546
+ ( {txt = " res .doc" ; loc},
5547
5547
PStr
5548
5548
[
5549
5549
Ast_helper.Str. eval ~loc
@@ -6175,7 +6175,7 @@ and parseSignatureItemRegion p =
6175
6175
Parser. next p;
6176
6176
Some
6177
6177
(Ast_helper.Sig. attribute ~loc
6178
- ( {txt = " ns .doc" ; loc},
6178
+ ( {txt = " res .doc" ; loc},
6179
6179
PStr
6180
6180
[
6181
6181
Ast_helper.Str. eval ~loc
@@ -6390,7 +6390,7 @@ and parseAttribute p =
6390
6390
| DocComment (loc , s ) ->
6391
6391
Parser. next p;
6392
6392
Some
6393
- ( {txt = " ns .doc" ; loc},
6393
+ ( {txt = " res .doc" ; loc},
6394
6394
PStr
6395
6395
[
6396
6396
Ast_helper.Str. eval ~loc
Original file line number Diff line number Diff line change @@ -5262,7 +5262,7 @@ and printPayload ~state (payload : Parsetree.payload) cmtTbl =
5262
5262
and printAttribute ?(standalone = false ) ~state
5263
5263
((id , payload ) : Parsetree. attribute ) cmtTbl =
5264
5264
match (id, payload) with
5265
- | ( {txt = " ns .doc" },
5265
+ | ( {txt = " res .doc" },
5266
5266
PStr
5267
5267
[
5268
5268
{
Original file line number Diff line number Diff line change 1
1
/** This is a doc ✅ comment */
2
2
let z = 34
3
3
4
- @ns .doc ("And this is a ns .doc ✅ annotation" )
4
+ @res .doc ("And this is a res .doc ✅ annotation" )
5
5
let q = 11
6
6
7
7
/** This
Original file line number Diff line number Diff line change 5
5
/** This is a doc ✅ comment */
6
6
let z = 34
7
7
8
- @@ns .doc ("And this is a ns .doc module annotation" )
8
+ @@res .doc ("And this is a res .doc module annotation" )
9
9
10
- @ns .doc ("And this is a ns .doc ✅ annotation" )
10
+ @res .doc ("And this is a res .doc ✅ annotation" )
11
11
let q = 11
12
12
13
13
/** This
Original file line number Diff line number Diff line change 1
- [@@@ns .doc " This is a module comment "]
2
- [@@@ns .doc " This is another module comment "]
3
- let z = 34[@@ns .doc " This is a doc \226\156\133 comment "]
4
- [@@@ns .doc {js|And this is a ns .doc module annotation|js}]
5
- let q = 11[@@ns .doc {js|And this is a ns .doc ✅ annotation|js}]
6
- type nonrec h = int[@@ns .doc
1
+ [@@@res .doc " This is a module comment "]
2
+ [@@@res .doc " This is another module comment "]
3
+ let z = 34[@@res .doc " This is a doc \226\156\133 comment "]
4
+ [@@@res .doc {js|And this is a res .doc module annotation|js}]
5
+ let q = 11[@@res .doc {js|And this is a res .doc ✅ annotation|js}]
6
+ type nonrec h = int[@@res .doc
7
7
" This\n * is a multi-line\n multiline doc comment\n "]
Original file line number Diff line number Diff line change 5
5
/** This is a doc ✅ comment */
6
6
let z = 34
7
7
8
- @@ns .doc ("And this is a ns .doc module annotation" )
8
+ @@res .doc ("And this is a res .doc module annotation" )
9
9
10
- @ns .doc ("And this is a ns .doc ✅ annotation" )
10
+ @res .doc ("And this is a res .doc ✅ annotation" )
11
11
let q = 11
12
12
13
13
/** This
Original file line number Diff line number Diff line change 5
5
/** This is a doc ✅ comment */
6
6
let z = 34
7
7
8
- /***And this is a ns .doc module annotation*/
8
+ /***And this is a res .doc module annotation*/
9
9
10
- /**And this is a ns .doc ✅ annotation*/
10
+ /**And this is a res .doc ✅ annotation*/
11
11
let q = 11
12
12
13
13
/** This
You can’t perform that action at this time.
0 commit comments