@itwin/core-bentley
Version:
Bentley JavaScript core components
97 lines • 4.15 kB
JavaScript
;
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 });
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
__exportStar(require("./AccessToken"), exports);
__exportStar(require("./Assert"), exports);
__exportStar(require("./BeEvent"), exports);
__exportStar(require("./BentleyError"), exports);
__exportStar(require("./BentleyLoggerCategory"), exports);
__exportStar(require("./StatusCategory"), exports);
__exportStar(require("./BeSQLite"), exports);
__exportStar(require("./ByteStream"), exports);
__exportStar(require("./ClassUtils"), exports);
__exportStar(require("./Compare"), exports);
__exportStar(require("./CompressedId64Set"), exports);
__exportStar(require("./Dictionary"), exports);
__exportStar(require("./Disposable"), exports);
__exportStar(require("./Id"), exports);
__exportStar(require("./IndexMap"), exports);
__exportStar(require("./JsonSchema"), exports);
__exportStar(require("./JsonUtils"), exports);
__exportStar(require("./Logger"), exports);
__exportStar(require("./LRUMap"), exports);
__exportStar(require("./ObservableSet"), exports);
__exportStar(require("./OneAtATimeAction"), exports);
__exportStar(require("./OrderedId64Iterable"), exports);
__exportStar(require("./OrderedSet"), exports);
__exportStar(require("./partitionArray"), exports);
__exportStar(require("./PriorityQueue"), exports);
__exportStar(require("./ProcessDetector"), exports);
__exportStar(require("./SortedArray"), exports);
__exportStar(require("./StringUtils"), exports);
__exportStar(require("./Time"), exports);
__exportStar(require("./Tracing"), exports);
__exportStar(require("./TupleKeyedMap"), exports);
__exportStar(require("./TypedArrayBuilder"), exports);
__exportStar(require("./UnexpectedErrors"), exports);
__exportStar(require("./UtilityTypes"), exports);
__exportStar(require("./YieldManager"), exports);
// Temporarily (until 5.0) export top-level internal APIs to avoid breaking callers.
__exportStar(require("./internal/cross-package"), exports);
/** @docs-package-description
* The core-bentley package contains classes to solve problems that are common for both client and server use cases.
*/
/**
* @docs-group-description BeSQLite
* Classes for working with SQLite databases. SQLite underlies IModelDb and ECDb - see [Executing ECSQL]($docs/learning/ECSQL.md)
*/
/**
* @docs-group-description Errors
* Classes for working with errors.
*/
/**
* @docs-group-description Events
* Classes for raising and handling events.
*/
/**
* @docs-group-description Ids
* Classes for working with unique identifiers.
*/
/**
* @docs-group-description Logging
* Classes for configuring and logging diagnostic messages - see [Learning about Logging]($docs/learning/common/Logging.md)
*/
/**
* @docs-group-description Collections
* Specialized, customizable collection classes like priority queues.
*/
/**
* @docs-group-description Json
* utilities for dealing with Json strings and files.
*/
/**
* @docs-group-description Utils
* Miscellaneous utility classes.
*/
/**
* @docs-group-description ProcessDetector
* Functions for determining the type of the current JavaScript process.
*/
//# sourceMappingURL=core-bentley.js.map