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 2
2
* @typedef {import('../types.js').H } H
3
3
*/
4
4
5
- import { URL } from 'url'
5
+ import { URL } from 'node: url'
6
6
7
7
/**
8
8
* @param {H } h
Original file line number Diff line number Diff line change 72
72
"unified" : " ^10.0.0" ,
73
73
"unist-builder" : " ^3.0.0" ,
74
74
"unist-util-remove-position" : " ^4.0.0" ,
75
- "xo" : " ^0.39 .0"
75
+ "xo" : " ^0.42 .0"
76
76
},
77
77
"scripts" : {
78
78
"prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 5
5
* @typedef {import('../lib/types.js').Handle } Handle
6
6
*/
7
7
8
- import fs from 'fs'
9
- import path from 'path'
8
+ import fs from 'node: fs'
9
+ import path from 'node: path'
10
10
import test from 'tape'
11
11
import { u } from 'unist-builder'
12
12
import { h } from 'hastscript'
You can’t perform that action at this time.
0 commit comments