refactor: hide topology context helpers · openclaw/openclaw@566cef0
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,7 +9,7 @@ function assert(condition: unknown, message: string): asserts condition {
|
9 | 9 | } |
10 | 10 | } |
11 | 11 | |
12 | | -export function normalizePath(filePath: string): string { |
| 12 | +function normalizePath(filePath: string): string { |
13 | 13 | return filePath.split(path.sep).join(path.posix.sep); |
14 | 14 | } |
15 | 15 | |
@@ -41,7 +41,7 @@ export function createProgramContext(
|
41 | 41 | }; |
42 | 42 | } |
43 | 43 | |
44 | | -export function comparableSymbol( |
| 44 | +function comparableSymbol( |
45 | 45 | checker: ts.TypeChecker, |
46 | 46 | symbol: ts.Symbol | undefined, |
47 | 47 | ): ts.Symbol | undefined { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。