Skip to content

Node ES6 support #57

@megawac

Description

@megawac

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 -es6

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions