initial commit of actions

This commit is contained in:
Dominik Polakovics Polakovics 2026-01-31 18:56:04 +01:00
commit 949ece5785
44660 changed files with 12034344 additions and 0 deletions

View file

@ -0,0 +1 @@
export default function stableHash(arg: any): string;

View file

@ -0,0 +1 @@
var u=Object.defineProperty;var r=t=>u(t,"__esModule",{value:!0});var y=(t,i)=>{r(t);for(var s in i)u(t,s,{get:i[s],enumerable:!0})};y(exports,{default:()=>c});const o=new WeakMap;let b=0;function c(t){const i=typeof t,s=t&&t.constructor,f=s==Date;if(Object(t)===t&&!f&&s!=RegExp){let e=o.get(t);if(e)return e;e=++b+"~",o.set(t,e);let n;if(s==Array){for(e="@",n=0;n<t.length;n++)e+=c(t[n])+",";o.set(t,e)}else if(s==Object){e="#";const l=Object.keys(t).sort();for(;(n=l.pop())!==void 0;)t[n]!==void 0&&(e+=n+":"+c(t[n])+",");o.set(t,e)}return e}return f?t.toJSON():i=="symbol"?t.toString():i=="string"?JSON.stringify(t):""+t}

View file

@ -0,0 +1 @@
const i=new WeakMap;let l=0;export default function o(t){const c=typeof t,s=t&&t.constructor,f=s==Date;if(Object(t)===t&&!f&&s!=RegExp){let e=i.get(t);if(e)return e;e=++l+"~",i.set(t,e);let n;if(s==Array){for(e="@",n=0;n<t.length;n++)e+=o(t[n])+",";i.set(t,e)}else if(s==Object){e="#";const u=Object.keys(t).sort();for(;(n=u.pop())!==void 0;)t[n]!==void 0&&(e+=n+":"+o(t[n])+",");i.set(t,e)}return e}return f?t.toJSON():c=="symbol"?t.toString():c=="string"?JSON.stringify(t):""+t}