rivet-gg / opengb

Open Game Backend: Open-source modular backend for all games and tools. Works with Godot, Unity, Unreal Engine, and HTML5.
https://opengb.dev
Apache License 2.0
107 stars 6 forks source link

Disable `node:` dependencies for strict ESM cohesion #351

Open NathanFlurry opened 2 months ago

NathanFlurry commented 2 months ago

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

linear[bot] commented 2 months ago

OGBE-149 Disable `node:` dependencies for strict ESM cohesion