diff --git a/dist/codeBlockHighlight.js b/dist/codeBlockHighlight.js index 563e9410..70cd1fd3 100644 --- a/dist/codeBlockHighlight.js +++ b/dist/codeBlockHighlight.js @@ -15070,130 +15070,8 @@ hljs.HighlightJS = hljs; hljs.default = hljs; var common = hljs; -function cov_1ah9bessw2() { - var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/EditorContent/codeBlockHighlight.js"; - var hash = "7c78a5dd785a278e46ddf58d789e4d5c33935fcb"; - var global = new Function("return this")(); - var gcv = "__coverage__"; - var coverageData = { - path: "/home/runner/work/neeto-editor/neeto-editor/src/components/EditorContent/codeBlockHighlight.js", - statementMap: { - "0": { - start: { - line: 3, - column: 0 - }, - end: { - line: 7, - column: 3 - } - }, - "1": { - start: { - line: 4, - column: 2 - }, - end: { - line: 6, - column: 56 - } - }, - "2": { - start: { - line: 6, - column: 24 - }, - end: { - line: 6, - column: 54 - } - } - }, - fnMap: { - "0": { - name: "(anonymous_0)", - decl: { - start: { - line: 3, - column: 46 - }, - end: { - line: 3, - column: 47 - } - }, - loc: { - start: { - line: 3, - column: 52 - }, - end: { - line: 7, - column: 1 - } - }, - line: 3 - }, - "1": { - name: "(anonymous_1)", - decl: { - start: { - line: 6, - column: 13 - }, - end: { - line: 6, - column: 14 - } - }, - loc: { - start: { - line: 6, - column: 24 - }, - end: { - line: 6, - column: 54 - } - }, - line: 6 - } - }, - branchMap: {}, - s: { - "0": 0, - "1": 0, - "2": 0 - }, - f: { - "0": 0, - "1": 0 - }, - b: {}, - _coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9", - hash: "7c78a5dd785a278e46ddf58d789e4d5c33935fcb" - }; - var coverage = global[gcv] || (global[gcv] = {}); - if (!coverage[path] || coverage[path].hash !== hash) { - coverage[path] = coverageData; - } - var actualCoverage = coverage[path]; - { - // @ts-ignore - cov_1ah9bessw2 = function () { - return actualCoverage; - }; - } - return actualCoverage; -} -cov_1ah9bessw2(); -cov_1ah9bessw2().s[0]++; document.addEventListener("DOMContentLoaded", function () { - cov_1ah9bessw2().f[0]++; - cov_1ah9bessw2().s[1]++; document.querySelectorAll("pre code").forEach(function (element) { - cov_1ah9bessw2().f[1]++; - cov_1ah9bessw2().s[2]++; return common.highlightElement(element); }); });