(e)
| 866 | } |
| 867 | } |
| 868 | html(e) { |
| 869 | let t = this.rules.block.html.exec(e); |
| 870 | if (t) |
| 871 | return { |
| 872 | type: "html", |
| 873 | block: !0, |
| 874 | raw: t[0], |
| 875 | pre: t[1] === "pre" || t[1] === "script" || t[1] === "style", |
| 876 | text: t[0], |
| 877 | }; |
| 878 | } |
| 879 | def(e) { |
| 880 | let t = this.rules.block.def.exec(e); |
| 881 | if (t) { |
no outgoing calls
no test coverage detected