unsupported type for static module: VariableDeclarator
- Dominant language
- JavaScript
- Stars
- 556
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
when running `browserify js/pre-bro.app.js` using brfs, I receive the following error:
```
Error: unsupported type for static module: VariableDeclarator
at expression:
fs
while parsing file: /Users/me/dev/git/studio-module-media/js/pre-bro.app.js
at traverse (/Users/me/dev/git/studio-module-media/node_modules/brfs/node_modules/static-module/index.js:285:25)
```
I have determined that the lines from the source file that trigger this error are the following:
```
...
// Generated by CoffeeScript 1.8.0
(function() {
var $, Definition, Marionette, QuickPublishView, Studio, Template, fs, _;
$ = require('jquery');
_ = require('underscore');
fs = require('fs');
....
```
I'm having trouble figuring out what's going on
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.