formatjs / js-module-formats

Detect different types of javascript modules formats
Other
13 stars 7 forks source link

improving cjs detection, including export instance detection #4

Closed caridy closed 10 years ago

caridy commented 10 years ago

this PR adds a new test to check if the exported object is an instance without members but with a prototype chain, it also improve the keys detection.

yahoocla commented 10 years ago

CLA is valid!

caridy commented 10 years ago

This fixes issue #3

ericf commented 10 years ago

It's valid for a CJS module to not import or export anything. How is that detected?

caridy commented 10 years ago