1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript13,395 forks (13,395 forks)batch import
BugDomain: classesHelp Wanted
Repository metrics
- Stars
- 108,860 stars (108,860 stars)
- PR merge metrics
- Avg merge 6d 17h (Avg merge 6d 17h)9 merged PRs in 30d (9 merged PRs in 30d)
Contributor guide
- Research direction
- Examine the error message 'Private identifiers are only available when targeting ECMAScript 2015 or higher' and locate where it is emitted in the compiler's source code. Investigate why it appears incorrectly in .d.ts files by tracing the code path for declaration files and checking if the condition for emitting this error should be skipped for .d.ts output.
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Prerequisites
- Git