MCPcopy
hub / github.com/webpack/webpack / setToString

Function setToString

test/configCases/mangle/mangle-with-object-prop/module.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2export const def = "def";
3export let toString;
4export const setToString = () => {
5 toString = () => "toString";
6};
7export const moduleId = module.id;
8export const a = "single char";
9export const $1 = "double char";

Callers 1

index.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected