This package has been deprecated

Author message:

This package is no longer actively maintained.

@donotjs/donot-transform-es5

1.0.5 • Public • Published

donot-transform-es5

Build Status

es5 (babel) compiler and renderer for donot.

Usage

Using the es5 donot transform plug-in is pretty easy.

var http = require('http'),
    donot = require('donot'),
    ES5Tranform = require('donot-transform-es5');

var server = http.createServer(donot(__dirname + '/public', {
	transforms: [ new ES5Transform({
		// Options
	}) ]
}));

server.listen(8000);

Now .js files in the /public folder will automatically be compiled, rendered and served as es5 compiled versions with the .es5.js extension.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @donotjs/donot-transform-es5

Weekly Downloads

0

Version

1.0.5

License

MIT

Last publish

Collaborators

  • trenskow_deprecated