That means you can't use the following syntax with (most) existing npm modules:
import * as fs from 'fs';
import { map } from 'lodash';
https://github.com/nodejs/node/pull/14369#issuecomment-32903...
https://github.com/standard-things/esm
https://medium.com/web-on-the-edge/es-modules-in-node-today-...
That means you can't use the following syntax with (most) existing npm modules:
import * as fs from 'fs';
import { map } from 'lodash';
https://github.com/nodejs/node/pull/14369#issuecomment-32903...