Files
babel/packages/babel-plugin-transform-modules-commonjs/test/fixtures/regression/T7160/input.js
2018-01-09 15:36:42 +01:00

8 lines
92 B
JavaScript

export var foo = function(gen, ctx = null) {
}
export var bar = (gen, ctx = null) => {
}