Yuriy Yazlovytskyy
Yuriy Yazlovytskyy
It seems like the ide waits for a save to do the rebuild and show the errors. I have fixed the issue using another package which saves file on each...
Hi, I have a node_modules dir with modules written in iced-coffeescript. And i do ``` require('module-written-in-coffee') ``` in the clientside code. It worked perfectly fine before i have updated it...
Under windows the paths of file/folder is separated by '\' symbol. But '\u' is a unicode symbol start marker in javascript, so if "\u.." is not a valid unicode symbol...