Info
Version: | 1.13.15 |
Author(s): | Andrey Taritsyn |
Last Update: | Sunday, November 26, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Taritsyn/BundleTransformer |
NuGet Url: | https://www.nuget.org/packages/BundleTransformer.TypeScript |
Install
Install-Package BundleTransformer.TypeScript
dotnet add package BundleTransformer.TypeScript
paket add BundleTransformer.TypeScript
BundleTransformer.TypeScript Download (Unzip the "nupkg" after downloading)
Dependencies
- BundleTransformer.Core(>= 1.10.0)
- AdvancedStringBuilder(>= 0.1.0)
- JavaScriptEngineSwitcher.Core(>= 3.1.0)
- Newtonsoft.Json(>= 12.0.2)
Tags
This adapter makes translation of TypeScript code to JS code. Also contains the `TypeScriptAssetHandler` debugging HTTP handler, which is responsible for text output of translated TypeScript asset.
BundleTransformer.TypeScript does not support external modules (CommonJS, AMD, SystemJS, UMD and ES6 modules).
As a JS engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher).
For correct working of this module, you need to install one of the following NuGet packages: JavaScriptEngineSwitcher.Msie, JavaScriptEngineSwitcher.V8 or JavaScriptEngineSwitcher.ChakraCore.