mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
427e5348a2
This will allow users to know how to change their project to support ES modules. PR-URL: https://github.com/nodejs/node/pull/28950 Reviewed-By: Bradley Farias <bradley.meck@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com>
3 lines
44 B
JavaScript
3 lines
44 B
JavaScript
const example = 10;
|
|
export default example;
|