-
Notifications
You must be signed in to change notification settings - Fork 7
Add some type safety checks on tab #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@Kaiohz concernant les élements du dpe qui ne sont pas des tableaux, jai fait cette MR #145 . Lire le readme => https://github.com/Open3CL/engine/blob/chore_sanitize_dpe/README.md#utilisation |
| @@ -1,198 +1 @@ | |||
| [ | |||
| "2187E0981996L", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pk avoir supprimer ce fichier ? quel rapport avec le sujet de la MR ?
| const dpeRequest = getAdemeFileJson(ademeId); | ||
| try { | ||
| const dpeResult = calcul_3cl(structuredClone(dpeRequest)); | ||
| saveResultFile(ademeId, dpeResult); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
quel est l'intéret de ce test ?
| { | ||
| "name": "@open3cl/engine", | ||
| "version": "0.1.0", | ||
| "version": "1.0.16", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pk changer la version du package json ?
| "@semantic-release/github": "^12.0.2", | ||
| "@types/node": "^20.12.4", | ||
| "@vitest/coverage-v8": "^3.0.6", | ||
| "@vitest/coverage-v8": "^3.2.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pk une maj des libs dans cette MR ?
No description provided.