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 22 * @typedef {import('../types.js').H } H
33 */
44
5- import { URL } from 'url'
5+ import { URL } from 'node: url'
66
77/**
88 * @param {H } h
Original file line number Diff line number Diff line change 7272 "unified" : " ^10.0.0" ,
7373 "unist-builder" : " ^3.0.0" ,
7474 "unist-util-remove-position" : " ^4.0.0" ,
75- "xo" : " ^0.39 .0"
75+ "xo" : " ^0.42 .0"
7676 },
7777 "scripts" : {
7878 "prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 55 * @typedef {import('../lib/types.js').Handle } Handle
66 */
77
8- import fs from 'fs'
9- import path from 'path'
8+ import fs from 'node: fs'
9+ import path from 'node: path'
1010import test from 'tape'
1111import { u } from 'unist-builder'
1212import { h } from 'hastscript'
You can’t perform that action at this time.
0 commit comments