We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52b456 commit bc0ef3fCopy full SHA for bc0ef3f
misc_docs/syntax/language_include.mdx
@@ -8,6 +8,8 @@ category: "languageconstructs"
8
9
Using `include` in a module statically "spreads" another module's content into the module, thus often fulfills the role of "inheritance" or "mixin".
10
11
+> Note that use of `include` is heavily discouraged and should only be used as a last resort.
12
+
13
### Include module example
14
15
<CodeTab labels={["ReScript", "JS Output"]}>
@@ -91,7 +93,6 @@ var Message = {
91
93
92
94
</CodeTab>
95
-> Note that use of `include` is heavily discouraged and should only be used as a last resort.
96
97
### References
98
0 commit comments