JSONStream fails to find type declarations in CI

1 day ago 1
ARTICLE AD BOX

Sign up to request clarification or add additional context in comments.

3 Comments

Nice trick, but IMO you should import from the correctly-cased module name rather than aliasing it like this (even on macOS).

2026-02-24T11:44:42.647Z+00:00

Ah, maybe you meant that @types/jsonstream is lowercase and therefore not being discovered when you import … from 'JSONStream' (which you need to do at runtime on case-sensitive filesystems). See these issues: 1, 2, 3. Seems like this ought to have been fixed as part of this pull request but either it wasn't or there was a regression.

2026-02-24T14:33:11.19Z+00:00

2026-02-24T11:44:47.503Z+00:00

Read Entire Article