We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uvu/assert
1 parent 0dc845c commit 5aa8a5cCopy full SHA for 5aa8a5c
2 files changed
dev/lib/syntax.js
@@ -8,7 +8,7 @@
8
* @typedef {import('micromark-util-types').Code} Code
9
*/
10
11
-import assert from 'power-assert'
+import {ok as assert} from 'uvu/assert'
12
import {
13
asciiAlpha,
14
asciiAlphanumeric,
package.json
@@ -44,10 +44,9 @@
44
"micromark-util-sanitize-uri": "^1.0.0",
45
"micromark-util-symbol": "^1.0.0",
46
"micromark-util-types": "^1.0.0",
47
- "power-assert": "^1.0.0"
+ "uvu": "^0.5.0"
48
},
49
"devDependencies": {
50
- "@types/power-assert": "^1.0.0",
51
"@types/tape": "^4.0.0",
52
"c8": "^7.0.0",
53
"micromark": "^3.0.0",
@@ -79,6 +78,7 @@
79
78
"xo": {
80
"prettier": true,
81
"rules": {
+ "node/file-extension-in-import": "off",
82
"unicorn/no-this-assignment": "off",
83
"unicorn/prefer-node-protocol": "off"
84
}
0 commit comments