Files
node/lib
Anna Henningsen 38998d8538 module: do not warn when accessing __esModule of unfinished exports
Since this property access is performed by generated code, and not
used for accessing the actual exports of a module (and because
transpilers generally define it as the first key of `module.exports`
when it *is* present), it should be okay to allow it.

Refs: https://github.com/nodejs/node/pull/29935
Fixes: https://github.com/nodejs/node/issues/33046

PR-URL: https://github.com/nodejs/node/pull/33048
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
2020-04-27 19:33:41 +02:00
..
2020-02-18 22:15:50 -08:00
2020-04-07 20:35:07 +02:00
2020-04-02 23:38:32 +02:00
2020-03-09 12:44:16 +01:00
2020-03-27 15:59:43 +01:00
2020-04-14 13:54:21 +08:00
2020-03-30 17:22:22 +02:00
2020-03-19 10:56:45 +01:00