gettext-parser icon indicating copy to clipboard operation
gettext-parser copied to clipboard

Update docs

Open erikyo opened this issue 1 year ago • 3 comments

In this PR we are going to update

  • [X] Readme replaces require (cjs) with import (esm), adds installation instruction
  • [ ] package.json - version update according to semver
  • [ ] CHANGELOG.md - annotate changes before release the new version

ref. https://github.com/smhg/gettext-parser/pull/86

erikyo avatar May 02 '24 18:05 erikyo

this shield should be added to the repository (it's useful as a link to the npmjs website)

erikyo avatar May 11 '24 21:05 erikyo

bundlephobia reports a strange data about gettext-parser metadata. maybe something in the package json wasn't correct in the last version? https://bundlephobia.com/package/[email protected]

a similar repo weights 100 times less! What is causing the bloat? (cit @johnhooks) https://bundlephobia.com/package/[email protected]

erikyo avatar May 11 '24 22:05 erikyo

We suspect it calculates the dependencies in the bundle size.

johnhooks avatar May 11 '24 23:05 johnhooks