opengb
opengb copied to clipboard
Disable `node:` dependencies for strict ESM cohesion
Motivation
Don't allow modules to access node:
imports inside of Deno runtime to encourage strict ESM cohesion.
Implementation