Versions in this module Expand all Collapse all v0 v0.0.2 Apr 25, 2026 v0.0.1 Apr 11, 2026 Changes in this version + func ForEachEmittedFile(host OutputPathsHost, options *core.CompilerOptions, ...) bool + func GetBuildInfoFileName(options *core.CompilerOptions, opts tspath.ComparePathsOptions) string + func GetCommonSourceDirectory(options *core.CompilerOptions, files func() []string, currentDirectory string, ...) string + func GetComputedCommonSourceDirectory(emittedFiles []string, currentDirectory string, useCaseSensitiveFileNames bool) string + func GetDeclarationEmitOutputFilePath(file string, options *core.CompilerOptions, host OutputPathsHost) string + func GetOutputDeclarationFileNameWorker(inputFileName string, options *core.CompilerOptions, host OutputPathsHost) string + func GetOutputExtension(fileName string, jsx core.JsxEmit) string + func GetOutputJSFileName(inputFileName string, options *core.CompilerOptions, host OutputPathsHost) string + func GetOutputJSFileNameWorker(inputFileName string, options *core.CompilerOptions, host OutputPathsHost) string + func GetSourceFilePathInNewDir(fileName string, newDirPath string, currentDirectory string, ...) string + func GetSourceFilePathInNewDirWorker(fileName string, newDirPath string, currentDirectory string, ...) string + func GetSourceMapFilePath(jsFilePath string, options *core.CompilerOptions) string + type OutputPaths struct + func GetOutputPathsFor(sourceFile *ast.SourceFile, options *core.CompilerOptions, ...) *OutputPaths + func (o *OutputPaths) DeclarationFilePath() string + func (o *OutputPaths) DeclarationMapPath() string + func (o *OutputPaths) JsFilePath() string + func (o *OutputPaths) SourceMapFilePath() string + type OutputPathsHost interface + CommonSourceDirectory func() string + GetCurrentDirectory func() string + UseCaseSensitiveFileNames func() bool