feat(keymap-upgrader): Upgrade renamed nodes

Added an upgrade function to fix renamed behavior nodes in the unlikely
event that someone was changing behavior settings this way instead of
using references.
This commit is contained in:
Joel Spadin
2024-01-22 15:10:52 -06:00
parent bf5284b3b9
commit 08d9391a8a
4 changed files with 119 additions and 1 deletions

View File

@@ -8,6 +8,6 @@
"strict": true,
"noEmit": true,
"target": "ES6",
"lib": ["ES2019.Array", "DOM", "DOM.Iterable"]
"lib": ["ES2022", "DOM", "DOM.Iterable"]
}
}