Alexander Leschanz

Results 5 issues of Alexander Leschanz

Add: Named Persistent Modifications, Narrated Package Machine

### Details I currently have circa 400-500 lines of NodeJS code in one file for my Project and I want to split it up into separate smaller (`lib`) files. I...

It is just impossible to reposition it!!!!

This should work: ```ts //or process.env const parsedEnv = envSchema.safeParse(Bun.env); //@ts-ignore if(parsedEnv.success === false) { console.error(parsedEnv.error.message); process.exit(1); } ``` but it doesn't. Instead i have to do these shenanigans: ```ts...

**Is your feature request related to a problem? Please describe.** I am looking to migrate my project to deno. After replacing every incompatible package with a deno specific or deno-native...

enhancement