mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor(ci): remove retired window-open declaration (#109936)
This commit is contained in:
committed by
GitHub
parent
66aa2eda9d
commit
15959f34f4
@@ -1,9 +0,0 @@
|
||||
#!/usr/bin/env node
|
||||
/**
|
||||
* Finds raw `window.open(...)` or `globalThis.open(...)` call lines.
|
||||
*/
|
||||
export function findRawWindowOpenLines(content: unknown, fileName?: string): unknown[];
|
||||
/**
|
||||
* Runs the raw window.open guard.
|
||||
*/
|
||||
export function main(): Promise<void>;
|
||||
Reference in New Issue
Block a user