1
votes

In webstorm 7, with typescript .9.0.1 installed via node.js, when the typescript compiler runs, I only get the line of error back:

C:/Users/mordrax/AppData/Roaming/npm/tsc.cmd world.ts
C:/Users/mordrax/WebstormProjects/CoTWjs/js/world.ts(9,13): 

However, if I run it in a cmd window, tsc world.ts I get the full picture

c:/Users/mordrax/WebstormProjects/CoTWjs/js/world.ts(9,13): error TS2095: Could
not find symbol 'Tile'.
c:/Users/mordrax/WebstormProjects/CoTWjs/js/world.ts(18,41): error TS2095: Could
 not find symbol 'Tile'.
c:/Users/mordrax/WebstormProjects/CoTWjs/js/world.ts(18,61): error TS2095: Could
 not find symbol 'TILEDATA'.
c:/Users/mordrax/WebstormProjects/CoTWjs/js/world.ts(18,88): error TS2095: Could
 not find symbol 'world'.

Give.

1
Nice ending. 'Give' :) - basarat
hehe, come on, i have to get a +1 for that (do u know where it comes from?). and i just worked out in ubuntu, i do get the full compile error log so it unlikely to not be implemented, just a configuration issue? - Joe
+1 Although I don't know where it comes from. And now you have me super curious. Would appreciate a link or searchable reference :) - basarat
In The green hornet, Seth's character, while interviewing a job candidate, asks her questions and says Give to prompt her replies. The movie is hilarious! Definitely recommended. - Joe
please vote for this issue - lena

1 Answers

0
votes

Based on Meta Discussion

Update (25/8/2013)

This issue has been fixed in typescript 0.9.1

Update (7/8/2013)

Looks like this issue is already on the radar, please vote for it to make it a BIG blip.