Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: fixed check-imports.py to ignore commented lines
The script check-imports.py will now ignore the usage of module names in commented lines. Additionally, while searching for the usage, word boundaries will be used. Eg: 'Just' would not be considered in a sentence containing 'FromJust'. Fixes: nodejs#29226
- Loading branch information