diff --git a/web/pgadmin/tools/debugger/templates/debugger/js/direct.js b/web/pgadmin/tools/debugger/templates/debugger/js/direct.js index 92b97a144..cfa2db9c1 100644 --- a/web/pgadmin/tools/debugger/templates/debugger/js/direct.js +++ b/web/pgadmin/tools/debugger/templates/debugger/js/direct.js @@ -1,5 +1,5 @@ define([ - 'sources/gettext', 'sources/url_for' ,'jquery', 'underscore', 'underscore.string', 'alertify', + 'babel-polyfill', 'sources/gettext', 'sources/url_for' ,'jquery', 'underscore', 'underscore.string', 'alertify', 'pgadmin','pgadmin.browser', 'backbone', 'backgrid', 'sources/../bundle/codemirror', 'backform', 'tools.debugger.ui', 'sources/alerts/alertify_wrapper', @@ -8,7 +8,7 @@ define([ 'pgadmin.backgrid' ], function( - gettext, url_for, $, _, S, Alertify, pgAdmin, pgBrowser, Backbone, Backgrid, + babelPolyfill, gettext, url_for, $, _, S, Alertify, pgAdmin, pgBrowser, Backbone, Backgrid, codemirror, Backform, debug_function_again, AlertifyWrapper ) { diff --git a/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js b/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js index 13bd03d1c..a402ff4fd 100644 --- a/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js +++ b/web/pgadmin/tools/sqleditor/templates/sqleditor/js/sqleditor.js @@ -1,5 +1,5 @@ define('tools.querytool', [ - 'sources/gettext','sources/url_for', 'jquery', 'underscore', 'underscore.string', 'alertify', + 'babel-polyfill', 'sources/gettext','sources/url_for', 'jquery', 'underscore', 'underscore.string', 'alertify', 'pgadmin', 'backbone', 'sources/../bundle/codemirror', 'pgadmin.misc.explain', 'sources/selection/grid_selector', 'sources/selection/active_cell_capture', @@ -22,7 +22,7 @@ define('tools.querytool', [ 'slick.pgadmin.editors', 'pgadmin.browser' ], function( - gettext, url_for, $, _, S, alertify, pgAdmin, Backbone, codemirror, + babelPollyfill, gettext, url_for, $, _, S, alertify, pgAdmin, Backbone, codemirror, pgExplain, GridSelector, ActiveCellCapture, clipboard, copyData, RangeSelectionHelper, handleQueryOutputKeyboardEvent, XCellSelectionModel, setStagedRows, SqlEditorUtils, HistoryBundle, queryHistory, React, ReactDOM, AlertifyWrapper, keyboardShortcuts