denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
94.48k stars 5.24k forks source link

`node:repl` package not polyfilled in Deno #20102

Open renhiyama opened 1 year ago

renhiyama commented 1 year ago
> import "node:repl"
Uncaught TypeError: Unknown built-in "node:" module: repl
    at async <anonymous>:2:1

This would fix cli based runtimes which have a set of extra features on top of node repl already.

lachrimae commented 1 year ago

FWIW I can't replicate this. Import looks fine to me.

> import "node:repl"
[Module: null prototype] {
   ...
}