edgeworkers-examples icon indicating copy to clipboard operation
edgeworkers-examples copied to clipboard

built-in modules are confusing

Open jantimon opened this issue 4 years ago • 2 comments

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

jantimon avatar Dec 07 '20 13:12 jantimon

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!

asos-dominicjomaa avatar Jun 30 '21 09:06 asos-dominicjomaa