Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 182 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 182 Bytes

esmInstanceofBug

To reproduce run :

  • npx lerna bootstrap
  • node --require esm index.js

It will log false (incorrect behavior) two time in the console instead of true.