Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.

styfle/TypeScriptReproBug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Bug in Visual Studio 2017

Repro steps

  1. Open the .sln file in VS 2017
  2. It will ask to upgrade TypeScript, click OK
  3. In solution explorer, click the arrow to expand the Model.cs file
  4. Open the dependent Model.cs.d.ts file
  5. Change the any to string
  6. Press CTRL + S to save
  7. Notice the unexpected jquery.3.2.0.js.map file

img

This file should not be generated. It happens to all .js files in the solution :(