
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
BundleTransformer.CoffeeScript
Advanced tools
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.
README file for Bundle Transformer: CoffeeScript v1.14.0
Copyright (c) 2012-2024 Andrey Taritsyn - http://www.taritsyn.ru
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).
Enabled a SourceLink.
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:
See documentation on GitHub - https://github.com/Taritsyn/BundleTransformer/wiki
FAQs
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.
We found that bundletransformer.coffeescript demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.