mirror of
https://github.com/github/codeql.git
synced 2026-02-22 18:03:39 +01:00
`SEMMLE_TYPESCRIPT_NODE_RUNTIME` can be used to provide the path to the Node.js runtime executable. If this is omitted, the extractor defaults to the current behaviour of looking for `node` on the PATH. `SEMMLE_TYPESCRIPT_NODE_RUNTIME_EXTRA_ARGS` can be used to provide additional arguments to the Node.js runtime. These are passed first, before the arguments supplied by the extractor. These changes are designed to allow TypeScript extraction in controlled customer environments where we cannot control the PATH, or must use custom Node.js executables with certain arguments set.