Variables

@:value(cast 1)@:enum@:implinlineread onlyCheckFileContentModification:ModuleCheckPolicy = 1

If a file is modified, also checks if its content changed. This check is not free, but useful when .hx files are auto-generated.

@:value(cast 2)@:enum@:implinlineread onlyNoCheckDependencies:ModuleCheckPolicy = 2

Disables dependency checks of the module.

@:value(cast 0)@:enum@:implinlineread onlyNoCheckFileTimeModification:ModuleCheckPolicy = 0

Disables file modification checks, avoiding some filesystem operations.

@:value(cast 3)@:enum@:implinlineread onlyNoCheckShadowing:ModuleCheckPolicy = 3

Disables file shadowing checks. Shadowing can occur when a new file is added to a class-path that has higher priority than the class-path of the current module file.