Skip to content

Commit 6275f37

Browse files
Remove special usecounter mapping
1 parent 5477acc commit 6275f37

File tree

2 files changed

+324
-310
lines changed

2 files changed

+324
-310
lines changed

additional-data/scripts/update-use-counters.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ const OUTPUT_FILE = path.join(import.meta.dirname, "../use-counters.json");
2020
// Some useCounter names do not follow the rule for dash-to-camelCase conversion.
2121
// Mapping them manually here.
2222
const UCNAME_TO_WFID_SPECIAL_CASES = {
23-
"BarProp": "barprop",
24-
"BeforeInstallPrompt": "beforeinstallprompt",
25-
"BeforeUnload": "beforeunload",
26-
"ErrorIsError": "is-error",
27-
"FetchLater": "fetchlater",
2823
"Float16array": "float16array",
2924
"LaunchHandler": "app-launch-handler",
3025
"MoveBeforeAPI": "move-before"

0 commit comments

Comments
 (0)