BundleTransformer.TypeScript
1.9.61
dotnet add package BundleTransformer.TypeScript --version 1.9.61
NuGet\Install-Package BundleTransformer.TypeScript -Version 1.9.61
<PackageReference Include="BundleTransformer.TypeScript" Version="1.9.61" />
paket add BundleTransformer.TypeScript --version 1.9.61
#r "nuget: BundleTransformer.TypeScript, 1.9.61"
// Install BundleTransformer.TypeScript as a Cake Addin #addin nuget:?package=BundleTransformer.TypeScript&version=1.9.61 // Install BundleTransformer.TypeScript as a Cake Tool #tool nuget:?package=BundleTransformer.TypeScript&version=1.9.61
BundleTransformer.TypeScript contains translator-adapter `TypeScriptTranslator` (supports TypeScript (http://www.typescriptlang.org/) version 1.5.0 Beta). This adapter makes translation of TypeScript-code to JS-code. Also contains debugging HTTP-handler `TypeScriptAssetHandler`, which is responsible for text output of translated TypeScript-asset.
BundleTransformer.TypeScript does not support external modules (CommonJS and AMD modules).
As a JS-engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working of this module is recommended to install one of the following NuGet packages: JavaScriptEngineSwitcher.Msie or JavaScriptEngineSwitcher.V8.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- BundleTransformer.Core (>= 1.9.52)
- JavaScriptEngineSwitcher.Core (>= 1.2.4)
- Newtonsoft.Json (>= 6.0.8)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.9.61 | 325 | 5/3/2015 |
1.9.53 | 149 | 4/4/2015 |
1.9.52 | 85 | 3/30/2015 |
1.9.39 | 436 | 1/18/2015 |
1.9.34 | 215 | 12/19/2014 |
1.9.30 | 194 | 11/24/2014 |
1.9.27 | 461 | 11/14/2014 |
1.9.25 | 243 | 10/14/2014 |
1.9.24 | 108 | 10/8/2014 |
1.9.13 | 267 | 8/7/2014 |
1.9.1 | 244 | 6/25/2014 |
1.9.0 | 164 | 6/23/2014 |
1.9.0-Beta3 | 68 | 6/21/2014 |
1.9.0-Beta1 | 60 | 6/13/2014 |
1.8.32 | 157 | 5/14/2014 |
1.8.30 | 164 | 4/28/2014 |
1.8.29 | 160 | 4/10/2014 |
1.8.28 | 74 | 4/3/2014 |
1.8.24 | 151 | 2/26/2014 |
1.8.23 | 71 | 2/21/2014 |
1.8.20 | 73 | 2/4/2014 |
1.8.18 | 80 | 1/22/2014 |
1.8.17 | 102 | 12/7/2013 |
1.8.16 | 70 | 12/6/2013 |
1.8.12 | 84 | 11/24/2013 |
1.8.11 | 71 | 11/7/2013 |
1.8.9 | 101 | 10/25/2013 |
1.8.8 | 72 | 10/24/2013 |
1.8.7 | 76 | 10/16/2013 |
1.8.3 | 91 | 9/12/2013 |
1.8.0 | 72 | 9/5/2013 |
1.7.27 | 65 | 8/26/2013 |
1.7.23 | 69 | 8/11/2013 |
1.7.21 | 64 | 8/4/2013 |
1.7.19 | 69 | 7/24/2013 |
1.7.18 | 62 | 7/20/2013 |
1.7.16 | 102 | 7/11/2013 |
1.7.9-Beta1 | 48 | 5/27/2013 |
1.7.7-Beta1 | 48 | 5/3/2013 |
1.7.0-Beta1 | 48 | 3/19/2013 |
1.6.26 | 137 | 5/28/2013 |
1.6.25 | 79 | 5/13/2013 |
1.6.23 | 73 | 2/28/2013 |
1.6.18 | 66 | 2/5/2013 |
1.6.16 | 72 | 1/22/2013 |
1.6.14 | 67 | 12/6/2012 |
1.6.13 | 59 | 12/4/2012 |
1.6.11 | 61 | 11/22/2012 |
1.6.10 | 61 | 11/17/2012 |
1.6.9 | 60 | 11/8/2012 |
1.6.8 | 77 | 10/24/2012 |
1.6.7 | 61 | 10/23/2012 |
1.6.6 | 61 | 10/15/2012 |
1.0.0 | 65 | 10/11/2012 |
Added support of TypeScript version 1.5.0 Beta.