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.
[email protected]
1 parent 73fd802 commit 5115d27Copy full SHA for 5115d27
packages/sanitize-schema/lib/index.js
@@ -9,7 +9,7 @@ assert(defaultSchema.attributes)
9
assert(defaultSchema.tagNames)
10
11
/**
12
- * @satisfies {Schema}
+ * @type {Schema}
13
*/
14
export const sanitizeSchema = {
15
...defaultSchema,
packages/sanitize-schema/test/index.js
@@ -65,6 +65,7 @@ test('fixtures', async function (t) {
65
}
66
67
const attributes = [...all].sort().join(' ')
68
+ assert(sanitizeSchema.tagNames)
69
70
for (const tagName of sanitizeSchema.tagNames) {
71
await fs.writeFile(
0 commit comments