GoogleChromeLabs / tooling.report

tooling.report a quick way to determine the best build tool for your next web project, or if tooling migration is worth it, or how to adopt a tool's best practice into your existing configuration and code base.
https://tooling.report
Apache License 2.0
848 stars 49 forks source link

Updates for Parcel #357

Closed devongovett closed 4 years ago

devongovett commented 4 years ago

Hey all. Congrats on your launch! 🥳

There are many tests on the site that Parcel fails or receives a partial pass for due to missing documentation, as it's the only pre-release tool on the site. You may have missed it, but as of the beta release a few weeks ago, we have a new docs website: https://v2.parceljs.org/. It still very much a work in progress, but it already covers many of the things you mention as lacking documentation, so I thought I'd file an issue to point you there.

Here are the tests I believe Parcel should pass given the new docs, along with a few that may have been fixed since the test was last performed.

surma commented 4 years ago

Thanks @devongovett and congrats on your launch as well, then :tada:

I’m on vacation for the next 2 weeks, but I'll update everything once I’m back. Super excited to dive in! Thanks for doing half the work for me already.

jakearchibald commented 4 years ago

I'll be able to pick up some/all of this in the meantime. Looking forward to digging into it!

If it provides a big score jump, we'll make some noise around that too.

On Thu, 2 Jul 2020, 20:20 Surma, notifications@github.com wrote:

Thanks @devongovett https://github.com/devongovett and congrats on your launch as well, then 🎉

I’m on vacation for the next 2 weeks, but I'll update everything once I’m back. Super excited to dive in! Thanks for doing half the work for me already.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GoogleChromeLabs/tooling.report/issues/357#issuecomment-653180585, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAW3GTBBCXFWOQCZEJUWFDRZTMY3ANCNFSM4OPFLOMA .

jakearchibald commented 4 years ago

Also, wow, thanks for highlighting the individual tests too!

jakearchibald commented 4 years ago
mischnic commented 4 years ago

Import custom file types from JavaScript

Looks like Devon missed the transform files at build time to "wrap" them part. The docs for most plugin types (in this case, a transformer) aren't ready yet.

jakearchibald commented 4 years ago

@mischnic no problem. Let us know when you reckon they're ready. One of us will 'test' them and give feedback on whatever we can't figure out.

jakearchibald commented 4 years ago

@mischnic @devongovett

Is this behaviour documented anywhere?

Filed https://github.com/parcel-bundler/website/issues/629

jakearchibald commented 4 years ago

@mischnic @devongovett https://github.com/GoogleChromeLabs/tooling.report/pull/372 - let me know if I've gotten anything wrong here