-
Notifications
You must be signed in to change notification settings - Fork 548
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
feat(rust): rendering runtime module in snapshot testing #375
feat(rust): rendering runtime module in snapshot testing #375
Conversation
5daaca2
to
bf15a55
Compare
The runtime code is larger, it is difficult to review, maybe we can use another idea to exclude it. I see esbuild snapshot also hasn't runtime code. |
This tests the behaviors of treeshaking with runtime module. Feel free to open a team meeting to discuss this PR. |
Track here #390. |
Other we need to add |
76168f9
to
0e41b6a
Compare
193fd16
to
424651e
Compare
Description
Test Plan