Luna Nova
Luna Nova
Making huge progress! It now boots, but the frontend and backend still need a lot of stuff added. I won't be able to work on it for a while again,...
Work is back on track. I added the configuration files just to get them out there. The code is still able to boot.
Has there been any update on this?
(opened here since vuejs/language-tools#986 was closed without an actual fix)
Also seemed to be fixed in https://github.com/microsoft/TypeScript-TmLanguage/commit/d1a9c200322c3dc3fb8a9d0e0912b478cdf973ff.
Not a really good idea. What _would_ be a good idea is source maps, not debug code. Debug code contains extra code for, well, _debug_. Not release.
It _would_ impact performance, as it would make all of those extra debug calls that aren't going anywhere. And again, debug code wouldn't be useful. Source maps would.