Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 8b841d22ca8bba4d0c132c959317cfb6eb3939f8 https://github.com/phpmyadmin/phpmyadmin/commit/8b841d22ca8bba4d0c132c959317... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-04-03 (Mon, 04 April 2023) -03:00
Changed paths: M js/src/designer/history.ts M js/src/designer/move.ts M js/src/gis_data_editor.ts M js/src/import.ts M js/src/makegrid.ts M js/src/modules/functions.ts M js/src/modules/functions/checkNumberOfFields.ts M js/src/modules/functions/createProfilingChart.ts M js/src/modules/sql-highlight.ts M js/src/server/status/monitor.ts M js/src/server/status/queries.ts M js/src/sql.ts M js/src/table/change.ts M js/src/table/chart.ts M js/src/table/gis_visualization.ts M js/src/table/select.ts M js/src/table/zoom_plot_jqplot.ts M test/javascript/sql.test.ts M webpack.config.cjs
Log Message: ----------- Access JS globals from window object
Fixes TS2304 errors.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev