Rishab Raj

Results 10 comments of Rishab Raj

@carlo-salinari try replacing the content of `.vscode/launch.json` with following ``` { "version": "0.2.0", "configurations": [ { "name": "Next.js: debug server-side", "type": "node-terminal", "request": "launch", "command": "pnpm run dev" }, {...

@carlo-salinari maybe `use client` is not debuggable because it gets removed at compile time.

@dummdidumm @benignant does it means processors/replace.ts should have a method which takes file `content, options` and returns the new formatted content using `magicstring.replace` method?

@benignant But `transformer/replace.ts` is doing the same thing as `magicstring.replace`, then why do you want to change it?

@benignant Sorry but I can understand your exact requirement.Do you want to use replace method to generate a source map of a given script file using replace method?

what could be possible solution of this? @benmccann

strange that when i downloaded the code and used it inside `playgrounds` by replacing the `@sveltejs/kit` and `adapter-node` versions with `workspace:*` , the page got redirected to `/somewhere` instead of...

it is working fine only my device os : windows 10 browser : chrome version 108.0.5359.126

Where can i find code of this calculator?

after making the required changes how can i test it?