Jiwon Choi
Jiwon Choi
This PR added a minimum modification to the docs of the ChatGPT tutorial based on my troubleshooting.
## Description This PR added support for the `ignores` field in the prettier configs and the `--ignore-pattern` flag. ### Why it took so long… Prettier reads the config based on...
Is it all good for me to work on it?
### Why? Identified the bottleneck of Turbopack HMR, one of the reason is that we run `execSync` to get user's package manager and fetch their registry to get the latest...
Found duplicate on unit test: https://github.com/vercel/next.js/blob/b9bd23baec14508400c502b3651f4cf2497e883b/test/unit/page-route-sorter.test.ts#L153-L169
### Why? When renaming a file/folder, our HMR updates the manifests and etc. but does not remove the previous name. Therefore when `[[...slug]]` was renamed to `[[...newSlug]]`, both the info...
```json { "compilerOptions": { // Base Options recommended for all projects "esModuleInterop": true, "skipLibCheck": true, "target": "es2022", "allowJs": true, "resolveJsonModule": true, "moduleDetection": "force", "isolatedModules": true, "verbatimModuleSyntax": true, // Enable strict...
> Port of #48029 ### Why? Users can benefit the autocomplete and type-safe environment variable experience. ### What? This PR added `experimental.typedEnv` that generates a `.d.ts` file on **Dev Server**....
Follow up of #67113, no breaking changes. Thank you @Juneezee ! x-ref: [TS v5.5.3 Fixes](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=is:issue+milestone:%22TypeScript+5.5.3%22+is:closed+)