Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/formatjs/js-module-formats

Detect different types of javascript modules formats
https://github.com/formatjs/js-module-formats

Make work in a browser (remove fs and vm dependencies)

justinbmeyer opened this issue about 10 years ago
adding support for `steal` format

caridy opened this pull request over 10 years ago
improving detection for cjs. fixes issue #9

caridy opened this pull request almost 11 years ago
module.exports is not strictly an object

jonathanong opened this issue almost 11 years ago
why are you throwing if CJS is detected?

jonathanong opened this issue almost 11 years ago
improving ES modules detection by using RegExp

caridy opened this pull request almost 11 years ago
Switch `detect` to `detect(src)`

ericf opened this pull request almost 11 years ago
improving cjs detection, including export instance detection

caridy opened this pull request almost 11 years ago
Improve CommonJS modules detection

caridy opened this issue almost 11 years ago
allow passing a string

jonathanong opened this issue almost 11 years ago
This fails to detect the `module` keyword

ericf opened this issue almost 11 years ago