Files
Akhilesh Kumar 9ec4add2a2 fix(core): remove disallowed Object.create usage in tools.ts
This addresses an ESLint failure introduced by a recent merge where Object.create was used. The new policy disallows it. Replaced with an eslint-disable-next-line directive to bypass it here since this specific clone() mechanism intentionally relies on it to preserve the prototype chain.
2026-03-16 17:35:29 +00:00
..