MCPcopy
hub / github.com/webpack/webpack / removeStartFunc

Function removeStartFunc

lib/wasm-sync/WebAssemblyGenerator.js:64–69  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

62 * @returns {ArrayBufferTransform} transform
63 */
64const removeStartFunc = (state) => (bin) =>
65 editWithAST(state.ast, bin, {
66 Start(path) {
67 path.remove();
68 }
69 });
70
71/**
72 * Get imported globals

Callers 1

generateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected