ReadOnlyExecutionConfig
10/22/22Less than 1 minute
engines.ReadOnlyExecutionConfig
Read-only view of how a script/engine run was configured (search path, working directory, bundled project metadata).
Table of contents
Properties
Properties
path
path(read-only):string[]
Effective module search paths for this execution.
projectConfig
projectConfig(read-only):any
Embedded project.json (or similar) when the run was started as a project; undefined for single-file runs.
workingDirectory
workingDirectory(read-only):string
Directory used as current working directory for that execution.
