Skip to content

Declaration errors that block emit are not reported #6198

Description

@vladima
// t.ts
type T = { x : number }
export interface I {
    f: T;   
}

Compiling this file with these flags -d --noEmitOnError -m commonjs yields no output file and no errors are reported

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions