lightbox: Convert module to TypeScript.

This commit is contained in:
afeefuddin
2024-03-24 16:34:26 +05:30
committed by Tim Abbott
parent 59c761fe32
commit da80afd6f4
3 changed files with 81 additions and 53 deletions

View File

@@ -144,7 +144,7 @@ js_rules = RuleList(
"exclude_pattern": r"""\.html\(("|'|render_|\w+_html|html|message\.content|util\.clean_user_content_links|rendered_|$|\)|error_html|widget_elem|\$error|\$\("<p>"\))""",
"exclude": {
"web/src/portico",
"web/src/lightbox.js",
"web/src/lightbox.ts",
"web/src/ui_report.ts",
"web/src/dialog_widget.ts",
"web/tests/",