IWANABETHATGUY
IWANABETHATGUY
what about use name `${original_name}-${symbol_ref.owner}-${symbol_id}` for the first time, and increasing count, until we find a the target. e.g. ``` // main.js const a = 1000; // lib.js // SymbolRef(1,...
Method two: Instead of storing used canonical_names in `HashSet` we could store them in a `HashMap`, here is the algorithm. ``` js // main.js const a = 1000; // visit...
I prefer the first one as there is almost no chance of conflict with `name + symbol.ower + symbolId`
> Pls, update checkboxes :) Done
> Thanks so much for this! In testing this, I noticed a couple other missing features from the vscode extension: > > * Showing the actual lint error name in...
Hello, I saw it has been 3 weeks since your last pr, are you still interested in this feature, or can I continue your work?
> @IWANABETHATGUY have you started working on this? WIP