static-module icon indicating copy to clipboard operation
static-module copied to clipboard

Module build failed: Error: unsupported type for static module: FunctionDeclaration

Open kapcsandi opened this issue 8 years ago • 0 comments

I got this in one of my project: `

ModuleBuildError: Module build failed: Error: unsupported type for static module: FunctionDeclaration
at expression:

function fs(e, t, r) {
    e = e | 0;
    t = t | 0;
    r = r | 0;
    return lo(e, t, r) | 0;
}

at traverse (/ssd2/home/kapcsandi/scm/frontend2/node_modules/static-module/index.js:301:34)
at walk (/ssd2/home/kapcsandi/scm/frontend2/node_modules/static-module/index.js:224:18)

`

kapcsandi avatar Nov 30 '16 13:11 kapcsandi