This repository has been archived on 2026-02-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
babel/test/fixtures/modules/export-default/expected.js
Sebastian McKenzie c97696c224 first commit
2014-09-28 23:39:22 +10:00

6 lines
87 B
JavaScript

exports = module.exports = test;
exports = module.exports = function (foo, bar) {
};