Commit d387644
committed
fix(wasm-worker): restore paramBindings in SerializedExtractorOutput and remove duplicate copy in pool (#1331)
The previous commit removed paramBindings from SerializedExtractorOutput
to fix a TS2300 duplicate-identifier error, but left two references to
ser.paramBindings in wasm-worker-pool.ts (lines 110 and 125), causing
TS2339 errors that broke every CI job.
Restore paramBindings as an inline import in the protocol interface
(matching the style of the other binding fields), and remove the
duplicate line 125 copy in pool.ts.1 parent 9fb1a8b commit d387644
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
0 commit comments