compiler/nodejs

    Dark Mode
Search:
Group by:
  Source   Edit

Procs

proc findNodeJs(): string {.inline, ...raises: [IOError],
                            tags: [ReadDirEffect, ReadEnvEffect, ReadIOEffect].}
Find NodeJS executable and return it as a string.   Source   Edit