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

Latest commit

 

History

History
62 lines (34 loc) · 1.11 KB

readme.md

File metadata and controls

62 lines (34 loc) · 1.11 KB

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