Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

[schematics cli] Boolean options is parsed as a string

未關閉
#26,412 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
3/5
預估耗時
1-2 天
新手友好度
20/100
Issue 類型
缺陷
描述清晰度
需要釐清
活躍度
停滯
技術堆疊
typescript
領域
cli

研究方向

首先,使用 issue 中列出的相依套件版本,透過 @angular-devkit/schematics-cli 重現布林選項的行為。追蹤 Schematics CLI 如何解析該選項,並驗證完成後的行為會保留布林值,而不是將其轉換為字串。

由索引模型根據 Issue 內容生成。

描述

area: @angular-devkit/schematics-cli freq1: low severity5: regression type: bug/fix
Command

other

Is this a regression?
  • Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was

No response

Description

I found this issue https://github.com/angular/angular-cli/issues/12150 which is closed as fixed, but now I'm using the latest version and have the same issue

Minimal Reproduction

.

Exception or Error

No response

Your Environment
"dependencies": {
    "@angular-devkit/core": "^17.0.0",
    "@angular-devkit/schematics": "^17.0.0",
    "@nestjs/schematics": "^10.0.3",
    "@schematics/angular": "^17.0.1",
    "typescript": "~5.2.2"
  },
  "devDependencies": {
    "@angular-devkit/schematics-cli": "^17.0.1",
    "@types/jasmine": "~5.1.0",
    "@types/node": "^18.18.0",
    "jasmine": "^5.0.0",
    "nodemon": "^3.0.1"
  }


### Anything else relevant?

_No response_
主要語言
TypeScript
星號
27k
分支
11.8k
平均合併
17 小時 25 分鐘
30 天內合併 PR
183

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

angular/angular-cli 的其他 Issue

查看 angular/angular-cli 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。