MCPcopy Index your code
hub / github.com/nodejs/node / generateNameForExportDefault

Function generateNameForExportDefault

test/fixtures/snapshot/typescript.js:114617–114619  ·  view source on GitHub ↗

* Generates a unique name for a default export.

()

Source from the content-addressed store, hash-verified

114615 * Generates a unique name for a default export.
114616 */
114617 function generateNameForExportDefault() {
114618 return makeUniqueName("default");
114619 }
114620 /**
114621 * Generates a unique name for a class expression.
114622 */

Callers 1

generateNameForNodeFunction · 0.85

Calls 1

makeUniqueNameFunction · 0.85

Tested by

no test coverage detected