-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
Hi,
Version: Visual Studio 2015 RC/TS 1.5 beta.
I have a repro for this.
- Download the Visual Studio project from here: https://typescript.codeplex.com/workitem/2670
- Build the project.
Error:
------ Rebuild All started: Project: foo, Configuration: Debug Any CPU ------
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\TypeScript\Microsoft.TypeScript.targets(126,5): error MSB6006: "tsc.exe" exited with code 1.
Done building project "foo.njsproj" -- FAILED.
The compiler should have reported a no-implicit-any error, but fails instead. The error can be fixed with:
export var foo = () => ({
moduleFooter: <any>undefined,
});
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue