@tiptap/extension-code-block-lowlight 2.11.0 → 2.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -0
- package/dist/index.umd.js.map +1 -1
- package/dist/lowlight-plugin.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/lowlight-plugin.ts +2 -1
package/dist/index.cjs
CHANGED
|
@@ -2659,6 +2659,7 @@ function getDecorations({ doc, name, lowlight, defaultLanguage, }) {
|
|
|
2659
2659
|
});
|
|
2660
2660
|
return view.DecorationSet.create(doc, decorations);
|
|
2661
2661
|
}
|
|
2662
|
+
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
|
|
2662
2663
|
function isFunction(param) {
|
|
2663
2664
|
return typeof param === 'function';
|
|
2664
2665
|
}
|