-
-
Notifications
You must be signed in to change notification settings - Fork 50.6k
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
chore: feature merge master #44691
chore: feature merge master #44691
Conversation
Signed-off-by: afc163 <[email protected]>
* chore: using `tsx` instead of `ts-node` * chore: update script * chore: missing tsx
Run & review this pull request in StackBlitz Codeflow. |
Hi @MadCcc。 请注意,当前 PR 是分支间的互相合并,请使用 |
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: @swc/[email protected], [email protected] |
size-limit report 📦
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## feature #44691 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 680 680
Lines 11417 11417
Branches 3073 3073
=========================================
Hits 11417 11417 ☔ View full report in Codecov by Sentry. |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
🤖 Generated by Copilot at a41a756
This pull request simplifies and speeds up the TypeScript execution in various scripts by using
tsx
instead ofts-node
. It also removes some redundant files and dependencies.🔍 Walkthrough
🤖 Generated by Copilot at a41a756
ts-node
withtsx
for faster and simpler TypeScript execution (link, link, link, link, link)@swc/core
and@swc/helpers
frompackage.json
(link).github/workflows/pr-contributor-welcome.yml
andtsconfig.node.json
(link, link)