Commit 32938ca
authored
refactor: convert sequential.js to TypeScript (#770)
* refactor: convert sequential.js to TypeScript
Fixes #661 (partial - 1 file)
- Renamed sequential.js to sequential.ts
- Added TypeScript type annotation to changeClockEnable parameter (val: boolean)
- Added return type annotation (void)
- No logic changes, only type safety improvements
* refactor: apply same TypeScript changes to v1/src1 parent 261dfed commit 32938ca
File tree
2 files changed
+4
-4
lines changed- src/simulator/src
- v1/src/simulator/src
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
0 commit comments