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 11// remark-usage-ignore-next
2- import { inspect } from 'util'
2+ import { inspect } from 'node: util'
33
44// Dependencies:
55/** @typedef {import('mdast').Root } Root */
Original file line number Diff line number Diff line change 6161 "typescript" : " ^4.0.0" ,
6262 "unified" : " ^10.0.0" ,
6363 "unist-builder" : " ^3.0.0" ,
64- "xo" : " ^0.39 .0"
64+ "xo" : " ^0.42 .0"
6565 },
6666 "scripts" : {
6767 "prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 1111 * @typedef {Options & TestConfig } Config
1212 */
1313
14- import fs from 'fs'
15- import path from 'path'
14+ import fs from 'node: fs'
15+ import path from 'node: path'
1616import test from 'tape'
1717import { unified } from 'unified'
1818import remarkParse from 'remark-parse'
You can’t perform that action at this time.
0 commit comments