jsii
Version:
[](https://cdk.dev) [`.
* Whoops ^_^ (this historical accident is why the format is similar to but
* different from what the TS checker returns).
*/
export declare function symbolIdentifier(typeChecker: ts.TypeChecker, sym: ts.Symbol | undefined, options?: SymbolIdOptions): string | undefined;
/**
* Ensures that the sourcePath is pointing to the source code
* and not compiled code. This can happen if the root directory
* and/or out directory is set for the project. We check to see
* if the out directory is present in the sourcePath, and if so,
* we replace it with the root directory.
*/
export declare function normalizePath(sourcePath: string, rootDir?: string, outDir?: string): string;
export {};
//# sourceMappingURL=symbol-id.d.ts.map