opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Scan all modules to validate no uses of `npm:` or `node:`

Open NathanFlurry opened this issue 8 months ago • 1 comments

Motivation

Modules should use strictly ECMA-compliant modules. Node modules should be pulled from esm.sh.

Implementation

This needs to be done via a dumb grep.

We can't use --no-npm because we depend on pg for Deno targets which can only be served via NPM because if its dependency on libpq.

NathanFlurry avatar Jun 10 '24 03:06 NathanFlurry