Marko tags using ES2015 Classes and ES2015 decorators!
From discussion in Marko issue #91
$ npm install --save marko-es7
This project was generated via generator-node
WIP: Experimental
var markoEs7 = require('marko-es7');
markoEs7('Rainbow');
Compile:
gulp babel
Run tests with mocha
using /dist
folder:
npm run mocha
Note: The original project setup uses npm test
via gulp. However I've not been able to make it work with ES2016 generators, even after following these Babel config instructions here.
Any help or assistance greatly appreciated!!
ISC © Kristian Mandrup