mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
chore: detect export name collisions (#121300)
* chore(scripts): add export-name-collision check with debt baseline * chore(scripts): allowlist per-module test-hook export idiom * chore(scripts): recognize const forwarders, harness files, and JS sources in collision check
This commit is contained in:
committed by
GitHub
parent
c3a0d3e58a
commit
64695e5024
@@ -1672,6 +1672,8 @@
|
||||
"lint:swift": "./scripts/lint-swift.sh",
|
||||
"lint:tmp:channel-agnostic-boundaries": "node --import tsx scripts/check-channel-agnostic-boundaries.mts",
|
||||
"lint:tmp:dynamic-import-warts": "node --import tsx scripts/check-dynamic-import-warts.mts",
|
||||
"lint:tmp:export-name-collisions": "node --import tsx scripts/check-export-name-collisions.mts",
|
||||
"lint:tmp:export-name-collisions:gen": "node --import tsx scripts/check-export-name-collisions.mts --update-debt-baseline",
|
||||
"lint:tmp:no-random-messaging": "node --import tsx scripts/check-no-random-messaging-tmp.mts",
|
||||
"lint:tmp:no-raw-channel-fetch": "node --import tsx scripts/check-no-raw-channel-fetch.mts",
|
||||
"lint:tmp:no-raw-http2-imports": "node --import tsx scripts/check-no-raw-http2-imports.mts",
|
||||
|
||||
Reference in New Issue
Block a user