You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

BundleTransformer.CoffeeScript

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

BundleTransformer.CoffeeScript

BundleTransformer.CoffeeScript contains one translator-adapter - `CoffeeScriptTranslator`. This adapter makes translation of CoffeeScript code to JS code. Also contains the `CoffeeScriptAssetHandler` debugging HTTP handler, which is responsible for text output of translated CoffeeScript asset.

1.14.0
Version published
Maintainers
1
Created
           README file for Bundle Transformer: CoffeeScript v1.14.0
       Copyright (c) 2012-2024 Andrey Taritsyn - http://www.taritsyn.ru

=========== DESCRIPTION

BundleTransformer.CoffeeScript contains one translator-adapter - CoffeeScriptTranslator (supports the CoffeeScript (https://coffeescript.org) version 2.7.0). This adapter makes translation of CoffeeScript code to JS code. Also contains the CoffeeScriptAssetHandler debugging HTTP handler, which is responsible for text output of translated CoffeeScript asset.

As a JS engine is used the JavaScript Engine Switcher library (https://github.com/Taritsyn/JavaScriptEngineSwitcher).

============= RELEASE NOTES

Enabled a SourceLink.

==================== POST-INSTALL ACTIONS

For correct working of this module, you need to install one of the following NuGet packages:

* JavaScriptEngineSwitcher.ChakraCore
* JavaScriptEngineSwitcher.Jint
* JavaScriptEngineSwitcher.Msie (only in the Chakra modes)
* JavaScriptEngineSwitcher.V8

After package is installed and JS engine is registered (https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/Registration-of-JS-engines), need set a name of JS engine (for example, MsieJsEngine) to the name attribute of /configuration/bundleTransformer/coffeeScript/jsEngine configuration element in the Web.config file.

To use a debugging HTTP handlers in the IIS Classic mode, you need add to the /configuration/system.web/httpHandlers element of the Web.config file a following code:

============= DOCUMENTATION

See documentation on GitHub - https://github.com/Taritsyn/BundleTransformer/wiki

FAQs

Package last updated on 29 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts