File tree Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Expand file tree Collapse file tree 4 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1- import path from 'path'
1+ import path from 'node: path'
22// @ts -expect-error: hush
33import gitDiffTree from 'git-diff-tree'
44import { findUpOne } from 'vfile-find-up'
Original file line number Diff line number Diff line change 4545 "prettier" : " ^2.0.0" ,
4646 "remark-cli" : " ^9.0.0" ,
4747 "remark-preset-wooorm" : " ^8.0.0" ,
48- "retext-english" : " ^3 .0.0" ,
49- "retext-stringify" : " ^2 .0.0" ,
48+ "retext-english" : " ^4 .0.0" ,
49+ "retext-stringify" : " ^3 .0.0" ,
5050 "rimraf" : " ^3.0.0" ,
5151 "tape" : " ^5.0.0" ,
5252 "to-vfile" : " ^7.0.0" ,
5353 "type-coverage" : " ^2.0.0" ,
5454 "typescript" : " ^4.0.0" ,
5555 "unified" : " ^10.0.0" ,
56- "unist-util-visit" : " ^3 .0.0" ,
57- "xo" : " ^0.39 .0"
56+ "unist-util-visit" : " ^4 .0.0" ,
57+ "xo" : " ^0.42 .0"
5858 },
5959 "scripts" : {
6060 "build" : " rimraf \" *.d.ts\" \" test/**/*.d.ts\" && tsc && type-coverage" ,
Original file line number Diff line number Diff line change 1- import cp from 'child_process'
2- import fs from 'fs'
3- import path from 'path'
4- import { promisify } from 'util'
1+ import cp from 'node: child_process'
2+ import fs from 'node: fs'
3+ import path from 'node: path'
4+ import { promisify } from 'node: util'
55import test from 'tape'
66import { toVFile } from 'to-vfile'
7- import { processor } from './processor.js'
87import rimraf from 'rimraf'
8+ import { processor } from './processor.js'
99
1010const exec = promisify ( cp . exec )
1111
Original file line number Diff line number Diff line change 11import { unified } from 'unified'
2- // @ts -expect-error: next
32import retextEnglish from 'retext-english'
4- // @ts -expect-error: next
53import retextStringify from 'retext-stringify'
64import { visit } from 'unist-util-visit'
75import { toString } from 'nlcst-to-string'
You can’t perform that action at this time.
0 commit comments