componentjs / component

frontend package manager and build tool for modular web applications
https://github.com/componentjs/guide
MIT License
4.55k stars 305 forks source link

is-module was deleted? #606

Closed timaschew closed 9 years ago

timaschew commented 9 years ago

@jonathanong what happened with the module, why there is no github repo anymore? the npm package still exists: https://www.npmjs.org/package/is-module

component have a test that rely on this repo. I will use another. I think it's only used by the builder-es6-module-to-cjs plugin as npm package. But anyway, why the repo doesn't exist anymore?

jonathanong commented 9 years ago

because it sucks :) using https://github.com/polyfills/es6-module-crosspiler#type would be more robust, though i haven't updated it to the latest es6 module specs. you can also use https://github.com/webdeps/deps-parse

timaschew commented 9 years ago

okay thanks for the info