Request: Omitting experimental flags from new config file
未关闭
还没有人认领这个 Issue。
never-stale
- 主要语言
- JavaScript
- 星标
- 122k
- 派生
- 37.4k
- 平均合并
- 4 天 3 小时
- 30 天内合并 PR
- 272
描述
Opening this issue on behalf of several individuals with whom I spoke about the new configuration file landed in https://github.com/nodejs/node/pull/57016 ...
The specific request from three separate people in separate conversations is to specifically omit --experimental-* flags from the configuration file format, even if hose flags are otherwise allowed in NODE_OPTIONS.
/cc @marco-ippolito @ljharb @ShogunPanda @anonrig @joyeecheung @mhdawson @bnb (as the folks who authored/reviewed that PR)
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先阅读 pull request 57016 和新的配置文件格式,然后将其处理方式与现有的 NODE_OPTIONS 行为进行比较。确定实验性 flag 的识别方式,并根据 issue 讨论确认预期结果:即使 --experimental-* flag 在 NODE_OPTIONS 中被允许,也应从配置文件中省略。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100