Commit 3b2edfc
committed
fix(formula): use the static import in the #6133 test (NodeNext extension)
`await import('./cel-engine')` needs an explicit `.js` extension under
`moduleResolution: nodenext`, so the new test added one TS2835 to the package's
TEST_DEBT ledger (17 -> 18) and tripped `check:type-check-debt`. The ledger is a
shrink-only ratchet (#5278), and the error is trivially removable rather than
irreducible: `parseCelToAst` is exported from the module the file already
imports statically. Re-measured back to 17, the recorded value, with zero
errors attributable to this PR's files.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_019Q7oc7ASjh8yxyS3Yz78We1 parent fb7cabf commit 3b2edfc
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | 165 | | |
167 | 166 | | |
168 | 167 | | |
| |||
0 commit comments