package-build-stats 7.3.8 → 8.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/.parcelrc +37 -0
  2. package/package.json +96 -68
  3. package/src/common.types.ts +3 -10
  4. package/src/config/{config.ts → index.ts} +1 -0
  5. package/{build → src}/errors/CustomError.d.ts +0 -0
  6. package/{build → src}/errors/CustomError.js +1 -0
  7. package/src/errors/CustomError.js.map +1 -0
  8. package/src/fixed/parseReference.js +762 -727
  9. package/src/getPackageExportSizes.ts +33 -14
  10. package/src/getPackageStats.ts +55 -16
  11. package/src/typings/is-valid-npm-name.d.ts +3 -0
  12. package/src/utils/build.utils.ts +258 -230
  13. package/src/utils/common.utils.ts +138 -0
  14. package/src/utils/exports.utils.ts +34 -21
  15. package/src/utils/installation.utils.ts +28 -5
  16. package/src/utils/telemetry.utils.ts +0 -21
  17. package/LICENSE +0 -21
  18. package/README.md +0 -67
  19. package/build/common.types.d.ts +0 -34
  20. package/build/common.types.js +0 -2
  21. package/build/config/config.d.ts +0 -4
  22. package/build/config/config.js +0 -10
  23. package/build/config/makeWebpackConfig.d.ts +0 -11
  24. package/build/config/makeWebpackConfig.js +0 -225
  25. package/build/fixed/parseReference.js +0 -5353
  26. package/build/getDependencySizeTree.d.ts +0 -6
  27. package/build/getDependencySizeTree.js +0 -238
  28. package/build/getPackageExportSizes.d.ts +0 -44
  29. package/build/getPackageExportSizes.js +0 -77
  30. package/build/getPackageStats.d.ts +0 -73
  31. package/build/getPackageStats.js +0 -90
  32. package/build/getParseTime.d.ts +0 -8
  33. package/build/getParseTime.js +0 -49
  34. package/build/index.d.ts +0 -5
  35. package/build/index.js +0 -24
  36. package/build/utils/build.utils.d.ts +0 -84
  37. package/build/utils/build.utils.js +0 -261
  38. package/build/utils/common.utils.d.ts +0 -19
  39. package/build/utils/common.utils.js +0 -118
  40. package/build/utils/exports.utils.d.ts +0 -17
  41. package/build/utils/exports.utils.js +0 -238
  42. package/build/utils/installation.utils.d.ts +0 -8
  43. package/build/utils/installation.utils.js +0 -122
  44. package/build/utils/telemetry.utils.d.ts +0 -15
  45. package/build/utils/telemetry.utils.js +0 -127
  46. package/src/config/makeWebpackConfig.ts +0 -251
  47. package/src/getDependencySizeTree.ts +0 -266

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.