Open arvilmena opened 10 months ago
UPDATE: updated title to add "on bun-types >= 1.0.19" upon further inspection
bun-types
package, hence the test is not accurately testing what it is intended to do
i.e.: https://github.com/elysiajs/elysia-html/actions/runs/7320895423/job/19940603118?pr=78
still uses 1.0.18:
Hello!
Part of my CI is to run
tsc
/bunx --bun tsc --noemit
for static analysis test. This test started to trip once we started using elysia-htmlThe reason is that the
TransformStream
being used for the test is the one from DOM and not from the NodeJS/Bun Types