[phpmyadmin/phpmyadmin] 0d843e: Replace var with let or const in TypeScript files
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0d843e68fe767eb173a490fbe0195d67ae9e378a https://github.com/phpmyadmin/phpmyadmin/commit/0d843e68fe767eb173a490fbe019... Author: Maurício Meneghini Fauth <mauricio@mfauth.net> Date: 2026-04-09 (Thu, 04 April 2026) -03:00 Changed paths: M resources/js/codemirror/addon/lint/sql-lint.ts M resources/js/database/central_columns.ts M resources/js/database/events.ts M resources/js/database/multi_table_query.ts M resources/js/database/operations.ts M resources/js/database/query_generator.ts M resources/js/database/routines.ts M resources/js/database/search.ts M resources/js/database/structure.ts M resources/js/designer/database.ts M resources/js/designer/history.ts M resources/js/designer/init.ts M resources/js/designer/move.ts M resources/js/designer/objects.ts M resources/js/designer/page.ts M resources/js/drag_drop_import.ts M resources/js/error_report.ts M resources/js/export.ts M resources/js/export_output.ts M resources/js/import.ts M resources/js/jquery.sortable-table.ts M resources/js/makegrid.ts M resources/js/menu_resizer.ts M resources/js/modules/ajax-message.ts M resources/js/modules/ajax.ts M resources/js/modules/common.ts M resources/js/modules/config.ts M resources/js/modules/console.ts M resources/js/modules/functions.ts M resources/js/modules/functions/adjustTotals.ts M resources/js/modules/functions/checkNumberOfFields.ts M resources/js/modules/functions/formatDateTime.ts M resources/js/modules/functions/getImageTag.ts M resources/js/modules/functions/getJsConfirmCommonParam.ts M resources/js/modules/functions/handleCreateViewModal.ts M resources/js/modules/functions/ignorePhpErrors.ts M resources/js/modules/functions/refreshMainContent.ts M resources/js/modules/indexes.ts M resources/js/modules/indexes/checkIndexName.ts M resources/js/modules/indexes/checkIndexType.ts M resources/js/modules/json-highlight.ts M resources/js/modules/keyhandler.ts M resources/js/modules/navigation.ts M resources/js/modules/navigation/event-loader.ts M resources/js/modules/page_settings.ts M resources/js/modules/sql-highlight.ts M resources/js/multi_column_sort.ts M resources/js/normalization.ts M resources/js/replication.ts M resources/js/server/databases.ts M resources/js/server/plugins.ts M resources/js/server/privileges.ts M resources/js/server/status/monitor.ts M resources/js/server/status/processes.ts M resources/js/server/status/variables.ts M resources/js/server/variables.ts M resources/js/setup/scripts.ts M resources/js/shortcuts_handler.ts M resources/js/sql.ts M resources/js/table/change.ts M resources/js/table/chart.ts M resources/js/table/find_replace.ts M resources/js/table/operations.ts M resources/js/table/relation.ts M resources/js/table/select.ts M resources/js/table/structure.ts M resources/js/table/tracking.ts M resources/js/table/zoom_search.ts M resources/js/transformations/image_upload.ts M resources/js/transformations/xml.ts M resources/js/triggers.ts M resources/js/u2f.ts Log Message: ----------- Replace var with let or const in TypeScript files Most of the changes were done by PhpStorm. Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net> Commit: e18b197a112848a4ee10c3f0c17cc26850120bfa https://github.com/phpmyadmin/phpmyadmin/commit/e18b197a112848a4ee10c3f0c17c... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-04-09 (Thu, 04 April 2026) -03:00 Changed paths: M resources/js/codemirror/addon/lint/sql-lint.ts M resources/js/database/central_columns.ts M resources/js/database/events.ts M resources/js/database/multi_table_query.ts M resources/js/database/operations.ts M resources/js/database/query_generator.ts M resources/js/database/routines.ts M resources/js/database/search.ts M resources/js/database/structure.ts M resources/js/designer/database.ts M resources/js/designer/history.ts M resources/js/designer/init.ts M resources/js/designer/move.ts M resources/js/designer/objects.ts M resources/js/designer/page.ts M resources/js/drag_drop_import.ts M resources/js/error_report.ts M resources/js/export.ts M resources/js/export_output.ts M resources/js/import.ts M resources/js/jquery.sortable-table.ts M resources/js/makegrid.ts M resources/js/menu_resizer.ts M resources/js/modules/ajax-message.ts M resources/js/modules/ajax.ts M resources/js/modules/common.ts M resources/js/modules/config.ts M resources/js/modules/console.ts M resources/js/modules/functions.ts M resources/js/modules/functions/adjustTotals.ts M resources/js/modules/functions/checkNumberOfFields.ts M resources/js/modules/functions/formatDateTime.ts M resources/js/modules/functions/getImageTag.ts M resources/js/modules/functions/getJsConfirmCommonParam.ts M resources/js/modules/functions/handleCreateViewModal.ts M resources/js/modules/functions/ignorePhpErrors.ts M resources/js/modules/functions/refreshMainContent.ts M resources/js/modules/indexes.ts M resources/js/modules/indexes/checkIndexName.ts M resources/js/modules/indexes/checkIndexType.ts M resources/js/modules/json-highlight.ts M resources/js/modules/keyhandler.ts M resources/js/modules/navigation.ts M resources/js/modules/navigation/event-loader.ts M resources/js/modules/page_settings.ts M resources/js/modules/sql-highlight.ts M resources/js/multi_column_sort.ts M resources/js/normalization.ts M resources/js/replication.ts M resources/js/server/databases.ts M resources/js/server/plugins.ts M resources/js/server/privileges.ts M resources/js/server/status/monitor.ts M resources/js/server/status/processes.ts M resources/js/server/status/variables.ts M resources/js/server/variables.ts M resources/js/setup/scripts.ts M resources/js/shortcuts_handler.ts M resources/js/sql.ts M resources/js/table/change.ts M resources/js/table/chart.ts M resources/js/table/find_replace.ts M resources/js/table/operations.ts M resources/js/table/relation.ts M resources/js/table/select.ts M resources/js/table/structure.ts M resources/js/table/tracking.ts M resources/js/table/zoom_search.ts M resources/js/transformations/image_upload.ts M resources/js/transformations/xml.ts M resources/js/triggers.ts M resources/js/u2f.ts Log Message: ----------- Merge pull request #20274 from MauricioFauth/var-let-const Replace var with let or const in TypeScript files
participants (1)
-
Maurício Meneghini Fauth