mahalo-transpiler

A TypeScript based transpiler for Mahalo applications


Keywords
mahalo, typescript
License
MIT
Install
npm install mahalo-transpiler@0.6.1

Documentation

mahalo-transpiler

This module contains a TypeScript based transpiler for Mahalo applications.

Installation

You should install this package as a development dependency like so:

npm install --save-dev mahalo-transpiler

Usage

import * as mahaloTranspiler from 'mahalo-transpiler';

var result: {text: string, map: string} = mahaloTranspiler('./module-name');