@deephaven/redux 0.6.1-alpha.5 → 0.6.1-markdownnotebooks.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/actionTypes.d.ts +8 -8
- package/dist/actionTypes.d.ts.map +1 -1
- package/dist/actionTypes.js.map +1 -1
- package/dist/actions.d.ts +27 -30
- package/dist/actions.d.ts.map +1 -1
- package/dist/actions.js +2 -2
- package/dist/actions.js.map +1 -1
- package/dist/index.d.ts +6 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/middleware/crashReporter.d.ts +1 -2
- package/dist/middleware/crashReporter.d.ts.map +1 -1
- package/dist/middleware/crashReporter.js.map +1 -1
- package/dist/middleware/index.d.ts +3 -1
- package/dist/middleware/index.d.ts.map +1 -1
- package/dist/middleware/index.js.map +1 -1
- package/dist/middleware/logger.d.ts +1 -2
- package/dist/middleware/logger.d.ts.map +1 -1
- package/dist/middleware/logger.js.map +1 -1
- package/dist/reducers/activeTool.d.ts +1 -1
- package/dist/reducers/activeTool.d.ts.map +1 -1
- package/dist/reducers/activeTool.js.map +1 -1
- package/dist/reducers/common/index.d.ts +3 -3
- package/dist/reducers/common/index.d.ts.map +1 -1
- package/dist/reducers/common/index.js.map +1 -1
- package/dist/reducers/common/mergeReducer.d.ts +2 -8
- package/dist/reducers/common/mergeReducer.d.ts.map +1 -1
- package/dist/reducers/common/mergeReducer.js +21 -23
- package/dist/reducers/common/mergeReducer.js.map +1 -1
- package/dist/reducers/common/replaceByIdReducer.d.ts +2 -7
- package/dist/reducers/common/replaceByIdReducer.d.ts.map +1 -1
- package/dist/reducers/common/replaceByIdReducer.js +4 -4
- package/dist/reducers/common/replaceByIdReducer.js.map +1 -1
- package/dist/reducers/common/replaceReducer.d.ts +2 -8
- package/dist/reducers/common/replaceReducer.d.ts.map +1 -1
- package/dist/reducers/common/replaceReducer.js +14 -16
- package/dist/reducers/common/replaceReducer.js.map +1 -1
- package/dist/reducers/index.d.ts +10 -10
- package/dist/reducers/index.d.ts.map +1 -1
- package/dist/reducers/index.js.map +1 -1
- package/dist/reducers/storage/commandHistoryStorage.d.ts +1 -1
- package/dist/reducers/storage/commandHistoryStorage.d.ts.map +1 -1
- package/dist/reducers/storage/commandHistoryStorage.js.map +1 -1
- package/dist/reducers/storage/fileStorage.d.ts +1 -1
- package/dist/reducers/storage/fileStorage.d.ts.map +1 -1
- package/dist/reducers/storage/fileStorage.js.map +1 -1
- package/dist/reducers/storage/index.d.ts +4 -4
- package/dist/reducers/storage/index.d.ts.map +1 -1
- package/dist/reducers/storage/index.js.map +1 -1
- package/dist/reducers/storage/workspaceStorage.d.ts +1 -1
- package/dist/reducers/storage/workspaceStorage.d.ts.map +1 -1
- package/dist/reducers/storage/workspaceStorage.js.map +1 -1
- package/dist/reducers/user.d.ts +1 -1
- package/dist/reducers/user.d.ts.map +1 -1
- package/dist/reducers/user.js.map +1 -1
- package/dist/reducers/workspace.d.ts +1 -1
- package/dist/reducers/workspace.d.ts.map +1 -1
- package/dist/reducers/workspace.js.map +1 -1
- package/dist/reducers/workspaceStorage.d.ts +1 -1
- package/dist/reducers/workspaceStorage.d.ts.map +1 -1
- package/dist/reducers/workspaceStorage.js.map +1 -1
- package/dist/selectors.d.ts +17 -20
- package/dist/selectors.d.ts.map +1 -1
- package/dist/selectors.js +1 -1
- package/dist/selectors.js.map +1 -1
- package/dist/store.d.ts +1 -51
- package/dist/store.d.ts.map +1 -1
- package/dist/store.js +5 -3
- package/dist/store.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -7
package/dist/actionTypes.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
1
|
+
export const SAVE_WORKSPACE: "SAVE_WORKSPACE";
|
|
2
|
+
export const SET_ACTIVE_TOOL: "SET_ACTIVE_TOOL";
|
|
3
|
+
export const SET_COMMAND_HISTORY_STORAGE: "SET_COMMAND_HISTORY_STORAGE";
|
|
4
|
+
export const SET_DASHBOARD_STORAGE: "SET_DASHBOARD_STORAGE";
|
|
5
|
+
export const SET_FILE_STORAGE: "SET_FILE_STORAGE";
|
|
6
|
+
export const SET_USER: "SET_USER";
|
|
7
|
+
export const SET_WORKSPACE: "SET_WORKSPACE";
|
|
8
|
+
export const SET_WORKSPACE_STORAGE: "SET_WORKSPACE_STORAGE";
|
|
9
9
|
//# sourceMappingURL=actionTypes.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actionTypes.d.ts","sourceRoot":"","sources":["../src/actionTypes.
|
|
1
|
+
{"version":3,"file":"actionTypes.d.ts","sourceRoot":"","sources":["../src/actionTypes.js"],"names":[],"mappings":"AAAA,8CAA+C;AAE/C,gDAAiD;AAEjD,wEAAyE;AAEzE,4DAA6D;AAE7D,kDAAmD;AAEnD,kCAAmC;AAEnC,4CAA6C;AAE7C,4DAA6D"}
|
package/dist/actionTypes.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/actionTypes.
|
|
1
|
+
{"version":3,"sources":["../src/actionTypes.js"],"names":["SAVE_WORKSPACE","SET_ACTIVE_TOOL","SET_COMMAND_HISTORY_STORAGE","SET_DASHBOARD_STORAGE","SET_FILE_STORAGE","SET_USER","SET_WORKSPACE","SET_WORKSPACE_STORAGE"],"mappings":"AAAA,OAAO,IAAMA,cAAc,GAAG,gBAAvB;AAEP,OAAO,IAAMC,eAAe,GAAG,iBAAxB;AAEP,OAAO,IAAMC,2BAA2B,GAAG,6BAApC;AAEP,OAAO,IAAMC,qBAAqB,GAAG,uBAA9B;AAEP,OAAO,IAAMC,gBAAgB,GAAG,kBAAzB;AAEP,OAAO,IAAMC,QAAQ,GAAG,UAAjB;AAEP,OAAO,IAAMC,aAAa,GAAG,eAAtB;AAEP,OAAO,IAAMC,qBAAqB,GAAG,uBAA9B","sourcesContent":["export const SAVE_WORKSPACE = 'SAVE_WORKSPACE';\n\nexport const SET_ACTIVE_TOOL = 'SET_ACTIVE_TOOL';\n\nexport const SET_COMMAND_HISTORY_STORAGE = 'SET_COMMAND_HISTORY_STORAGE';\n\nexport const SET_DASHBOARD_STORAGE = 'SET_DASHBOARD_STORAGE';\n\nexport const SET_FILE_STORAGE = 'SET_FILE_STORAGE';\n\nexport const SET_USER = 'SET_USER';\n\nexport const SET_WORKSPACE = 'SET_WORKSPACE';\n\nexport const SET_WORKSPACE_STORAGE = 'SET_WORKSPACE_STORAGE';\n"],"file":"actionTypes.js"}
|
package/dist/actions.d.ts
CHANGED
|
@@ -1,31 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
payload:
|
|
8
|
-
}
|
|
9
|
-
export
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
export
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
*/
|
|
29
|
-
export declare const saveSettings: (settings: WorkspaceSettings) => ThunkAction<Promise<Workspace>, RootState, never, PayloadAction<unknown>>;
|
|
30
|
-
export declare const setActiveTool: PayloadActionCreator<string>;
|
|
1
|
+
export function setUser(user: any): {
|
|
2
|
+
type: string;
|
|
3
|
+
payload: any;
|
|
4
|
+
};
|
|
5
|
+
export function setWorkspace(workspace: any): {
|
|
6
|
+
type: string;
|
|
7
|
+
payload: any;
|
|
8
|
+
};
|
|
9
|
+
export function setWorkspaceStorage(workspaceStorage: any): {
|
|
10
|
+
type: string;
|
|
11
|
+
payload: any;
|
|
12
|
+
};
|
|
13
|
+
export function setCommandHistoryStorage(commandHistoryStorage: any): {
|
|
14
|
+
type: string;
|
|
15
|
+
payload: any;
|
|
16
|
+
};
|
|
17
|
+
export function setFileStorage(fileStorage: any): {
|
|
18
|
+
type: string;
|
|
19
|
+
payload: any;
|
|
20
|
+
};
|
|
21
|
+
export function saveWorkspace(workspace: any): (dispatch: any, getState: any) => any;
|
|
22
|
+
export function updateWorkspaceData(workspaceData: Object): (dispatch: any, getState: any) => any;
|
|
23
|
+
export function saveSettings(settings: Object): (dispatch: any) => any;
|
|
24
|
+
export function setActiveTool(payload: any): {
|
|
25
|
+
type: string;
|
|
26
|
+
payload: any;
|
|
27
|
+
};
|
|
31
28
|
//# sourceMappingURL=actions.d.ts.map
|
package/dist/actions.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../src/actions.
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../src/actions.js"],"names":[],"mappings":"AASO;;;EAGL;AAEK;;;EAGL;AAEK;;;EAGL;AAEK;;;EAGL;AAEK;;;EAGL;AAMK,qFAMN;AAMM,mDAFI,MAAM,yCAahB;AAMM,uCAFI,MAAM,0BAG4B;AAEtC;;;EAGL"}
|
package/dist/actions.js
CHANGED
|
@@ -27,7 +27,7 @@ export var setFileStorage = fileStorage => ({
|
|
|
27
27
|
});
|
|
28
28
|
/**
|
|
29
29
|
* Sets the specified workspace locally and saves it remotely
|
|
30
|
-
* @param workspace The workspace to save
|
|
30
|
+
* @param {Workspace} workspace The workspace to save
|
|
31
31
|
*/
|
|
32
32
|
|
|
33
33
|
export var saveWorkspace = workspace => (dispatch, getState) => {
|
|
@@ -42,7 +42,7 @@ export var saveWorkspace = workspace => (dispatch, getState) => {
|
|
|
42
42
|
};
|
|
43
43
|
/**
|
|
44
44
|
* Update part of the workspace data and save it
|
|
45
|
-
* @param workspaceData The
|
|
45
|
+
* @param {Object} workspaceData The property to update in workspace data
|
|
46
46
|
*/
|
|
47
47
|
|
|
48
48
|
export var updateWorkspaceData = workspaceData => (dispatch, getState) => {
|
package/dist/actions.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/actions.
|
|
1
|
+
{"version":3,"sources":["../src/actions.js"],"names":["SET_USER","SET_WORKSPACE","SET_COMMAND_HISTORY_STORAGE","SET_WORKSPACE_STORAGE","SET_ACTIVE_TOOL","SET_FILE_STORAGE","setUser","user","type","payload","setWorkspace","workspace","setWorkspaceStorage","workspaceStorage","setCommandHistoryStorage","commandHistoryStorage","setFileStorage","fileStorage","saveWorkspace","dispatch","getState","storage","save","updateWorkspaceData","workspaceData","data","newWorkspace","saveSettings","settings","setActiveTool"],"mappings":";;;;;;SACEA,Q,EACAC,a,EACAC,2B,EACAC,qB,EACAC,e,EACAC,gB;AAGF,OAAO,IAAMC,OAAO,GAAGC,IAAI,KAAK;AAC9BC,EAAAA,IAAI,EAAER,QADwB;AAE9BS,EAAAA,OAAO,EAAEF;AAFqB,CAAL,CAApB;AAKP,OAAO,IAAMG,YAAY,GAAGC,SAAS,KAAK;AACxCH,EAAAA,IAAI,EAAEP,aADkC;AAExCQ,EAAAA,OAAO,EAAEE;AAF+B,CAAL,CAA9B;AAKP,OAAO,IAAMC,mBAAmB,GAAGC,gBAAgB,KAAK;AACtDL,EAAAA,IAAI,EAAEL,qBADgD;AAEtDM,EAAAA,OAAO,EAAEI;AAF6C,CAAL,CAA5C;AAKP,OAAO,IAAMC,wBAAwB,GAAGC,qBAAqB,KAAK;AAChEP,EAAAA,IAAI,EAAEN,2BAD0D;AAEhEO,EAAAA,OAAO,EAAEM;AAFuD,CAAL,CAAtD;AAKP,OAAO,IAAMC,cAAc,GAAGC,WAAW,KAAK;AAC5CT,EAAAA,IAAI,EAAEH,gBADsC;AAE5CI,EAAAA,OAAO,EAAEQ;AAFmC,CAAL,CAAlC;AAKP;AACA;AACA;AACA;;AACA,OAAO,IAAMC,aAAa,GAAGP,SAAS,IAAI,CAACQ,QAAD,EAAWC,QAAX,KAAwB;AAChED,EAAAA,QAAQ,CAACT,YAAY,CAACC,SAAD,CAAb,CAAR;AAEA,MAAM;AAAEU,IAAAA;AAAF,MAAcD,QAAQ,EAA5B;AACA,MAAM;AAAEP,IAAAA;AAAF,MAAuBQ,OAA7B;AACA,SAAOR,gBAAgB,CAACS,IAAjB,CAAsBX,SAAtB,CAAP;AACD,CANM;AAQP;AACA;AACA;AACA;;AACA,OAAO,IAAMY,mBAAmB,GAAGC,aAAa,IAAI,CAACL,QAAD,EAAWC,QAAX,KAAwB;AAC1E,MAAM;AAAET,IAAAA;AAAF,MAAgBS,QAAQ,EAA9B;AACA,MAAM;AAAEK,IAAAA;AAAF,MAAWd,SAAjB;;AACA,MAAMe,YAAY,mCACbf,SADa;AAEhBc,IAAAA,IAAI,kCACCA,IADD,GAECD,aAFD;AAFY,IAAlB;;AAOA,SAAOL,QAAQ,CAACD,aAAa,CAACQ,YAAD,CAAd,CAAf;AACD,CAXM;AAaP;AACA;AACA;AACA;;AACA,OAAO,IAAMC,YAAY,GAAGC,QAAQ,IAAIT,QAAQ,IAC9CA,QAAQ,CAACI,mBAAmB,CAAC;AAAEK,EAAAA;AAAF,CAAD,CAApB,CADH;AAGP,OAAO,IAAMC,aAAa,GAAGpB,OAAO,KAAK;AACvCD,EAAAA,IAAI,EAAEJ,eADiC;AAEvCK,EAAAA;AAFuC,CAAL,CAA7B","sourcesContent":["import {\n SET_USER,\n SET_WORKSPACE,\n SET_COMMAND_HISTORY_STORAGE,\n SET_WORKSPACE_STORAGE,\n SET_ACTIVE_TOOL,\n SET_FILE_STORAGE,\n} from './actionTypes';\n\nexport const setUser = user => ({\n type: SET_USER,\n payload: user,\n});\n\nexport const setWorkspace = workspace => ({\n type: SET_WORKSPACE,\n payload: workspace,\n});\n\nexport const setWorkspaceStorage = workspaceStorage => ({\n type: SET_WORKSPACE_STORAGE,\n payload: workspaceStorage,\n});\n\nexport const setCommandHistoryStorage = commandHistoryStorage => ({\n type: SET_COMMAND_HISTORY_STORAGE,\n payload: commandHistoryStorage,\n});\n\nexport const setFileStorage = fileStorage => ({\n type: SET_FILE_STORAGE,\n payload: fileStorage,\n});\n\n/**\n * Sets the specified workspace locally and saves it remotely\n * @param {Workspace} workspace The workspace to save\n */\nexport const saveWorkspace = workspace => (dispatch, getState) => {\n dispatch(setWorkspace(workspace));\n\n const { storage } = getState();\n const { workspaceStorage } = storage;\n return workspaceStorage.save(workspace);\n};\n\n/**\n * Update part of the workspace data and save it\n * @param {Object} workspaceData The property to update in workspace data\n */\nexport const updateWorkspaceData = workspaceData => (dispatch, getState) => {\n const { workspace } = getState();\n const { data } = workspace;\n const newWorkspace = {\n ...workspace,\n data: {\n ...data,\n ...workspaceData,\n },\n };\n return dispatch(saveWorkspace(newWorkspace));\n};\n\n/**\n * Sets the specified settings locally and saves them remotely\n * @param {Object} settings The settings to save\n */\nexport const saveSettings = settings => dispatch =>\n dispatch(updateWorkspaceData({ settings }));\n\nexport const setActiveTool = payload => ({\n type: SET_ACTIVE_TOOL,\n payload,\n});\n"],"file":"actions.js"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export { default as reducers } from
|
|
5
|
-
export { default as reducerRegistry } from
|
|
6
|
-
export
|
|
7
|
-
export { default as store } from './store';
|
|
1
|
+
export * from "./selectors";
|
|
2
|
+
export * from "./actions";
|
|
3
|
+
export * from "./reducers/common";
|
|
4
|
+
export { default as reducers } from "./reducers";
|
|
5
|
+
export { default as reducerRegistry } from "./reducerRegistry";
|
|
6
|
+
export { default as store } from "./store";
|
|
8
7
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.js"],"names":[],"mappings":""}
|
package/dist/index.js
CHANGED
|
@@ -3,6 +3,5 @@ export * from "./actions.js";
|
|
|
3
3
|
export * from "./reducers/common/index.js";
|
|
4
4
|
export { default as reducers } from "./reducers/index.js";
|
|
5
5
|
export { default as reducerRegistry } from "./reducerRegistry.js";
|
|
6
|
-
export * from "./store.js";
|
|
7
6
|
export { default as store } from "./store.js";
|
|
8
7
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.
|
|
1
|
+
{"version":3,"sources":["../src/index.js"],"names":["default","reducers","reducerRegistry","store"],"mappings":";;;SAGSA,OAAO,IAAIC,Q;SACXD,OAAO,IAAIE,e;SACXF,OAAO,IAAIG,K","sourcesContent":["export * from './selectors';\nexport * from './actions';\nexport * from './reducers/common';\nexport { default as reducers } from './reducers';\nexport { default as reducerRegistry } from './reducerRegistry';\nexport { default as store } from './store';\n"],"file":"index.js"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"crashReporter.d.ts","sourceRoot":"","sources":["../../src/middleware/crashReporter.
|
|
1
|
+
{"version":3,"file":"crashReporter.d.ts","sourceRoot":"","sources":["../../src/middleware/crashReporter.js"],"names":[],"mappings":";AAIA,gFAcC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/middleware/crashReporter.
|
|
1
|
+
{"version":3,"sources":["../../src/middleware/crashReporter.js"],"names":["Log","log","module","crashReporter","store","next","action","err","error","getState"],"mappings":"AAAA,OAAOA,GAAP,MAAgB,gBAAhB;AAEA,IAAMC,GAAG,GAAGD,GAAG,CAACE,MAAJ,CAAW,qBAAX,CAAZ;;AAEA,IAAMC,aAAa,GAAGC,KAAK,IAAIC,IAAI,IAAIC,MAAM,IAAI;AAC/C,MAAI;AACF,WAAOD,IAAI,CAACC,MAAD,CAAX;AACD,GAFD,CAEE,OAAOC,GAAP,EAAY;AACZN,IAAAA,GAAG,CAACO,KAAJ,CACE,iBADF,EAEEF,MAFF,EAGE,cAHF,EAIEF,KAAK,CAACK,QAAN,EAJF,EAKE,GALF,EAMEF,GANF;AAQA,UAAMA,GAAN;AACD;AACF,CAdD;;AAgBA,eAAeJ,aAAf","sourcesContent":["import Log from '@deephaven/log';\n\nconst log = Log.module('redux-crashReporter');\n\nconst crashReporter = store => next => action => {\n try {\n return next(action);\n } catch (err) {\n log.error(\n 'Error executing',\n action,\n ' with state ',\n store.getState(),\n ':',\n err\n );\n throw err;\n }\n};\n\nexport default crashReporter;\n"],"file":"crashReporter.js"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare var _default: (((store: any) => (next: any) => (action: any) => any) | (import("redux-thunk").ThunkMiddleware<any, import("redux").AnyAction, undefined> & {
|
|
2
|
+
withExtraArgument<ExtraThunkArg, State = any, BasicAction extends import("redux").Action<any> = import("redux").AnyAction>(extraArgument: ExtraThunkArg): import("redux-thunk").ThunkMiddleware<State, BasicAction, ExtraThunkArg>;
|
|
3
|
+
}))[];
|
|
2
4
|
export default _default;
|
|
3
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/middleware/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/middleware/index.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/middleware/index.
|
|
1
|
+
{"version":3,"sources":["../../src/middleware/index.js"],"names":["thunk","logger","crashReporter"],"mappings":"AAAA,OAAOA,KAAP,MAAkB,aAAlB;OACOC,M;OACAC,a;AAEP,eAAe,CAACD,MAAD,EAASC,aAAT,EAAwBF,KAAxB,CAAf","sourcesContent":["import thunk from 'redux-thunk';\nimport logger from './logger';\nimport crashReporter from './crashReporter';\n\nexport default [logger, crashReporter, thunk];\n"],"file":"index.js"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/middleware/logger.
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/middleware/logger.js"],"names":[],"mappings":";AAIA,yEAKC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/middleware/logger.
|
|
1
|
+
{"version":3,"sources":["../../src/middleware/logger.js"],"names":["Log","log","module","logger","store","next","action","debug","result","getState"],"mappings":"AAAA,OAAOA,GAAP,MAAgB,gBAAhB;AAEA,IAAMC,GAAG,GAAGD,GAAG,CAACE,MAAJ,CAAW,cAAX,CAAZ;;AAEA,IAAMC,MAAM,GAAGC,KAAK,IAAIC,IAAI,IAAIC,MAAM,IAAI;AACxCL,EAAAA,GAAG,CAACM,KAAJ,CAAU,aAAV,EAAyBD,MAAzB;AACA,MAAME,MAAM,GAAGH,IAAI,CAACC,MAAD,CAAnB;AACAL,EAAAA,GAAG,CAACM,KAAJ,CAAU,YAAV,EAAwBH,KAAK,CAACK,QAAN,EAAxB;AACA,SAAOD,MAAP;AACD,CALD;;AAOA,eAAeL,MAAf","sourcesContent":["import Log from '@deephaven/log';\n\nconst log = Log.module('redux-logger');\n\nconst logger = store => next => action => {\n log.debug('dispatching', action);\n const result = next(action);\n log.debug('next state', store.getState());\n return result;\n};\n\nexport default logger;\n"],"file":"logger.js"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"activeTool.d.ts","sourceRoot":"","sources":["../../src/reducers/activeTool.
|
|
1
|
+
{"version":3,"file":"activeTool.d.ts","sourceRoot":"","sources":["../../src/reducers/activeTool.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/reducers/activeTool.
|
|
1
|
+
{"version":3,"sources":["../../src/reducers/activeTool.js"],"names":["SET_ACTIVE_TOOL","replaceReducer"],"mappings":"AAAA;AACA;AACA;SACSA,e;SACAC,c;AAET,eAAeA,cAAc,CAACD,eAAD,EAAkB,IAAlB,CAA7B","sourcesContent":["/**\n * The active tool the user currently has selected\n */\nimport { SET_ACTIVE_TOOL } from '../actionTypes';\nimport { replaceReducer } from './common';\n\nexport default replaceReducer(SET_ACTIVE_TOOL, null);\n"],"file":"activeTool.js"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { default as mergeReducer } from
|
|
2
|
-
export { default as replaceByIdReducer } from
|
|
3
|
-
export { default as replaceReducer } from
|
|
1
|
+
export { default as mergeReducer } from "./mergeReducer";
|
|
2
|
+
export { default as replaceByIdReducer } from "./replaceByIdReducer";
|
|
3
|
+
export { default as replaceReducer } from "./replaceReducer";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/reducers/common/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/reducers/common/index.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/reducers/common/index.
|
|
1
|
+
{"version":3,"sources":["../../../src/reducers/common/index.js"],"names":["default","mergeReducer","replaceByIdReducer","replaceReducer"],"mappings":"SAASA,OAAO,IAAIC,Y;SACXD,OAAO,IAAIE,kB;SACXF,OAAO,IAAIG,c","sourcesContent":["export { default as mergeReducer } from './mergeReducer';\nexport { default as replaceByIdReducer } from './replaceByIdReducer';\nexport { default as replaceReducer } from './replaceReducer';\n"],"file":"index.js"}
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Setup a merge reducer for a specific action type.
|
|
4
|
-
* Will take the payload passed in and merge it with the previous state to update.
|
|
5
|
-
* @param type The action type
|
|
6
|
-
* @param initialState The initial state
|
|
7
|
-
*/
|
|
8
|
-
export default function mergeReducer<S>(type: string, initialState: S): Reducer<S>;
|
|
1
|
+
declare function _default(type: string, initialState: any): (state: any, action: any) => any;
|
|
2
|
+
export default _default;
|
|
9
3
|
//# sourceMappingURL=mergeReducer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mergeReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/common/mergeReducer.
|
|
1
|
+
{"version":3,"file":"mergeReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/common/mergeReducer.js"],"names":[],"mappings":"AAMe,gCAHJ,MAAM,gBACN,GAAG,oCAsBb"}
|
|
@@ -7,33 +7,31 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
7
7
|
/**
|
|
8
8
|
* Setup a merge reducer for a specific action type.
|
|
9
9
|
* Will take the payload passed in and merge it with the previous state to update.
|
|
10
|
-
* @param type The action type
|
|
11
|
-
* @param initialState The initial state
|
|
10
|
+
* @param {string} type The action type
|
|
11
|
+
* @param {any} initialState The initial state
|
|
12
12
|
*/
|
|
13
|
-
export default
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
var action = arguments.length > 1 ? arguments[1] : undefined;
|
|
13
|
+
export default ((type, initialState) => function () {
|
|
14
|
+
var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : initialState;
|
|
15
|
+
var action = arguments.length > 1 ? arguments[1] : undefined;
|
|
17
16
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
switch (action.type) {
|
|
18
|
+
case type:
|
|
19
|
+
{
|
|
20
|
+
var newState = action.payload;
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
if (state != null) {
|
|
28
|
-
return _objectSpread(_objectSpread({}, state), newState);
|
|
29
|
-
}
|
|
22
|
+
if (newState == null) {
|
|
23
|
+
return null;
|
|
24
|
+
}
|
|
30
25
|
|
|
31
|
-
|
|
26
|
+
if (state != null) {
|
|
27
|
+
return _objectSpread(_objectSpread({}, state), newState);
|
|
32
28
|
}
|
|
33
29
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
30
|
+
return _objectSpread({}, newState);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
default:
|
|
34
|
+
return state;
|
|
35
|
+
}
|
|
36
|
+
});
|
|
39
37
|
//# sourceMappingURL=mergeReducer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/reducers/common/mergeReducer.
|
|
1
|
+
{"version":3,"sources":["../../../src/reducers/common/mergeReducer.js"],"names":["type","initialState","state","action","newState","payload"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAe,CAACA,IAAD,EAAOC,YAAP,KAAwB,YAAkC;AAAA,MAAjCC,KAAiC,uEAAzBD,YAAyB;AAAA,MAAXE,MAAW;;AACvE,UAAQA,MAAM,CAACH,IAAf;AACE,SAAKA,IAAL;AAAW;AACT,YAAMI,QAAQ,GAAGD,MAAM,CAACE,OAAxB;;AACA,YAAID,QAAQ,IAAI,IAAhB,EAAsB;AACpB,iBAAO,IAAP;AACD;;AAED,YAAIF,KAAK,IAAI,IAAb,EAAmB;AACjB,iDACKA,KADL,GAEKE,QAFL;AAID;;AAED,iCAAYA,QAAZ;AACD;;AACD;AACE,aAAOF,KAAP;AAjBJ;AAmBD,CApBD","sourcesContent":["/**\n * Setup a merge reducer for a specific action type.\n * Will take the payload passed in and merge it with the previous state to update.\n * @param {string} type The action type\n * @param {any} initialState The initial state\n */\nexport default (type, initialState) => (state = initialState, action) => {\n switch (action.type) {\n case type: {\n const newState = action.payload;\n if (newState == null) {\n return null;\n }\n\n if (state != null) {\n return {\n ...state,\n ...newState,\n };\n }\n\n return { ...newState };\n }\n default:\n return state;\n }\n};\n"],"file":"mergeReducer.js"}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Setup a replace reducer for a specific action type.
|
|
4
|
-
* Will take the payload passed in and replace the entity at the id with the payload
|
|
5
|
-
* @param type The action type
|
|
6
|
-
*/
|
|
7
|
-
export default function replaceByIdReducer<S extends Record<string, unknown>>(type: string, initialState?: S, checkIfChanged?: boolean): Reducer<S>;
|
|
1
|
+
declare function _default(type: string, initialState?: {}, checkIfChanged?: boolean): (state: {} | undefined, action: any) => {};
|
|
2
|
+
export default _default;
|
|
8
3
|
//# sourceMappingURL=replaceByIdReducer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replaceByIdReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/common/replaceByIdReducer.
|
|
1
|
+
{"version":3,"file":"replaceByIdReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/common/replaceByIdReducer.js"],"names":[],"mappings":"AAOe,gCAFJ,MAAM,2FAoBhB"}
|
|
@@ -5,13 +5,13 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
5
5
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6
6
|
|
|
7
7
|
import deepEqual from 'deep-equal';
|
|
8
|
-
|
|
9
8
|
/**
|
|
10
9
|
* Setup a replace reducer for a specific action type.
|
|
11
10
|
* Will take the payload passed in and replace the entity at the id with the payload
|
|
12
|
-
* @param type The action type
|
|
11
|
+
* @param {string} type The action type
|
|
13
12
|
*/
|
|
14
|
-
|
|
13
|
+
|
|
14
|
+
export default (function (type) {
|
|
15
15
|
var initialState = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
16
16
|
var checkIfChanged = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
|
|
17
17
|
return function () {
|
|
@@ -43,5 +43,5 @@ export default function replaceByIdReducer(type) {
|
|
|
43
43
|
return state;
|
|
44
44
|
}
|
|
45
45
|
};
|
|
46
|
-
}
|
|
46
|
+
});
|
|
47
47
|
//# sourceMappingURL=replaceByIdReducer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/reducers/common/replaceByIdReducer.
|
|
1
|
+
{"version":3,"sources":["../../../src/reducers/common/replaceByIdReducer.js"],"names":["deepEqual","type","initialState","checkIfChanged","state","action","id","payload"],"mappings":";;;;;;AAAA,OAAOA,SAAP,MAAsB,YAAtB;AAEA;AACA;AACA;AACA;AACA;;AACA,gBAAe,UAACC,IAAD;AAAA,MAAOC,YAAP,uEAAsB,EAAtB;AAAA,MAA0BC,cAA1B,uEAA2C,IAA3C;AAAA,SAAoD,YAG9D;AAAA,QAFHC,KAEG,uEAFKF,YAEL;AAAA,QADHG,MACG;;AACH,YAAQA,MAAM,CAACJ,IAAf;AACE,WAAKA,IAAL;AAAW;AACT,cAAM;AAAEK,YAAAA,EAAF;AAAMC,YAAAA;AAAN,cAAkBF,MAAxB;;AACA,cAAIF,cAAc,IAAIH,SAAS,CAAC;AAAEO,YAAAA;AAAF,WAAD,EAAc;AAAEA,YAAAA,OAAO,EAAEH,KAAK,CAACE,EAAD;AAAhB,WAAd,CAA/B,EAAsE;AACpE,mBAAOF,KAAP;AACD;;AACD,iDACKA,KADL;AAEE,aAACE,EAAD,GAAMC;AAFR;AAID;;AACD;AACE,eAAOH,KAAP;AAZJ;AAcD,GAlBc;AAAA,CAAf","sourcesContent":["import deepEqual from 'deep-equal';\n\n/**\n * Setup a replace reducer for a specific action type.\n * Will take the payload passed in and replace the entity at the id with the payload\n * @param {string} type The action type\n */\nexport default (type, initialState = {}, checkIfChanged = true) => (\n state = initialState,\n action\n) => {\n switch (action.type) {\n case type: {\n const { id, payload } = action;\n if (checkIfChanged && deepEqual({ payload }, { payload: state[id] })) {\n return state;\n }\n return {\n ...state,\n [id]: payload,\n };\n }\n default:\n return state;\n }\n};\n"],"file":"replaceByIdReducer.js"}
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Setup a replace reducer for a specific action type.
|
|
4
|
-
* Will take the payload passed in and replace the previous state
|
|
5
|
-
* @param type The action type
|
|
6
|
-
* @param initialState The initial state
|
|
7
|
-
*/
|
|
8
|
-
export default function replaceReducer<S>(type: string, initialState: S): Reducer<S>;
|
|
1
|
+
declare function _default(type: string, initialState: any): (state: any, action: any) => any;
|
|
2
|
+
export default _default;
|
|
9
3
|
//# sourceMappingURL=replaceReducer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replaceReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/common/replaceReducer.
|
|
1
|
+
{"version":3,"file":"replaceReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/common/replaceReducer.js"],"names":[],"mappings":"AAMe,gCAHJ,MAAM,gBACN,GAAG,oCAUb"}
|
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Setup a replace reducer for a specific action type.
|
|
3
3
|
* Will take the payload passed in and replace the previous state
|
|
4
|
-
* @param type The action type
|
|
5
|
-
* @param initialState The initial state
|
|
4
|
+
* @param {string} type The action type
|
|
5
|
+
* @param {any} initialState The initial state
|
|
6
6
|
*/
|
|
7
|
-
export default
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
var action = arguments.length > 1 ? arguments[1] : undefined;
|
|
7
|
+
export default ((type, initialState) => function () {
|
|
8
|
+
var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : initialState;
|
|
9
|
+
var action = arguments.length > 1 ? arguments[1] : undefined;
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
switch (action.type) {
|
|
12
|
+
case type:
|
|
13
|
+
{
|
|
14
|
+
return action.payload;
|
|
15
|
+
}
|
|
17
16
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
17
|
+
default:
|
|
18
|
+
return state;
|
|
19
|
+
}
|
|
20
|
+
});
|
|
23
21
|
//# sourceMappingURL=replaceReducer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/reducers/common/replaceReducer.
|
|
1
|
+
{"version":3,"sources":["../../../src/reducers/common/replaceReducer.js"],"names":["type","initialState","state","action","payload"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAe,CAACA,IAAD,EAAOC,YAAP,KAAwB,YAAkC;AAAA,MAAjCC,KAAiC,uEAAzBD,YAAyB;AAAA,MAAXE,MAAW;;AACvE,UAAQA,MAAM,CAACH,IAAf;AACE,SAAKA,IAAL;AAAW;AACT,eAAOG,MAAM,CAACC,OAAd;AACD;;AACD;AACE,aAAOF,KAAP;AALJ;AAOD,CARD","sourcesContent":["/**\n * Setup a replace reducer for a specific action type.\n * Will take the payload passed in and replace the previous state\n * @param {string} type The action type\n * @param {any} initialState The initial state\n */\nexport default (type, initialState) => (state = initialState, action) => {\n switch (action.type) {\n case type: {\n return action.payload;\n }\n default:\n return state;\n }\n};\n"],"file":"replaceReducer.js"}
|
package/dist/reducers/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
declare const reducers: {
|
|
2
|
-
activeTool: import("redux").Reducer<null, import("redux").AnyAction>;
|
|
3
|
-
storage: import("redux").Reducer<import("redux").CombinedState<{
|
|
4
|
-
commandHistoryStorage: null;
|
|
5
|
-
fileStorage: null;
|
|
6
|
-
workspaceStorage: null;
|
|
7
|
-
}>, import("redux").AnyAction>;
|
|
8
|
-
user: import("redux").Reducer<null, import("redux").AnyAction>;
|
|
9
|
-
workspace: import("redux").Reducer<null, import("redux").AnyAction>;
|
|
10
|
-
};
|
|
11
1
|
export default reducers;
|
|
2
|
+
declare namespace reducers {
|
|
3
|
+
export { activeTool };
|
|
4
|
+
export { storage };
|
|
5
|
+
export { user };
|
|
6
|
+
export { workspace };
|
|
7
|
+
}
|
|
8
|
+
import activeTool from "./activeTool";
|
|
9
|
+
import storage from "./storage";
|
|
10
|
+
import user from "./user";
|
|
11
|
+
import workspace from "./workspace";
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/reducers/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/reducers/index.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/reducers/index.
|
|
1
|
+
{"version":3,"sources":["../../src/reducers/index.js"],"names":["activeTool","storage","user","workspace","reducers"],"mappings":"OAAOA,U;OACAC,O;OACAC,I;OACAC,S;AAEP,IAAMC,QAAQ,GAAG;AACfJ,EAAAA,UADe;AAEfC,EAAAA,OAFe;AAGfC,EAAAA,IAHe;AAIfC,EAAAA;AAJe,CAAjB;AAOA,eAAeC,QAAf","sourcesContent":["import activeTool from './activeTool';\nimport storage from './storage';\nimport user from './user';\nimport workspace from './workspace';\n\nconst reducers = {\n activeTool,\n storage,\n user,\n workspace,\n};\n\nexport default reducers;\n"],"file":"index.js"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commandHistoryStorage.d.ts","sourceRoot":"","sources":["../../../src/reducers/storage/commandHistoryStorage.
|
|
1
|
+
{"version":3,"file":"commandHistoryStorage.d.ts","sourceRoot":"","sources":["../../../src/reducers/storage/commandHistoryStorage.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/reducers/storage/commandHistoryStorage.
|
|
1
|
+
{"version":3,"sources":["../../../src/reducers/storage/commandHistoryStorage.js"],"names":["SET_COMMAND_HISTORY_STORAGE","replaceReducer"],"mappings":"AAAA;AACA;AACA;AACA;SACSA,2B;SACAC,c;AAET,eAAeA,cAAc,CAACD,2BAAD,EAA8B,IAA9B,CAA7B","sourcesContent":["/**\n * Store the current `CommandHistoryStorage` instance for this user.\n * Use this instance to read/write data from dashboard storage.\n */\nimport { SET_COMMAND_HISTORY_STORAGE } from '../../actionTypes';\nimport { replaceReducer } from '../common';\n\nexport default replaceReducer(SET_COMMAND_HISTORY_STORAGE, null);\n"],"file":"commandHistoryStorage.js"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fileStorage.d.ts","sourceRoot":"","sources":["../../../src/reducers/storage/fileStorage.
|
|
1
|
+
{"version":3,"file":"fileStorage.d.ts","sourceRoot":"","sources":["../../../src/reducers/storage/fileStorage.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/reducers/storage/fileStorage.
|
|
1
|
+
{"version":3,"sources":["../../../src/reducers/storage/fileStorage.js"],"names":["SET_FILE_STORAGE","replaceReducer"],"mappings":"AAAA;AACA;AACA;AACA;SACSA,gB;SACAC,c;AAET,eAAeA,cAAc,CAACD,gBAAD,EAAmB,IAAnB,CAA7B","sourcesContent":["/**\n * Store the current `FileStorage` instance for this user.\n * Use this instance to read/write data from storage.\n */\nimport { SET_FILE_STORAGE } from '../../actionTypes';\nimport { replaceReducer } from '../common';\n\nexport default replaceReducer(SET_FILE_STORAGE, null);\n"],"file":"fileStorage.js"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
declare
|
|
2
|
-
commandHistoryStorage:
|
|
3
|
-
fileStorage:
|
|
4
|
-
workspaceStorage:
|
|
1
|
+
declare var _default: import("redux").Reducer<import("redux").CombinedState<{
|
|
2
|
+
commandHistoryStorage: any;
|
|
3
|
+
fileStorage: any;
|
|
4
|
+
workspaceStorage: any;
|
|
5
5
|
}>, import("redux").AnyAction>;
|
|
6
6
|
export default _default;
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/reducers/storage/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/reducers/storage/index.js"],"names":[],"mappings":""}
|