????
Current Path : C:/opt/pgsql/pgAdmin 4/web/pgadmin/tools/sqleditor/static/js/ |
Current File : C:/opt/pgsql/pgAdmin 4/web/pgadmin/tools/sqleditor/static/js/index.js |
///////////////////////////////////////////////////////////// // // pgAdmin 4 - PostgreSQL Tools // // Copyright (C) 2013 - 2024, The pgAdmin Development Team // This software is released under the PostgreSQL Licence // ////////////////////////////////////////////////////////////// import pgAdmin from 'sources/pgadmin'; import pgBrowser from 'top/browser/static/js/browser'; import SQLEditor from './SQLEditorModule'; /* eslint-disable */ /* This is used to change publicPath of webpack at runtime for loading chunks */ /* Do not add let, var, const to this variable */ __webpack_public_path__ = window.resourceBasePath; /* eslint-enable */ if(!pgAdmin.Tools) { pgAdmin.Tools = {}; } pgAdmin.Tools.SQLEditor = SQLEditor.getInstance(pgAdmin, pgBrowser); module.exports = { SQLEditor: SQLEditor, };