Skip to content

Commit a845d08

Browse files
committed
Remove pinned dependencies
1 parent 90a4498 commit a845d08

File tree

3 files changed

+0
-112
lines changed

3 files changed

+0
-112
lines changed

data/sidebar_manual_v1200.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"build-configuration",
6363
"build-configuration-schema",
6464
"build-external-stdlib",
65-
"build-pinned-dependencies",
6665
"build-monorepo-setup",
6766
"interop-with-js-build-systems",
6867
"build-performance",

pages/docs/manual/v12.0.0/build-configuration.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ List of ReScript dependencies. Just like `package.json`'s dependencies, they'll
8585

8686
Note that only sources marked with `"type":"dev"` will be able to resolve modules from `bs-dev-dependencies`.
8787

88-
## pinned-dependencies
89-
90-
**Since 8.4**: List of pinned dependencies. A pinned dependency will always be rebuilt whenever you build a toplevel package (e.g. your main app) with `rescript`.
91-
92-
This is useful for working on multiple independent ReScript packages simultaneously. More usage details can be found in our dedicated [pinned dependencies](./build-pinned-dependencies) page.
93-
9488
## external-stdlib
9589

9690
**Since 9.0**: This setting allows depending on an externally built stdlib package (instead of a locally built stdlib runtime). Useful for shipping packages that are only consumed in JS or TS without any dependencies to the ReScript development toolchain.

pages/docs/manual/v12.0.0/build-pinned-dependencies.mdx

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)