Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.
This repository was archived by the owner on May 17, 2025. It is now read-only.

Deno std@0.178.0 does not include node any more #220

@Bubblyworld

Description

@Bubblyworld

Currently we resolve node builtins like node:XXX to the respective https://deno.land/std@0.178.0/node/XXX.ts module. As of yesterday the latest version of std no longer contains node shims, and it's built in to deno now.

Planned fix is to just resolve specifiers like node:XXX to themselves, like we do for npm:XXX specifiers and such.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions