Joe Pea
Joe Pea
Hello Guy, I have some CommonJS modules that I'm trying to load in a "legacy" RequireJS project, and it has require statements like this: ```js // foo.js require('./bar'); ``` that...
What if the private/protected property names were to be mirrored for it to work? ``` js const sharedSecret = Symbol(); class Friendly { //this class has a private property (vs...
Getting this error while following instructions in the README: ``` ❯ git clone https://github.com/trusktr/infamous ❯ cd infamous ❯ npm install ❯ npm run build-cjs ❯ colony ./index.js -o colony /usr/local/lib/node_modules/colony/bin/colony:101...
Getting this error while following instructions in the README: ``` ❯ colony --npm infamous && serve colony colony-render@ /Users/trusktr/tmp/colony.tmp └─┬ [email protected] └── [email protected] (git://github.com/trusktr/famous.git#30160a17de6d35cce6f9b50f7eaac782159feabc) module.js:341 throw err; ^ Error: Cannot...
For example, I am using this, and would like to match the regex that `vim-mode` uses for `*` and `#`. Possibly would be nice to add option to match vim-mode's...
I get that error when trying the short three line ACS example in the documentation or any of the examples in the examples folder. If I try it on a...
I like straight lines to connect nodes more than the curved ones. This would be a nice option.
class syntax is perhaps easy to analyze too, so it might be nice to also show a class inheritance graph. Possibly both can be shown at the same time with...
Would be interesting to have a tree view that shows dependencies from the chosen entry point as a tree from top to bottom, all arrows going downwards, and if a...