jabberwock31415
Results
1
issues of
jabberwock31415
Given this file, foo.js: ``` require('magic-globals'); console.log(`${__file}:${__line}: This works`); console.log(`${__fili}: this doesn't`); ``` Running it results in the following error: ``` % node foo.js foo:2: This works /tmp/node_modules/magic-globals/magic-globals.js:62 if (...