Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support module.noParse #4739

Closed
LingyuCoder opened this issue Nov 22, 2023 · 3 comments · Fixed by #5829
Closed

Support module.noParse #4739

LingyuCoder opened this issue Nov 22, 2023 · 3 comments · Fixed by #5829
Labels
feat New feature or request

Comments

@LingyuCoder
Copy link
Contributor

What problem does this feature solve?

When depending on TypeScript in a project, you may encounter the problem of circular references, which can lead to compilation failure(microsoft/TypeScript#56062) due to TypeScript's own bug(microsoft/TypeScript#39436). In Webpack, this can be avoid by using the module.noParse, but currently Rspack does not support it.

What does the proposed API of configuration look like?

https://webpack.js.org/configuration/module/#modulenoparse

@LingyuCoder LingyuCoder added feat New feature or request pending triage The issue/PR is currently untouched. labels Nov 22, 2023
@h-a-n-a h-a-n-a removed the pending triage The issue/PR is currently untouched. label Dec 1, 2023
@OceanPresentChao
Copy link
Contributor

Would you mind assigning it to me?

Copy link

stale bot commented Feb 27, 2024

This issue has been automatically marked as stale because it has not had recent activity. If this issue is still affecting you, please leave any comment (for example, "bump"). We are sorry that we haven't been able to prioritize it yet. If you have any new additional information, please include it with your comment!

@stale stale bot added the stale label Feb 27, 2024
@xc2
Copy link
Collaborator

xc2 commented Feb 27, 2024

bump

@OceanPresentChao OceanPresentChao removed their assignment Feb 27, 2024
@stale stale bot removed the stale label Feb 27, 2024
@xc2 xc2 mentioned this issue Feb 29, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants