File tree Expand file tree Collapse file tree 5 files changed +150
-140
lines changed
sbt-dotty/src/dotty/tools/sbtplugin
scaladoc/src/dotty/tools/scaladoc Expand file tree Collapse file tree 5 files changed +150
-140
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ val `scala3-interfaces` = Build.`scala3-interfaces`
44val `scala3-compiler` = Build .`scala3-compiler`
55val `scala3-compiler-bootstrapped` = Build .`scala3-compiler-bootstrapped`
66val `scala3-library` = Build .`scala3-library`
7+ val `scala3-library-js` = Build .`scala3-library-js`
78val `scala3-library-bootstrapped` = Build .`scala3-library-bootstrapped`
89val `scala3-library-bootstrappedJS` = Build .`scala3-library-bootstrappedJS`
910val `scala3-sbt-bridge` = Build .`scala3-sbt-bridge`
@@ -22,7 +23,9 @@ val `tasty-core-scala2` = Build.`tasty-core-scala2`
2223val scaladoc = Build .scaladoc
2324val `scaladoc-nonBootstrapped` = Build .`scaladoc-nonBootstrapped`
2425val `scaladoc-testcases` = Build .`scaladoc-testcases`
26+ val `scaladoc-testcases-nonBootstrapped` = Build .`scaladoc-testcases-nonBootstrapped`
2527val `scaladoc-js` = Build .`scaladoc-js`
28+ val `scaladoc-js-nonBootstrapped` = Build .`scaladoc-js-nonBootstrapped`
2629val `scala3-bench-run` = Build .`scala3-bench-run`
2730val dist = Build .dist
2831val `community-build` = Build .`community-build`
You can’t perform that action at this time.
0 commit comments