Commit 224d05d
sai-praveen-os
fix(connectivity_check): use ES modules instead of CommonJS
Switch lambda package from CommonJS to ES modules to be consistent with
scripts directory and avoid mixing module systems. Updated package.json
type field and tsconfig.json module target to ES2022.
Addresses PR #79 review comment from smayberry about avoiding mixed
import/require statements.
Task: PLATEXP-111061 parent 6912f3d commit 224d05d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments