ProCode
ProCode
Type: Bug I was trying to copy some JavaScript functions to a new file using Refactor. I clicked **Move to file** and got the following notification: ``` TypeScript Server Error...
### Reproduction link or steps https://github.com/ProCode-Software/proicons ```bash bun install cd packages/proicons bun run icons:build-modules # Create icon exports bun run build ``` ### What is expected? Writes files to ./dist/esm...
### What version of Bun is running? 1.3.5+1e86cebd7 ### What platform is your computer? Linux 6.17.0-8-generic x86_64 unknown ### What steps can reproduce the bug? Running the following code: ```js...