enso/lib
Paweł Grabarz d9972d547a
Migrate to pnpm (#10422)
Fixes #10197

# Important Notes
From now on, package installation will be using `pnpm install`. Installing it globally is fine for convenience, but it can also be used as `corepack pnpm install` without having to install anything other than node. For now, all other scripts are still invoked using `npm`, so we can still invoke them with usual `--workspace` setting. As far as I can tell that doesn't really have any other side effects and is identical as running the script through `pnpm run` in respective workspace project subdirectory.
2024-07-05 11:13:04 +00:00
..
java Extension methods can be exported by name (#10274) 2024-06-25 12:08:22 +00:00
js/runner Migrate to pnpm (#10422) 2024-07-05 11:13:04 +00:00
rust Run whole test/Base_Tests in native image runner (#10296) 2024-06-21 06:03:53 +02:00
scala Eliminate circe-yaml dependency (#10326) 2024-07-05 09:32:45 +02:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Libraries

This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.