13 comments (13 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript923 stars (923 stars)68 forks (68 forks)user submission
help wanted
Description
没有 sourcemap 调试 TS 生成的 异步代码太麻烦了。。
Contributor guide
- Tech stack
- typescript
- Domain
- developer experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- basic TypeScriptunderstanding of sourcemapsfamiliarity with build configuration
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Review the build configuration files (likely webpack.config.js or similar) to find where the development build is set up. The issue comments may contain hints about why sourcemaps were disabled. Add or modify the configuration to enable sourcemaps for the dev script, while ensuring production builds remain unaffected. Test that sourcemaps work for async TypeScript code.