Andrey Taritsyn

Results 150 comments of Andrey Taritsyn

Hello, Darth! I do not use a Azure, so I cannot answer your question.

Hello, Antoine! I've known about this for a long time, so I started working on the [Sass Host](https://github.com/Taritsyn/SassHost) project. While work on this project is stopped, but I will return...

Hello, Tristan! I apologize for the fact that I could not answer for a long time. Bundle Transformer does not support source maps. This is largely due to the pipeline...

Hello, Kendall! I can not say anything yet. I will research this problem after the JavaScript Engine Switcher 3.0, Bundle Transformer 1.10 and React.NET 4.0 releases.

> I might grab the source code for 1.10 beta myself and take a stab at building it, and send you a PR if I get it working. I'll make...

In this module, you only need to translate JSX code to JS?

Hello, Kendall! In principle, you can integrate the [React.Web.Mvc4](https://www.nuget.org/packages/React.Web.Mvc4) and [System.Web.Optimization.React](https://www.nuget.org/packages/System.Web.Optimization.React) libraries with the Bundle Transformer right now. First, register the `.jsx` extension in the `Web.config` file. ```xml … …...

Hello, Kendall! It seems that I was wrong here, because I had forgotten how to work the Bundle Transformer's pipeline. We'll have to wait for a fully-fledged module.

Hello, Tim! Thanks for information! This problem is solved in [version 3.19.0](https://github.com/Taritsyn/JavaScriptEngineSwitcher/releases/tag/v3.19.0).

Hello, Dorez! > So the Node Engine implementation for javascript.Nodejs supports returning a stream from node to .net by setting the return type to Stream. All other JS engines do...