commit 18688a55a4d0afb6a4838ea27e63536526354c94
parent cd6254eeb356cc90e9c06f68efa277e597fea34d
Author: Mark Banner <standard8@mozilla.com>
Date: Tue, 23 Dec 2025 13:34:11 +0000
Bug 2007356 - Extend TypeScript file coverage for the address bar code to all modules. r=urlbar-reviewers,mak
Differential Revision: https://phabricator.services.mozilla.com/D277324
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/browser/components/urlbar/tsconfig.json b/browser/components/urlbar/tsconfig.json
@@ -1,6 +1,7 @@
{
- "include": ["**/*.sys.mjs", "types/*.ts"],
+ "include": ["**/*.mjs", "types/*.ts"],
"exclude": [
+ "content/UrlbarInput.mjs",
"UrlbarProviderGlobalActions.sys.mjs",
"UrlbarView.sys.mjs",
"private/SuggestBackendRust.sys.mjs",