test-es6-library-dependency
A package intended to be used as a library in programs when testing builds that involve transpilation. Uses the following ES6 features, so that you can check that the features were transpiled by your build process:
- arrow functions
- const
- string interpolation
- spread syntax
This library is intended to act as a dependency to the test-es6-library
library, allowing you to test ES5 builds that involve ES6 code that is deep in the hierarchy of NPM library dependencies.
License
This program is released into the public domain.