File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7979 * @typedef {ParseOptions & FromMarkdownOptions } Options
8080 */
8181
82- import assert from 'power- assert'
82+ import { ok as assert } from 'uvu/ 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" ,
55- "unist-util-stringify-position " : " ^3.0 .0"
54+ "unist-util-stringify-position " : " ^3 .0.0" ,
55+ "uvu " : " ^0.5 .0"
5656 },
5757 "devDependencies" : {
5858 "@types/power-assert" : " ^1.0.0" ,
9696 "prettier" : true ,
9797 "rules" : {
9898 "complexity" : " off" ,
99+ "node/file-extension-in-import" : " off" ,
99100 "unicorn/prefer-switch" : " off" ,
100101 "unicorn/prefer-node-protocol" : " off"
101102 }
Original file line number Diff line number Diff line change 55import { Buffer } from 'node:buffer'
66import fs from 'fs'
77import path from 'path'
8- import assert from 'power- assert'
8+ import assert from '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