1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript13,395 forks (13,395 forks)batch import
Domain: APIHelp WantedSuggestion
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)
Description
Courtesy of @ivogabe on Gitter on August 14, 2015 5:26 AM:
Question about the API, is there an exported method that returns the output filename of a source file? It should follow the options outDir & rootDir of course.
Contributor guide
- Research direction
- Locate the internal function that computes the output file path (likely in src/services/tsconfig.ts or src/compiler/emitter.ts) and export it as a public API method.
- Tech stack
- typescript
- Domain
- compilersapi
- Issue type
- Feature
- Prerequisites
- GitTypeScript