mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
|
var x;
|
||
|
module.exports = Foo, require("./foo_0"), x("test"), x(42), x.b, x.c, x.d;
|
||
|
export { };
|