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 7979 * @typedef {ParseOptions & FromMarkdownOptions } Options
8080 */
8181
82- import assert from 'assert'
82+ import assert from 'power- assert'
8383import { toString } from 'mdast-util-to-string'
8484import { parse } from 'micromark/lib/parse.js'
8585import { preprocess } from 'micromark/lib/preprocess.js'
Original file line number Diff line number Diff line change 5151 "micromark-util-symbol" : " ^1.0.0" ,
5252 "micromark-util-types" : " ^1.0.0" ,
5353 "parse-entities" : " ^3.0.0" ,
54+ "power-assert" : " ^1.0.0" ,
5455 "unist-util-stringify-position" : " ^3.0.0"
5556 },
5657 "devDependencies" : {
58+ "@types/power-assert" : " ^1.0.0" ,
5759 "@types/tape" : " ^4.0.0" ,
5860 "c8" : " ^7.0.0" ,
5961 "commonmark.json" : " ^0.30.0" ,
Original file line number Diff line number Diff line change 22 * @typedef {import('mdast').Root } Root
33 */
44
5- import assert from 'assert'
65import { Buffer } from 'node:buffer'
76import fs from 'fs'
87import path from 'path'
8+ import assert from 'power-assert'
99import test from 'tape'
1010import { unified } from 'unified'
1111import rehypeParse from 'rehype-parse'
You can’t perform that action at this time.
0 commit comments