File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
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 'assert'
82
+ import assert from 'power- 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" ,
54
55
"unist-util-stringify-position" : " ^3.0.0"
55
56
},
56
57
"devDependencies" : {
58
+ "@types/power-assert" : " ^1.0.0" ,
57
59
"@types/tape" : " ^4.0.0" ,
58
60
"c8" : " ^7.0.0" ,
59
61
"commonmark.json" : " ^0.30.0" ,
Original file line number Diff line number Diff line change 2
2
* @typedef {import('mdast').Root } Root
3
3
*/
4
4
5
- import assert from 'assert'
6
5
import { Buffer } from 'node:buffer'
7
6
import fs from 'fs'
8
7
import path from 'path'
8
+ import assert from 'power-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