This would just make the exported output just that much more frictionless for those who use an ES6 module setup for our projects and combine everything up using a bundler, like rollup.
This proposal is for a new export flag that uses the ES6 module export syntax. It could look like this:
Normal version
Function wrapper version
export default (function () {....
This would just make the exported output just that much more frictionless for those who use an ES6 module setup for our projects and combine everything up using a bundler, like rollup.
This proposal is for a new export flag that uses the ES6 module export syntax. It could look like this:
Normal version
Function wrapper version