typescript1.4 - Visual Studio TypeScript - Out of Stack Space -


we're using vs 2013 typescript 1.4 , have started getting following 'out of stack space' error during transpiling:

1>------ build started: project: client, configuration: debug cpu ------ 1>vstsc : tsc.js(15645, 21) javascript runtime error : out of stack space ========== build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== 

there seems few other references error , error message not give go on. ideas?

this appears message indicates. apparently had many string constants. once removed 'out of stack space' stopped occurring.


Comments

Popular posts from this blog

Android : Making Listview full screen -

jsf - How to order SelectItems in custom renderer extending MyFaces HtmlMenuRenderer -

sql server - SQL, get max id of column -