DEV Community

Discussion on: Node.js 12 supports ES modules. Do you know the difference between CommonJS and ES2015+ Modules?

Collapse
 
makhosii profile image
makhosii

import 'lib';

How does this work?