Variables

@:value(cast "closure")@:impl@:enuminlineread onlyClosure:IncludePosition = "closure"

Prepend the file content to the body of the top-level closure.

Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible.

@:value(cast "inline")@:impl@:enuminlineread onlyInline:IncludePosition = "inline"

Directly inject the file content at the call site.

@:value(cast "top")@:impl@:enuminlineread onlyTop:IncludePosition = "top"

Prepend the file content to the output file.