Botond Xantus

Results 4 issues of Botond Xantus

For me it would make a lot of sense to run `check` in watch mode. I think that adding check subcommand was a great idea, and running it in watch...

good first issue
feat
help wanted
--watch

I'm using [esbuild_deno_loader](https://github.com/lucacasonato/esbuild_deno_loader) plugin with es builder to bundle my code (I'm developing for the web, and using deno instead of node.js) Everything works fine, except for the sourcemaps, as...

I can't use `await` from the debug console in vscode. It shows the following error: ``` await 1 SyntaxError: await is only valid in async functions, async generators and modules...

enhancement

### What version of React Router are you using? 6.23.1 ### Steps to Reproduce - Using the [Rick&Morty repo](https://github.com/bxantus/rickandmorty/tree/bug/scroll-restore), checkout the `bug/scroll-restore` tag - `npm run bundle-serve` - Open the...

bug