Skip to content

"object" type not emitted to declaration file #13504

@rbuckton

Description

@rbuckton

TypeScript Version: 2.2.0-dev.20170115

Code

// @declaration
var o: object;

Expected behavior:

declare var o: object;

Actual behavior:

declare var o: ; // declaration missing

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScript

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions