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:
parent
bf5284b3b9
commit
08d9391a8a
4 changed files with 119 additions and 1 deletions
|
|
@ -8,6 +8,6 @@
|
|||
"strict": true,
|
||||
"noEmit": true,
|
||||
"target": "ES6",
|
||||
"lib": ["ES2019.Array", "DOM", "DOM.Iterable"]
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue