es-ctags icon indicating copy to clipboard operation
es-ctags copied to clipboard

CTags compatible generator for ES6

Results 2 es-ctags issues
Sort by recently updated
recently updated
newest added

Great tool! Doesn't seem to have support for imports though. This would be very helpful.

What's the minimum version of node? Works fine with v6.2.1, but with v0.10.32 I get: ``` /Users/danielq/.nvm/v0.10.32/lib/node_modules/es-ctags/src/command-line.js:3 const path = require('path') ^^^^^ SyntaxError: Use of const in strict mode. at...