File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 79
79
* @typedef {ParseOptions & FromMarkdownOptions } Options
80
80
*/
81
81
82
- import assert from 'power- assert'
82
+ import { ok as assert } from 'uvu/ assert'
83
83
import { toString } from 'mdast-util-to-string'
84
84
import { parse } from 'micromark/lib/parse.js'
85
85
import { preprocess } from 'micromark/lib/preprocess.js'
Original file line number Diff line number Diff line change 51
51
"micromark-util-symbol" : " ^1.0.0" ,
52
52
"micromark-util-types" : " ^1.0.0" ,
53
53
"parse-entities" : " ^3.0.0" ,
54
- "power-assert " : " ^1 .0.0" ,
55
- "unist-util-stringify-position " : " ^3.0 .0"
54
+ "unist-util-stringify-position " : " ^3 .0.0" ,
55
+ "uvu " : " ^0.5 .0"
56
56
},
57
57
"devDependencies" : {
58
58
"@types/power-assert" : " ^1.0.0" ,
96
96
"prettier" : true ,
97
97
"rules" : {
98
98
"complexity" : " off" ,
99
+ "node/file-extension-in-import" : " off" ,
99
100
"unicorn/prefer-switch" : " off" ,
100
101
"unicorn/prefer-node-protocol" : " off"
101
102
}
Original file line number Diff line number Diff line change 5
5
import { Buffer } from 'node:buffer'
6
6
import fs from 'fs'
7
7
import path from 'path'
8
- import assert from 'power- assert'
8
+ import assert from 'assert'
9
9
import test from 'tape'
10
10
import { unified } from 'unified'
11
11
import rehypeParse from 'rehype-parse'
You can’t perform that action at this time.
0 commit comments