remove hazardous legacy scripts and gate repository writes
This commit is contained in:
@@ -335,8 +335,8 @@ for (const [label, condition] of [
|
||||
[
|
||||
"peer client-function bindings",
|
||||
clientCodegenSource.includes("context.functions") &&
|
||||
clientCodegenSource.includes("const scopedContext = { ...context, functions }") &&
|
||||
clientCodegenSource.includes("handler(scopedContext, ...args)"),
|
||||
clientCodegenSource.includes("context.functions[name](...args)") &&
|
||||
clientCodegenSource.includes("(...__wrnexusPeerArgs) => context.functions"),
|
||||
],
|
||||
[
|
||||
"drift-free ToggleCount animation scheduling",
|
||||
|
||||
Reference in New Issue
Block a user