-
-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed as not planned
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.stale
Description
What is the problem this feature will solve?
Deno REPL support statement support.
But Node.js REPL does not support import statement.
What is the feature you are proposing to solve the problem?
Node.js REPL import statement support.
What alternatives have you considered?
Rewrite
import {foo} from "bar"To
var {foo} = await import("bar")Related
coreyward
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.stale