-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathci_setup_mjs.bundle.js
67 lines (49 loc) · 1.74 KB
/
ci_setup_mjs.bundle.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
(self["webpackChunkabap2ui5"] = self["webpackChunkabap2ui5"] || []).push([["ci_setup_mjs"],{
/***/ "?ce59":
/*!*********************************!*\
!*** process/browser (ignored) ***!
\*********************************/
/***/ (() => {
/* (ignored) */
/***/ }),
/***/ "?8893":
/*!************************!*\
!*** crypto (ignored) ***!
\************************/
/***/ (() => {
/* (ignored) */
/***/ }),
/***/ "?5041":
/*!********************!*\
!*** fs (ignored) ***!
\********************/
/***/ (() => {
/* (ignored) */
/***/ }),
/***/ "?5bfe":
/*!*********************************!*\
!*** process/browser (ignored) ***!
\*********************************/
/***/ (() => {
/* (ignored) */
/***/ }),
/***/ "./ci/setup.mjs":
/*!**********************!*\
!*** ./ci/setup.mjs ***!
\**********************/
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
"use strict";
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ setup: () => (/* binding */ setup)
/* harmony export */ });
/* harmony import */ var _abaplint_database_sqlite__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @abaplint/database-sqlite */ "./node_modules/@abaplint/database-sqlite/build/index.js");
async function setup(abap, schemas, insert) {
abap.context.databaseConnections["DEFAULT"] = new _abaplint_database_sqlite__WEBPACK_IMPORTED_MODULE_0__.SQLiteDatabaseClient();
await abap.context.databaseConnections["DEFAULT"].connect();
await abap.context.databaseConnections["DEFAULT"].execute(schemas.sqlite);
await abap.context.databaseConnections["DEFAULT"].execute(insert);
}
/***/ })
}]);
//# sourceMappingURL=ci_setup_mjs.bundle.js.map