DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Node.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Node.js
A team assumes 'you can never require() an ES Module' while working on a modern Node.js codebase. What's the accurate, current correction?
A
They're completely correct, no exceptions
B
require(esm) is now stable for the common case — the one remaining limitation is modules using top-level await, which can't be required synchronously
C
This was never true in any Node version
D
It only works for built-in Node modules, never user code
Check Answer