mirror of https://github.com/openclaw/openclaw.git
perf(test): speed temp-path AST scan
This commit is contained in:
parent
572daed456
commit
91cb28ecef
|
|
@ -57,7 +57,7 @@ function hasDynamicTmpdirJoin(source: string, filePath = "fixture.ts"): boolean
|
|||
filePath,
|
||||
source,
|
||||
ts.ScriptTarget.Latest,
|
||||
true,
|
||||
false,
|
||||
filePath.endsWith(".tsx") ? ts.ScriptKind.TSX : ts.ScriptKind.TS,
|
||||
);
|
||||
let found = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue