mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:40:43 +00:00
refactor: hide script helper internals
This commit is contained in:
@@ -13,7 +13,7 @@ const SUFFIX_SKIP_RE = /\.(?:test|spec|fixture)\./u;
|
||||
const INFRA_DIR_RE = /(^|\/)(?:coverage|dist|node_modules)(?:\/|$)/u;
|
||||
const INFRA_NAME_RE = /(test-harness|test-support|test-helpers|test-fixtures)/u;
|
||||
|
||||
export function normalizeExtensionSourcePath(filePath) {
|
||||
function normalizeExtensionSourcePath(filePath) {
|
||||
return filePath.replaceAll("\\", "/");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user