This commit is contained in:
Sockenklaus
2025-07-08 12:26:17 +02:00
parent 5386e218ff
commit 8f6d7bc570
85 changed files with 8744 additions and 8 deletions

1
node_modules/tsx/dist/suppress-warnings.mjs generated vendored Normal file
View File

@@ -0,0 +1 @@
const t=new Set(["Custom ESM Loaders is an experimental feature. This feature could change at any time","Custom ESM Loaders is an experimental feature and might change at any time","Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js."]),{emit:n}=process;process.emit=function(e,a){if(!(e==="warning"&&t.has(a.message)))return Reflect.apply(n,this,arguments)};