This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Find missing imports | |
Suitable for javascript projects using es6 imports. | |
Example uses: | |
Assuming SCRIPT is <path/to/find_missing_es6_imports.py> | |
First argument is a glob pattern to find components | |
Following arguments are paths to files or folders relative to current directory | |
- $ python3.9 SCRIPT '**/*.vue' components |