TypeScript support
TypeScript is a superset of JavaScript, popular among .NET developers and is typed. Support would be very handy
Hi all, just in case you didn’t know, we just published a guide explaining how to write parsers for Semantic. Now it is possible to add any language you want :-)
https://users.semanticmerge.com/documentation/external-parsers/external-parsers-guide.shtml
-
Anonymous commented
This is essential since it is practically impossible to write large system in javascript, so this should be done before javascript. Also modern system almost always have some part where javascript is used and then the only sane way to handle that is to use TypeScript.
-
Zachary Sims commented
Has a lot of overlap with ES6, so this shouldn't be a (great?) stretch from the JS support.