Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

sindresorhus/broccoli-sweetjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

The Sweet.js project is no longer maintained.


broccoli-sweetjs Build Status

Transpile Sweet.js macros

Issues with the output should be reported on the Sweet.js issue tracker.

Install

$ npm install --save-dev broccoli-sweetjs

Usage

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

API

sweetjs(tree, [options])

options

modules

Type: array
Default: []

A list of macros you want to use.

Use the same syntax as you would in require():

  • npm module: 'module-name'
  • local file: './file-name'
readtables

Type: array
Default: []

A list of readtable extensions you want to use.

Use the same syntax as you would in require():

  • npm module: 'module-name'
  • local file: './file-name'

License

MIT © Sindre Sorhus