node was originally an implementation of it before eclipsing it. Between the original advocacy by CommonJS and the rising popularity of node, browserify, and Webpack, things like require() leaked out to become the pre-ES2015 de facto standard for importing modules.
require() is so widespread now, and the transform to the ES2015 syntax so trivial, that it's not going away anytime soon.
node was originally an implementation of it before eclipsing it. Between the original advocacy by CommonJS and the rising popularity of node, browserify, and Webpack, things like require() leaked out to become the pre-ES2015 de facto standard for importing modules.
require() is so widespread now, and the transform to the ES2015 syntax so trivial, that it's not going away anytime soon.