MCPcopy Index your code
hub / github.com/microsoft/typescript-go / Emit

Method Emit

internal/compiler/program.go:1727–1727  ·  view source on GitHub ↗
(ctx context.Context, options EmitOptions)

Source from the content-addressed store, hash-verified

1725 GetDeclarationDiagnostics(ctx context.Context, file *ast.SourceFile) []*ast.Diagnostic
1726 GetSuggestionDiagnostics(ctx context.Context, file *ast.SourceFile) []*ast.Diagnostic
1727 Emit(ctx context.Context, options EmitOptions) *EmitResult
1728 CommonSourceDirectory() string
1729 IsSourceFileDefaultLibrary(path tspath.Path) bool
1730 Program() *Program

Implementers 2

Programinternal/compiler/program.go
Programinternal/execute/incremental/program.g

Calls

no outgoing calls

Tested by

no test coverage detected