MCPcopy
hub / github.com/lebab/lebab / exportDefault

Function exportDefault

src/transform/commonjs/exportCommonjs.js:30–36  ·  view source on GitHub ↗
({value}, comments)

Source from the content-addressed store, hash-verified

28}
29
30function exportDefault({value}, comments) {
31 return {
32 type: 'ExportDefaultDeclaration',
33 declaration: value,
34 comments,
35 };
36}
37
38function exportNamed({id, value}, comments) {
39 if (isFunctionExpression(value)) {

Callers 1

enterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…