first commit
This commit is contained in:
3
test/fixtures/modules/export-function/actual.js
vendored
Normal file
3
test/fixtures/modules/export-function/actual.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export function wow(foo, bar) {
|
||||
|
||||
}
|
||||
3
test/fixtures/modules/export-function/expected.js
vendored
Normal file
3
test/fixtures/modules/export-function/expected.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
exports.wow = function wow(foo, bar) {
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user