View source
enum abstract IncludePosition(String)
package haxe.macro
from String to String
import haxe.macro.Compiler
Available on all platforms
Variables
inlineread 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.