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 b99b3a5 commit f4a9971Copy full SHA for f4a9971
scripts/gendocs.res
@@ -75,8 +75,6 @@ let docsDecoded = entryPointFiles->Array.map(libFile =>
75
try {
76
let entryPointFile = Path.join2(compilerLibPath, libFile)
77
78
- Dict.set(env, "FROM_COMPILER", "false")
79
-
80
let output = ChildProcess.execSync(
81
`./node_modules/.bin/rescript-tools doc ${entryPointFile}`,
82
~options={
0 commit comments