File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5252 "tape" : " ^5.0.0" ,
5353 "type-coverage" : " ^2.0.0" ,
5454 "typescript" : " ^4.0.0" ,
55- "xo" : " ^0.39 .0"
55+ "xo" : " ^0.42 .0"
5656 },
5757 "scripts" : {
5858 "prepack" : " npm run build && npm run format" ,
Original file line number Diff line number Diff line change 1- import assert from 'assert'
1+ import assert from 'node: assert'
22
33/**
44 * @param {import('tape').Test } t
Original file line number Diff line number Diff line change 1- import assert from 'assert'
1+ import assert from 'node: assert'
22
33/**
44 * @param {import('tape').Test } t
Original file line number Diff line number Diff line change 44 * @typedef {import('../index.js').zone } Zone
55 */
66
7- import fs from 'fs'
8- import path from 'path'
7+ import fs from 'node: fs'
8+ import path from 'node: path'
99import test from 'tape'
1010import remark from 'remark'
1111import { isHidden } from 'is-hidden'
You can’t perform that action at this time.
0 commit comments