opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Disable `node:` dependencies for strict ESM cohesion

Open NathanFlurry opened this issue 8 months ago • 1 comments

Motivation

Don't allow modules to access node: imports inside of Deno runtime to encourage strict ESM cohesion.

Implementation

Depends on https://github.com/denoland/deno/issues/20432

NathanFlurry avatar Jun 10 '24 01:06 NathanFlurry