File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const search = /\r?\n|\r/g
26
26
export function fromXml ( doc ) {
27
27
// @ts -expect-error `strictEntities` is most definitely fine.
28
28
const parser = new Parser ( true , { position : true , strictEntities : true } )
29
- /** @type {Array. <Node> } */
29
+ /** @type {Array<Node> } */
30
30
const stack = [ { type : 'root' , children : [ ] } ]
31
31
let position = now ( )
32
32
Original file line number Diff line number Diff line change 49
49
"c8" : " ^7.0.0" ,
50
50
"is-hidden" : " ^2.0.0" ,
51
51
"prettier" : " ^2.0.0" ,
52
- "remark-cli" : " ^9 .0.0" ,
53
- "remark-preset-wooorm" : " ^8 .0.0" ,
52
+ "remark-cli" : " ^10 .0.0" ,
53
+ "remark-preset-wooorm" : " ^9 .0.0" ,
54
54
"rimraf" : " ^3.0.0" ,
55
55
"tape" : " ^5.0.0" ,
56
56
"type-coverage" : " ^2.0.0" ,
57
57
"typescript" : " ^4.0.0" ,
58
- "xo" : " ^0.42 .0"
58
+ "xo" : " ^0.49 .0"
59
59
},
60
60
"scripts" : {
61
61
"prepack" : " npm run build && npm run format" ,
76
76
"xo" : {
77
77
"prettier" : true ,
78
78
"rules" : {
79
- "#no-misleading-character-class " : " off"
79
+ "unicorn/prefer-code-point " : " off"
80
80
}
81
81
},
82
82
"remarkConfig" : {
You can’t perform that action at this time.
0 commit comments