Maximilian Antoni

Results 155 comments of Maximilian Antoni

I think there is a missunderstanding here. I don't plan to remove any functionality from Sinon. I want to extract pieces into separate libraries that would still be part of...

Thanks for looking into this @mroderick. This would be a breaking change anyway, right? I'd go with option 2. We already did this change in the other libraries and Sinon...

In case you want to scratch your own itch, here is the piece of code where I would start looking into it: https://github.com/sinonjs/sinon/blob/a8171c3441869002bb61e4ef22eb4b72d67da72e/lib/sinon/spy.js#L197-L204

Thank you for taking the time to write down your thoughts and share details about esm that I didn't know yet about. I certainly learned something 👍❤️ Interestingly, Sinon used...

A different approach could be to replicate the structure in `site` and keep the website entirely separate from the modules. This way the readme files can have different content than...

Currently I'm using the readme files to generate the content of the website. We could, alternatively, generate the content from a set of entirely different markdown and template files. They...

Interesting idea to symlink the readme files. I'll give that a try. 👍

The symlinks with `index.11tydata.json` files work fine. Thank you for the suggestion!

Some basic documentation in each projects README is important for npm, but those can also point at a website. I have a rough idea in my head which would be...

@jonnyreeves I think it makes sense to add a `-o` / `--outfile` option to consolify. The current behavior could remain as the default. Ideally we can kill the internal wrapper...