vitejs / vite-plugin-react

The all-in-one Vite plugin for React projects.
MIT License
546 stars 102 forks source link

added much specific Regex for importREACT #332

Closed Jal2406 closed 4 weeks ago

Jal2406 commented 4 weeks ago

Description

To create a more robust regular expression that supports the various patterns of importing React, you can account for different variations in the import statements

Additional context

If you need the pattern to also catch other specific cases or be more flexible, you can adjust the non-capturing groups or add additional ones. However, the provided regex should cover the most common React import patterns effectively.

What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following