Revisions in over 500 files in multiple lines, with Abstract Syntax Tree(TS) on existing code.
To execute the script with the extensions specified in your .env (.page.ts, .component.ts, ...):
npm run start:envTo run the script with all that are contained in your CODE_LOCATION:
npm run start:alladd in .env:
CODE_LOCATION = ‘path/to/your/files’
FILE_EXTENSIONS= .page.ts,.component.ts,.integration.ts,.integration.spec.ts
DELETE_EXTENSIONS = .integration.ts,.integration.spec.ts