🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

broccoli-coffee

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-coffee

CoffeeScript filter for Broccoli

0.1.2
Source
npm
Version published
Weekly downloads
137
-10.46%
Maintainers
1
Weekly downloads
 
Created
Source

broccoli-coffee

A CoffeeScript filter for Broccoli.

Installation

npm install --save-dev broccoli-coffee

Usage

var filterCoffeeScript = require('broccoli-coffee');
tree = filterCoffeeScript(tree, options);

Options

bare

If bare is true, the CoffeeScript compiler will not emit a top-level function wrapper:

filterCoffeeScript(tree, {
  bare: true
})

Source Maps

Source maps are not yet supported.

Keywords

broccoli-plugin

FAQs

Package last updated on 05 Oct 2014

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