Hi thank you for getting back to me. Unfortunately this is not the behavior I am experiencing.
I am not at my computer today, but here is the gist of it:
cat /tmp/foo.js
const myFn = function(param1, param2) {
console.log(arguments);
}
cat ./tags
const /tmp/foo.js const myFn = function....
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Universal-ctags(http://ctags.io), a project forked from exuberant-ctags captures myFn as a function
[yamato@x201]~/var/ctags-github%cat/tmp/foo.jscat/tmp/foo.jsconstmyFn=function(param1,param2){console.log(arguments);}[yamato@x201]~/var/ctags-github%./ctags-o-/tmp/foo.js./ctags-o-/tmp/foo.jsmyFn/tmp/foo.js/^constmyFn=function(param1,param2){$/;" f
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't understand what you mean.
Following output is not enough for you?
Hi thank you for getting back to me. Unfortunately this is not the behavior I am experiencing.
I am not at my computer today, but here is the gist of it:
cat /tmp/foo.js
const myFn = function(param1, param2) {
console.log(arguments);
}
cat ./tags
const /tmp/foo.js const myFn = function....
Thanks
Universal-ctags(http://ctags.io), a project forked from exuberant-ctags captures myFn as a function