Skip to content

temga/clinch.es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clinch.es6

This is external addon for clinch - CommonJS to browser packer to support .js files with ES2015 specification.

How to use

import Clinch from 'clinch';
import { clinch_es6 } from 'clinch.es6';

//create packer object
let packer = new Clinch({
  runtime : true
});

//add plugin
packer.addPlugin(clinch_es6);

For more information see main module documentation.

About

ES6 processor for Clinch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published