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>
9 行
420 B
TypeScript
9 行
420 B
TypeScript
import * as ts from 'typescript';
|
|
import type { Collector } from '../collector/Collector';
|
|
export declare class PackageDocComment {
|
|
/**
|
|
* For the given source file, see if it starts with a TSDoc comment containing the `@packageDocumentation` tag.
|
|
*/
|
|
static tryFindInSourceFile(sourceFile: ts.SourceFile, collector: Collector): ts.TextRange | undefined;
|
|
}
|
|
//# sourceMappingURL=PackageDocComment.d.ts.map
|