Commit 45e9af7
committed
fix(native): remove orphaned protoMethodsMs type and unify timer precision
Remove the `protoMethodsMs` optional field from `BuildResult.phases` that
was declared in types.ts but never populated by the orchestrator, report
script, or PostPassTimings interface — preventing it from silently appearing
as an always-undefined field in IDE autocomplete.
Migrate `runPostNativeThisDispatch` from `Date.now()` (integer ms) to
`performance.now()` (sub-ms float) so all five post-pass timings in
`PostPassTimings` use the same timer API and resolution.1 parent 8b3aa3d commit 45e9af7
2 files changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
| 705 | + | |
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
| |||
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
937 | | - | |
| 937 | + | |
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1268 | 1268 | | |
1269 | 1269 | | |
1270 | 1270 | | |
1271 | | - | |
1272 | | - | |
1273 | 1271 | | |
1274 | 1272 | | |
1275 | 1273 | | |
| |||
0 commit comments