Jeremy Nguyen

Results 7 issues of Jeremy Nguyen

### Feature description In TypeScript 5.4, [subpath imports](https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/#auto-import-support-for-subpath-imports) are now supported. In `components.json`, if the subpath import is added as an alias like: ```json "aliases": { "components": "#components" } ```...

area: roadmap

Hi, this issue isn't urgent, but I figured I might as well document it because it took some time for me to discover. When running the development server for Next.js,...

good first issue

I apologize if the the title doesn't make sense, here is an example of what I am referring to: I am attempting to validate that a string is of the...

question

### Description - Closes #7909 - Add "flat/recommended" config to eslint-plugin-turbo - Add meta property to plugin (required for caching, see [Adding Plugin Meta Information](https://eslint.org/docs/latest/extend/plugin-migration-flat-config#adding-plugin-meta-information)) - Update eslint-plugin-turbo/README.md accordingly with...

pkg: turbo-eslint
owned-by: turborepo

### Description - Add "flat/recommended" config to `eslint-plugin-turbo` - Add `meta` property to plugin - Update README.md accordingly with information on using flat config - Add tests for flat config...

pkg: turbo-eslint
needs: triage
owned-by: turborepo

### What problem are you trying to solve? Effectively, for a URL object, setting the `searchParams` (and by extension `search`) to some URLSearchParams object. Currently, the `searchParams` property is read-only...

topic: api
needs implementer interest
addition/proposal

### What kind of issue is this? - [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization) - [ ] babel-plugin-react-compiler (build...

Type: Bug
Status: Unconfirmed
Component: Optimizing Compiler