Skip to content

Commit

Permalink
fix: ts error and update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
saravmajestic committed Sep 24, 2024
1 parent f685076 commit 67fd4f8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/webview_provider/newLineagePanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ export class NewLineagePanel
return true;
});
const bulkCompiledSql = await project.getBulkCompiledSql(
event,
event.event,
modelsToCompile.filter((m) => !mappedCompiledSql[m]),
);
for (const key of modelsToFetch) {
Expand Down
18 changes: 18 additions & 0 deletions webview_panels/src/lib/altimate/altimate-components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,21 @@ declare global {
}
}

export declare namespace Identifiers {
const GeneratedThemeName = "ipython-theme";
const MatplotLibDefaultParams = "_VSCode_defaultMatplotlib_Params";
const MatplotLibFigureFormats = "_VSCode_matplotLib_FigureFormats";
const DefaultCodeCellMarker = "# %%";
const DefaultCommTarget = "jupyter.widget";
const ALL_VARIABLES = "ALL_VARIABLES";
const KERNEL_VARIABLES = "KERNEL_VARIABLES";
const DEBUGGER_VARIABLES = "DEBUGGER_VARIABLES";
const PYTHON_VARIABLES_REQUESTER = "PYTHON_VARIABLES_REQUESTER";
const MULTIPLEXING_DEBUGSERVICE = "MULTIPLEXING_DEBUGSERVICE";
const RUN_BY_LINE_DEBUGSERVICE = "RUN_BY_LINE_DEBUGSERVICE";
const REMOTE_URI = "https://remote/";
const REMOTE_URI_ID_PARAM = "id";
const REMOTE_URI_HANDLE_PARAM = "uriHandle";
const REMOTE_URI_EXTENSION_ID_PARAM = "extensionId";
}

2 changes: 1 addition & 1 deletion webview_panels/src/lib/altimate/altimate-components.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { A as a, m as e, l as r, C as n, k as i, i as t, h as C, D as l, L as p } from "./main.js";
import { A as a, l as e, m as r, C as n, k as i, i as t, h as C, D as l, L as p } from "./main.js";
export {
a as ApiHelper,
e as CLL,
Expand Down
4 changes: 2 additions & 2 deletions webview_panels/src/lib/altimate/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25014,8 +25014,8 @@ export {
td as i,
h as j,
vh as k,
av as l,
Re as m,
Re as l,
av as m,
CC as s,
st as u
};

0 comments on commit 67fd4f8

Please sign in to comment.