sinonjs / formatio

The cheesy object formatter
https://sinonjs.github.io/formatio/
Other
36 stars 11 forks source link

Fail gracefully if 'buster-core' not found #1

Closed maxlk closed 12 years ago

maxlk commented 12 years ago

This issue affects SinonJS project (https://github.com/cjohansen/Sinon.JS), because of buster-format.js is fully copied to sinon.js during build. Details: https://github.com/cjohansen/Sinon.JS/issues/77

cjohansen commented 12 years ago

Thanks. I fixed it by strengthening the inference. Do you think this is still necessary?

maxlk commented 12 years ago

Thank you. Now it isn't necessary. P.S. By the way, do you have plans to support Asynchronous Module Definition (https://github.com/amdjs/amdjs-api/wiki/AMD)?

cjohansen commented 12 years ago

You mean make buster and sinon modules amd able?

maxlk commented 12 years ago

Yes I mean it. Do you have plans to support it in the future? It is not necessary for my project, just out of curiosity.

chchrist commented 12 years ago

Is this fix included in sinonjs?

cjohansen commented 12 years ago

Yes.