Adds type handlers for "web handler" objects in types/web-handler.ts. This fixes the build errors 👍
I also removed everything under std for now. I understand the idea there, since the wintercg spec can shift from the node.js one, however a bunch of the codebase wasn't importing from it anyway. I think we should find a better way to enforce usage through "std" if we're going to have it there.
Adds type handlers for "web handler" objects in
types/web-handler.ts
. This fixes the build errors 👍I also removed everything under
std
for now. I understand the idea there, since the wintercg spec can shift from the node.js one, however a bunch of the codebase wasn't importing from it anyway. I think we should find a better way to enforce usage through "std" if we're going to have it there.Fixes #15