Siilwyn
DNT build type check fails on std/streams/buffer byobRequest
So using dnt to build a short script which uses node's child_process and web streams I'm getting type errors on Deno's std/streams/buffer code. Specifically:
Any ideas on workaround (apart from disabling the build type check) or a fix?
4 replies
Does Deno package.json support use workspaces for module resolution?
Talking about this field: https://docs.npmjs.com/cli/v9/using-npm/workspaces
If not could I somehow link to a local package in a project while it would resolve to the published version in deploy/publish context?
1 replies