ember-headless-form icon indicating copy to clipboard operation
ember-headless-form copied to clipboard

How big is this library?

Open NullVoxPopuli opened this issue 3 years ago • 1 comments

I think assessing how big this library is will help folks determine if they want to use it in various sized projects. For example, on ember-resources, I have a github-action comment that posts all the import paths and they're estimated impact to the consuming app: https://github.com/NullVoxPopuli/ember-resources/pull/774#issuecomment-1450826936 picture of the comment at the previous link

I think, based on what I've seen from the docs only the top-level entrypoints are importable, so a similar script (and generated comment) could be created that maybe looks something like this:

js min min + gzip min + brotli
ember-headless-form # # # #
@{ehf}/yup # # # #
@{ehf}/changeset-validations # # # #

thoughts?

NullVoxPopuli avatar Mar 01 '23 23:03 NullVoxPopuli

Alternatively, bundlemon could be used: https://github.com/NullVoxPopuli/ember-resources/pull/897#issuecomment-1550624449

NullVoxPopuli avatar May 23 '23 22:05 NullVoxPopuli