On 3/9/20 5:42 AM, GreatSam4sure wrote:
I want to know if it is possible to use typescript with the vibe.d since typescript is a superset of javascript. I will appreciate any example if it is possible
My understanding is that Typescript needs to be compiled to javascript. You can't serve typescript directly to a browser.
So as long as you are doing this in a separate file, vibe.d can serve up the javascript files just fine.
-Steve