-
Notifications
You must be signed in to change notification settings - Fork 54
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
fix: use TS_NODE_TYPE_CHECK insteadof TS_NODE_TRANSPILE #266
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Auto Review SkippedAuto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
[skip ci] ## [5.18.1](v5.18.0...v5.18.1) (2024-04-29) ### Bug Fixes * use TS_NODE_TYPE_CHECK insteadof TS_NODE_TRANSPILE ([#266](#266)) ([735cc2f](735cc2f))
@coderabbitai 提交一个 issue 跟进将此功能合并到 master 分支 |
Tip For best results, initiate chat on the files or code changes. @fengmk2, I have successfully created an issue to track the merging of the feature into the master branch. You can view and manage the issue here: GitHub Issue #267. Analysis chainScripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Create a GitHub issue to track the merging of the feature into the master branch.
gh issue create --title "Track merging of TS_NODE_TYPE_CHECK feature into master" --body "This issue is to track the progress of merging the feature introduced in PR https://github.com/eggjs/egg-bin/pull/266, which involves using TS_NODE_TYPE_CHECK instead of TS_NODE_TRANSPILE, into the master branch."
Length of output: 349 |
Checklist
npm test
passesAffected core subsystem(s)
Description of change