diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2022-02-25 11:34:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-25 20:34:16 +0100 |
commit | f0bfc0bd3f619c0933df5b71a0a04d4181d99880 (patch) | |
tree | a79b8a72c39b310a180a6f5b01a29757b0650a7d /tools | |
parent | 9c17a32e0ec45de83c21d84f98be7f351ccd1172 (diff) | |
download | Nim-f0bfc0bd3f619c0933df5b71a0a04d4181d99880.tar.gz |
Remove define for jsfetch (#19530)
* Remove define nimExperimentalAsyncjsThen for std/asyncjs.then and std/jsfetch * Remove define nimExperimentalAsyncjsThen for std/asyncjs.then and std/jsfetch * Remove define nimExperimentalAsyncjsThen for std/asyncjs.then and std/jsfetch * Remove define nimExperimentalAsyncjsThen for std/asyncjs.then and std/jsfetch
Diffstat (limited to 'tools')
-rw-r--r-- | tools/kochdocs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim index 8fd9c84a5..764146cf5 100644 --- a/tools/kochdocs.nim +++ b/tools/kochdocs.nim @@ -11,7 +11,7 @@ const gaCode* = " --doc.googleAnalytics:UA-48159761-1" # errormax: subsequent errors are probably consequences of 1st one; a simple # bug could cause unlimited number of errors otherwise, hard to debug in CI. - docDefines = "-d:nimExperimentalAsyncjsThen -d:nimExperimentalLinenoiseExtra" + docDefines = "-d:nimExperimentalLinenoiseExtra" nimArgs = "--errormax:3 --hint:Conf:off --hint:Path:off --hint:Processing:off --hint:XDeclaredButNotUsed:off --warning:UnusedImport:off -d:boot --putenv:nimversion=$# $#" % [system.NimVersion, docDefines] gitUrl = "https://github.com/nim-lang/Nim" docHtmlOutput = "doc/html" |