Migrate old externs 9/x

This commit is contained in:
2026-06-17 20:48:46 +08:00
parent 00fe7ca3bb
commit 01d4eb09a6
66 changed files with 708 additions and 420 deletions
@@ -2,13 +2,13 @@
Components.Vim.State.Recorder = function(){};
/** @type Function */
Components.Vim.State.Recorder.undo;
Components.Vim.State.Recorder.prototype.undo;
/** @type Function */
Components.Vim.State.Recorder.redo;
Components.Vim.State.Recorder.prototype.redo;
/** @type Function */
Components.Vim.State.Recorder.record;
Components.Vim.State.Recorder.prototype.record;
/** @type Function */
Components.Vim.State.Recorder.save;
Components.Vim.State.Recorder.prototype.save;
/** @type Boolean */
Components.Vim.State.Recorder.changed;
Components.Vim.State.Recorder.prototype.changed;