Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

chore: evaluate removing isolatedDeclarations from tsconfig

Đang mở
#3,136 1 bình luận 0 reaction 1 người được giao Xem trên GitHub

@bennypowers đang làm issue này rồi.

Từ ngày 8/5/2026.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

Problem

tsconfig.settings.json sets "isolatedDeclarations": true (line 19), which requires explicit type annotations on all exported declarations.

This contradicts the convention documented in CLAUDE.md:

static styles = [styles] array form

With --isolatedDeclarations enabled, that form produces TS9017:

error TS9017: Only const arrays can be inferred with --isolatedDeclarations.

The actual working form must be:

static readonly styles: CSSStyleSheet[] = [styles];

The sibling project red-hat-design-system does not use --isolatedDeclarations and uses the simpler inferred form without issue.

Question

Should we remove isolatedDeclarations from tsconfig.settings.json to allow the simpler convention, or update CLAUDE.md to document the explicit type annotation requirement?

Ngôn ngữ chính
TypeScript
Star
394
Fork
107
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của patternfly/patternfly-elements

Tất cả issue của patternfly/patternfly-elements

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.