ember-headless-form
ember-headless-form copied to clipboard
How big is this library?
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

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?
Alternatively, bundlemon could be used: https://github.com/NullVoxPopuli/ember-resources/pull/897#issuecomment-1550624449