@tableau/taco-toolkit
Version:
Tableau Connector Toolkit
33 lines • 2.01 kB
JavaScript
;
/**
* Note: Please read before modify any imports from this file!
* This is the index file for bundling SDK module for sandbox. Anything exported
* from this file will be public in the sandbox.
*
* At build time, we use rollup.js to bundle the code into a CommonJS module.
* At runtime, the module will be loaded into sandbox for connector handlers.
*
* Any module imported into the this file MUST be pure TS code only. It should never
* import modules that have dependency with nodeJs.
*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("../../extractor/handlers/abstract/auth"), exports);
__exportStar(require("../../extractor/handlers/abstract/fetcher"), exports);
__exportStar(require("../../extractor/handlers/abstract/parser"), exports);
__exportStar(require("../../extractor/handlers/abstract/ingestor"), exports);
__exportStar(require("../../../shared/enums/column-header-property"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2RrLW1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9lcHMvc2FuZGJveC9zZGsvc2RrLW1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUE7Ozs7Ozs7Ozs7R0FVRzs7Ozs7Ozs7Ozs7Ozs7OztBQUVILHlFQUFzRDtBQUN0RCw0RUFBeUQ7QUFDekQsMkVBQXdEO0FBQ3hELDZFQUEwRDtBQUUxRCwrRUFBNEQifQ==