John Lindal

Results 39 comments of John Lindal

Yes. I was toying with code to create tags for all fields in an object, by looking for `this.`, and it would also only work if we filtered out duplicates.

What do I need to do to build `u-ctags-with-symbol-table`?

@masatake Thanks for rebasing! I have had this one on my todo list for a while. I will try to get to it soon.

@masatake The difference between this and your previous commit is that there is `` in the middle of the JavaScript block. Without my change, the functions in the JavaScript block...

@masatake I thought you were working on a different solution to this issue?

I have seen some libraries solving the callback/promise dilemma by simply returning a Promise if no callback is provided. That way, there is only a single set of functions in...

The original for loop assumes that there is no overlap, so I don't think we need to add a check for that. The message I linked to explains the performance...

It is a performance edge case. With a "normal" source file with lots of short lines, it's fast. But when it tries to parse a source file with everything on...