How can I compile CoffeeScript from .NET using Visual Studio 2022?

31 Views Asked by At

I want to write an HttpHandler that compiles CoffeeScript code on-the-fly and sends the resulting JavaScript code.

How can CoffeeScript be compiled in .NET?

Previously I was using Mindscape Web Workbench but it only supports Visual Studio versions 2010-2013. I need this for Visual Studio 2022.

0

There are 0 best solutions below