mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 15:02:11 +08:00
The Node.js `path` builtin module is already imported and provides the necessary functionality to extract the base file name needed within this helper function. By using `path`, all imports from `@angular-devkit/core` can be eliminated from the file.