File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// remark-usage-ignore-next
2
- import { inspect } from 'util'
2
+ import { inspect } from 'node: util'
3
3
4
4
// Dependencies:
5
5
/** @typedef {import('mdast').Root } Root */
Original file line number Diff line number Diff line change 61
61
"typescript" : " ^4.0.0" ,
62
62
"unified" : " ^10.0.0" ,
63
63
"unist-builder" : " ^3.0.0" ,
64
- "xo" : " ^0.39 .0"
64
+ "xo" : " ^0.42 .0"
65
65
},
66
66
"scripts" : {
67
67
"prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 11
11
* @typedef {Options & TestConfig } Config
12
12
*/
13
13
14
- import fs from 'fs'
15
- import path from 'path'
14
+ import fs from 'node: fs'
15
+ import path from 'node: path'
16
16
import test from 'tape'
17
17
import { unified } from 'unified'
18
18
import remarkParse from 'remark-parse'
You can’t perform that action at this time.
0 commit comments