XuqmGroup-H5SDK/node_modules/@microsoft/api-extractor/lib-esm/index.js
徐勤民 e34fa2052a feat(private): add private deployment SDK module
Adds @xuqm/h5-sdk/private entry point with JSON-based initialization,
feature gating, and error codes for private deployment scenarios.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 21:08:08 +08:00

17 行
946 B
JavaScript

// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
/**
* API Extractor helps with validation, documentation, and reviewing of the exported API for a TypeScript library.
* The `@microsoft/api-extractor` package provides the command-line tool. It also exposes a developer API that you
* can use to invoke API Extractor programmatically.
*
* @packageDocumentation
*/
export { ConsoleMessageId } from './api/ConsoleMessageId';
export { CompilerState } from './api/CompilerState';
export { Extractor, ExtractorResult } from './api/Extractor';
export { ExtractorConfig } from './api/ExtractorConfig';
export { ExtractorLogLevel } from './api/ExtractorLogLevel';
export { ExtractorMessage, ExtractorMessageCategory } from './api/ExtractorMessage';
export { ExtractorMessageId } from './api/ExtractorMessageId';
//# sourceMappingURL=index.js.map