aws-cloudformation / aws-cloudformation/cloudformation-cli-typescript-plugin
Improve error message for immutable desired state
未关闭
enhancement
- 主要语言
- TypeScript
- 星标
- 46
- 派生
- 18
- PR 合并指标
- 30 天内没有已合并 PR
描述
If you try to change a property of the desired state (which is immutable), you will get the following JavaScript default message:
> Cannot assign to read only property 'arn' of object '#'
We should tell the developer to instantiate a new Resource Model, instead.
贡献指南
调研方向
在仓库中搜索不可变 desired-state 的处理逻辑以及当前的 "Cannot assign to read only property" 消息,然后跟踪 ResourceModel 实例的创建方式。更新由此得到的错误指导,告知开发者实例化一个新的 Resource Model,并验证在尝试更改属性时会显示修订后的消息。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- node.js, typescript
- 领域
- cloud, tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100