enso/project
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
..
src/main/scala/licenses Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
BenchTasks.scala Bump SBT and Scalafmt (#1203) 2020-10-22 16:12:28 +02:00
build.properties Bump SBT version (#8498) 2023-12-08 17:15:51 +00:00
BuildInfo.scala Fix warnings in SBT build (#8026) 2023-10-12 08:19:45 +00:00
Cargo.scala Compile parser using musl (#9806) 2024-04-29 13:22:41 +00:00
CustomLogManager.scala Use SimpleFormatter.formatMessage to replace {0} with actual parameters (#5870) 2023-03-11 00:15:58 +00:00
Distribution.scala Scala 2.13.11 and libraries update (#7010) 2023-06-14 13:15:57 +00:00
DistributionPackage.scala Always runEngineDistrubtion with -ea (#8915) 2024-02-01 09:07:43 +01:00
Editions.scala Snowflake Connectivity (#9435) 2024-03-20 10:06:12 +00:00
FrgaalJavaCompiler.scala Report non-zero frgaal exit code as an error (#9834) 2024-05-02 15:19:45 +02:00
GatherLicenses.scala Followup improvements to the license review tool (#9895) 2024-05-11 07:51:11 +00:00
GenerateFlatbuffers.scala Use SimpleFormatter.formatMessage to replace {0} with actual parameters (#5870) 2023-03-11 00:15:58 +00:00
GraalVM.scala Start Ydoc with the language server (#9862) 2024-05-28 13:51:42 +00:00
JavaFormatter.scala Update java formatter sbt plugin (#8543) 2023-12-15 14:45:23 +00:00
JavaFormatterPlugin.scala Followup improvements to the license review tool (#9895) 2024-05-11 07:51:11 +00:00
JPMSPlugin.scala Followup improvements to the license review tool (#9895) 2024-05-11 07:51:11 +00:00
JPMSUtils.scala ydoc-server is a separate module (#10156) 2024-06-07 12:56:42 +02:00
LauncherShimsForTest.scala Use SimpleFormatter.formatMessage to replace {0} with actual parameters (#5870) 2023-03-11 00:15:58 +00:00
LibraryManifestGenerator.scala Rewriting org.enso.runner.Main to Java (#9810) 2024-05-02 07:36:10 +00:00
NativeImage.scala Importing (some of) Standard.Base works from NI runner (#9866) 2024-05-17 14:42:35 +02:00
Platform.scala Build distribution for amd64 and aarch64 MacOS (#8407) 2023-12-05 11:24:02 +01:00
plugins.sbt Run unit tests with truffle-compiler (#8467) 2023-12-18 18:22:16 +01:00
RecompileParser.scala New documentation parser (#5917) 2023-03-15 15:43:51 +00:00
SPIHelpers.scala Followup improvements to the license review tool (#9895) 2024-05-11 07:51:11 +00:00
StdBits.scala Importing (some of) Standard.Base works from NI runner (#9866) 2024-05-17 14:42:35 +02:00
VerifyReflectionSetup.scala Fix the project manager reflection configuration (#1394) 2021-01-14 10:46:01 +00:00
WithDebugCommand.scala WithDebug command works for bench and for test (#8786) 2024-01-17 11:43:20 +00:00
Ydoc.scala Migrate to pnpm (#10422) 2024-07-05 11:13:04 +00:00