-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hey, if you give me some pointers of where to start (I only took a glance would it be lib/cli?), I'll add support for this. It'd be sick if we could get es6 support for node testing through 6to5.
Works great for testing browsers with ES6 files already, having a bit of trouble getting it set up for node. I figure we can just add an es6 flag and use the 6to5 cli instead of node (http://6to5.org/docs/usage/cli/#6to5-node)
# Working browserify method
$ prova test/**.js -q -b -t 6to5ify -l firefox -e
# Hypothetical node method
$ prova test/**.js -es6Metadata
Metadata
Assignees
Labels
No labels