Initial portage to TypeScript.
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 1 Nov 2020 18:26:04 +0000 (19:26 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 1 Nov 2020 18:26:04 +0000 (19:26 +0100)
commit6af9012e5b9ef2ed6f4fe8a9696b40ac0e8da4d0
treec2d7843a06795a3c41ae290667addf3d5204b193
parent8c4da34193ab5407e3989a76360f1d909c21dc76
Initial portage to TypeScript.

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
32 files changed:
.eslintrc
flow-typed/npm/babel-eslint_vx.x.x.js [deleted file]
flow-typed/npm/clinic_vx.x.x.js [deleted file]
flow-typed/npm/eslint-config-google_vx.x.x.js [deleted file]
flow-typed/npm/eslint-config-node_vx.x.x.js [deleted file]
flow-typed/npm/eslint-plugin-flowtype_vx.x.x.js [deleted file]
flow-typed/npm/eslint_vx.x.x.js [deleted file]
flow-typed/npm/flow-bin_v0.x.x.js [deleted file]
flow-typed/npm/flow-typed_vx.x.x.js [deleted file]
flow-typed/npm/npm-check_vx.x.x.js [deleted file]
flow-typed/npm/uuid_v8.x.x.js [deleted file]
flow-typed/npm/winston_v3.x.x.js [deleted file]
flow-typed/npm/worker-threads-pool_vx.x.x.js [deleted file]
flow-typed/npm/ws_v7.x.x.js [deleted file]
package-lock.json
package.json
src/assets/station-templates/abb-atg.station-template.json [new file with mode: 0644]
src/charging-station/AutomaticTransactionGenerator.js [deleted file]
src/charging-station/AutomaticTransactionGenerator.ts [new file with mode: 0644]
src/charging-station/ChargingStation.ts [moved from src/charging-station/ChargingStation.js with 81% similarity]
src/charging-station/OcppError.ts [moved from src/charging-station/OcppError.js with 66% similarity]
src/charging-station/StationWorker.ts [moved from src/charging-station/StationWorker.js with 53% similarity]
src/charging-station/Worker.ts [moved from src/charging-station/Worker.js with 67% similarity]
src/start.ts [moved from src/start.js with 79% similarity]
src/types/MeasurandValues.ts [new file with mode: 0644]
src/utils/Configuration.ts [moved from src/utils/Configuration.js with 98% similarity]
src/utils/Constants.ts [moved from src/utils/Constants.js with 93% similarity]
src/utils/ElectricUtils.ts [moved from src/utils/ElectricUtils.js with 67% similarity]
src/utils/Logger.ts [moved from src/utils/Logger.js with 77% similarity]
src/utils/Statistics.ts [moved from src/utils/Statistics.js with 86% similarity]
src/utils/Utils.ts [moved from src/utils/Utils.js with 71% similarity]
tsconfig.json [new file with mode: 0644]