Dimava

Results 47 issues of Dimava

### Clear and concise description of the problem My code is soon going to be full of `"'year' | 'quarter' | 'month'"` because of ArkType definition format, so I'd like...

enhancement

Currently docs tell you to use `require.resolve('./worker')` I don't use cjs in new projects and would prefer to use `import.meta.resolve('./worker.ts')` instead

I'm trying to use this with [Bun](https://bun.sh/) to make a sync Prettier implementation (as the @prettier/sync sync runner crashes because bun doesn't support stdio in workers yet) Bun has builtin...

Runner proxy allows easily consume Typescript (and typed JS) modules the same way as if they would be imported as `import * as runner` Async functions are typed the same,...

# Request a feature ### 🤷 Motivation In 90% of cases when you want to initialize array with a default value, it will be an empty array Having to go...

enhancement
confirmed

Repro: - Paste a 200-line script into c# REPL - Run it - The REPL window is larger then screen - Reload the game - The REPL window is still...

Please make REPL console to autocomplete the bottom suggestion when pressing Tab key ![Image](https://github.com/user-attachments/assets/49e53935-36c1-4878-8265-63ed15a3ab8b) (when Tab is pressed, it should become `Screen.SetResolution`) Same as clicking it with mouse works but...

### Clear and concise description of the problem I've accidentally wrote `bun create antfu-collective/vitesse` and surprisingly it worked Apparently https://bun.sh/docs/cli/bun-create supports github templates ### Suggested solution I recommend adding is...

enhancement

### Description ### Linked Issues #672 ### Additional context

### Clear and concise description of the problem I often init `bunx @antfu/eslint-config@latest` for new experimental packages and always have to add `"lint": "eslint --fix --cache"` script manually ### Suggested...

enhancement