edgeworkers-examples
edgeworkers-examples copied to clipboard
built-in modules are confusing
When I read import cookies from 'cookies'
I thought it would use the cookies
packages from npm..
This was quite confusing for me.
Maybe you could use a namespace instead e.g. @akamai/cookies
to express that this packages is developed by you
Additionally, having the packages in NPM would be nice to see how they work and allow us to pull them for local development and testing. Otherwise we have a number of dependencies just ignored in linting / testing that we have to trust implicitly!