mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:00:42 +00:00
refactor: hide topology context helpers
This commit is contained in:
@@ -9,7 +9,7 @@ function assert(condition: unknown, message: string): asserts condition {
|
||||
}
|
||||
}
|
||||
|
||||
export function normalizePath(filePath: string): string {
|
||||
function normalizePath(filePath: string): string {
|
||||
return filePath.split(path.sep).join(path.posix.sep);
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ export function createProgramContext(
|
||||
};
|
||||
}
|
||||
|
||||
export function comparableSymbol(
|
||||
function comparableSymbol(
|
||||
checker: ts.TypeChecker,
|
||||
symbol: ts.Symbol | undefined,
|
||||
): ts.Symbol | undefined {
|
||||
|
||||
Reference in New Issue
Block a user