| Requirement | Comment | Angular.JS | All application files + configurations files Code before compilation (else there will be generated code in the delivery). All the source files of the application, including project files and configuration files for example: - .js - code source files
- .properties, .config, .json, .yml - properties and configuration files
- .html files
- .css, .scss files
- images, icons aso files
All libraries required to build the application, with the exception of external libraries which are not included in the analysis. | *.yaml, *.js, *.jsx, *.css, *.ts, *.tsx, *.json, *.html ... | Angular | Source code before compilation Files extensions are *.ts, *.html, *.css or *.scss. Source folder that contains index.html, main.ts and the app folder app.modules.ts file spec.ts files are useless. Don't deliver them. | Source code written by developers is mandatory. If there is other specific file extension, it must be clarify by customer. | JavaScript | All application files + configurations files | *.yaml, *.js, *.jsx, *.css, *.ts, *.tsx, *.json, *.html ... | jQuery | jquery file not the minified file. add jQuery version used | *.yaml, *.js | ReactJS | Source code before compilation Files extensions is *.js only *.spec.js and *.test.js and *-spec.js and *-test.js are useless. Don't delivery them | Source code written by developers is mandatory. If there is other specific file extension, it must be clarify by customer. | TypeScript | All application files + configurations files | *.yaml, *.js, *.jsx, *.css, *.ts, *.tsx, *.json, *.html ... | VBScript | All application files + configurations files | *.vbs |
|