Halvard
What is the correct way of importing members of a workspace?
As title suggests, I am wondering what the correct way of setting up a deno workspace with multiple modules where Module-A imports functions from Module-B? Are there restrictions in circular imports? I was reading over the standard library, but it did not make immediate sense as to how to set this up.
4 replies
no-slow-types should not trigger on 'as const' objects
I get an on-slow-types error for an
as const
object, but shouldn't this be inferred?
https://github.com/denodrivers/sqlite3/actions/runs/8774511607/job/24075784522?pr=124
https://github.com/halvardssm/deno-sqlite/blob/feat/sqlx/src/ffi.ts#L5882 replies