Skip to content
#

packages

Here are 860 public repositories matching this topic...

Seldaek
Seldaek commented Oct 14, 2021

I have laid down the ground work for reaching level 6 by typing all class properties and interface methods throughout the codebase, which should already help ensure that types are correct when they get added/copied to getters and such.

I definitely could use help though in reaching level 6, because it's a ton of work left (1465 errors for src/, 400 errors for tests/).

If you are interest

pombredanne
pombredanne commented Oct 11, 2021

See https://yarnpkg.com/features/pnp#fixing-node_modules

In this install mode (the default starting from Yarn 2.0), Yarn generates a single .pnp.cjs file instead of the usual node_modules folder containing copies of various packages. The .pnp.cjs file contains various maps: one linking package names and versions to their location on the disk and another one linking package names and versions

termux-archlinux
AMDmi3
AMDmi3 commented Nov 28, 2019

Some packages may bundle dependencies. We could report outdatedness for these the following way: for outdated packages with single download, propagate outdated status onto the download URL. Then we could show this download specially for other packages, or even make it affect the status.

Improve this page

Add a description, image, and links to the packages topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packages topic, visit your repo's landing page and select "manage topics."

Learn more