Closed goloveychuk closed 4 years ago
I want to override default behavior, by using checker.getSymbolAtLocation to get identifier declaration, than filter same any.
Idea is to get any origins to avoid duplicates. But could be problems with types, declared in other files.
git reset
git commit
npm run build
npm run lint
npm run fix
git add -A
.gitignore
npm run test
thanks!
It should be available in v2.7.0
Changes
I want to override default behavior, by using checker.getSymbolAtLocation to get identifier declaration, than filter same any.
Idea is to get any origins to avoid duplicates. But could be problems with types, declared in other files.
Checks
git reset
thengit commit
)npm run build
)npm run lint
to check,npm run fix
to fix)git add -A
or add rules at.gitignore
file)npm run test
to check)