UNPKG

@bubblewrap/core

Version:

Core Library to generate, build and sign TWA projects

57 lines (56 loc) 4.63 kB
"use strict"; /* * Copyright 2019 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.PlayStoreTracks = exports.asPlayStoreTrack = exports.Result = exports.util = exports.asDisplayMode = exports.DisplayModes = exports.TwaManifest = exports.TwaGenerator = exports.asOrientation = exports.Orientations = exports.MockLog = exports.ConsoleLog = exports.KeyTool = exports.JdkHelper = exports.JarSigner = exports.GradleWrapper = exports.GooglePlay = exports.fetchUtils = exports.DigitalAssetLinks = exports.Config = exports.BufferedLog = exports.AndroidSdkTools = void 0; const AndroidSdkTools_1 = require("./lib/androidSdk/AndroidSdkTools"); Object.defineProperty(exports, "AndroidSdkTools", { enumerable: true, get: function () { return AndroidSdkTools_1.AndroidSdkTools; } }); const BufferedLog_1 = require("./lib/BufferedLog"); Object.defineProperty(exports, "BufferedLog", { enumerable: true, get: function () { return BufferedLog_1.BufferedLog; } }); const Config_1 = require("./lib/Config"); Object.defineProperty(exports, "Config", { enumerable: true, get: function () { return Config_1.Config; } }); const GooglePlay_1 = require("./lib/GooglePlay"); Object.defineProperty(exports, "GooglePlay", { enumerable: true, get: function () { return GooglePlay_1.GooglePlay; } }); Object.defineProperty(exports, "asPlayStoreTrack", { enumerable: true, get: function () { return GooglePlay_1.asPlayStoreTrack; } }); Object.defineProperty(exports, "PlayStoreTracks", { enumerable: true, get: function () { return GooglePlay_1.PlayStoreTracks; } }); const GradleWrapper_1 = require("./lib/GradleWrapper"); Object.defineProperty(exports, "GradleWrapper", { enumerable: true, get: function () { return GradleWrapper_1.GradleWrapper; } }); const Log_1 = require("./lib/Log"); Object.defineProperty(exports, "ConsoleLog", { enumerable: true, get: function () { return Log_1.ConsoleLog; } }); const MockLog_1 = require("./lib/mock/MockLog"); Object.defineProperty(exports, "MockLog", { enumerable: true, get: function () { return MockLog_1.MockLog; } }); const JarSigner_1 = require("./lib/jdk/JarSigner"); Object.defineProperty(exports, "JarSigner", { enumerable: true, get: function () { return JarSigner_1.JarSigner; } }); const JdkHelper_1 = require("./lib/jdk/JdkHelper"); Object.defineProperty(exports, "JdkHelper", { enumerable: true, get: function () { return JdkHelper_1.JdkHelper; } }); const KeyTool_1 = require("./lib/jdk/KeyTool"); Object.defineProperty(exports, "KeyTool", { enumerable: true, get: function () { return KeyTool_1.KeyTool; } }); const TwaManifest_1 = require("./lib/TwaManifest"); Object.defineProperty(exports, "TwaManifest", { enumerable: true, get: function () { return TwaManifest_1.TwaManifest; } }); Object.defineProperty(exports, "DisplayModes", { enumerable: true, get: function () { return TwaManifest_1.DisplayModes; } }); Object.defineProperty(exports, "asDisplayMode", { enumerable: true, get: function () { return TwaManifest_1.asDisplayMode; } }); Object.defineProperty(exports, "Orientations", { enumerable: true, get: function () { return TwaManifest_1.Orientations; } }); Object.defineProperty(exports, "asOrientation", { enumerable: true, get: function () { return TwaManifest_1.asOrientation; } }); const TwaGenerator_1 = require("./lib/TwaGenerator"); Object.defineProperty(exports, "TwaGenerator", { enumerable: true, get: function () { return TwaGenerator_1.TwaGenerator; } }); const DigitalAssetLinks_1 = require("./lib/DigitalAssetLinks"); Object.defineProperty(exports, "DigitalAssetLinks", { enumerable: true, get: function () { return DigitalAssetLinks_1.DigitalAssetLinks; } }); const util = require("./lib/util"); exports.util = util; const Result_1 = require("./lib/Result"); Object.defineProperty(exports, "Result", { enumerable: true, get: function () { return Result_1.Result; } }); const FetchUtils_1 = require("./lib/FetchUtils"); Object.defineProperty(exports, "fetchUtils", { enumerable: true, get: function () { return FetchUtils_1.fetchUtils; } });